From 451203512be1c256da283a1fcd2632fb9d7e93b7 Mon Sep 17 00:00:00 2001 From: marco Date: Sun, 25 Feb 2018 15:53:37 +0000 Subject: [PATCH] * add copyright headers, mantis #22912 git-svn-id: trunk@38347 - --- packages/fcl-base/src/fpobserver.pp | 13 +++++++++++++ packages/fcl-base/src/inicol.pp | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/packages/fcl-base/src/fpobserver.pp b/packages/fcl-base/src/fpobserver.pp index 0c0a8eea02..36275e9f4d 100644 --- a/packages/fcl-base/src/fpobserver.pp +++ b/packages/fcl-base/src/fpobserver.pp @@ -1,3 +1,16 @@ +{ + This file is part of the Free Component Library (FCL) + Copyright (c) 1999-2000 by Michael Van Canneyt and Florian Klaempfl + + See the file COPYING.FPC, included in this distribution, + for details about the copyright. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + **********************************************************************} + unit fpobserver; {$mode objfpc}{$H+} diff --git a/packages/fcl-base/src/inicol.pp b/packages/fcl-base/src/inicol.pp index e064f811c4..c039668cd5 100644 --- a/packages/fcl-base/src/inicol.pp +++ b/packages/fcl-base/src/inicol.pp @@ -1,3 +1,16 @@ +{ + This file is part of the Free Component Library (FCL) + Copyright (c) 1999-2000 by Michael Van Canneyt and Florian Klaempfl + + See the file COPYING.FPC, included in this distribution, + for details about the copyright. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + **********************************************************************} + {$mode objfpc} {$h+} unit inicol;