diff options
| author | andrew <andrew@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-07-11 12:46:36 +0000 |
|---|---|---|
| committer | andrew <andrew@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-07-11 12:46:36 +0000 |
| commit | c9a1ab9b655b896f53d460a438aee90398e45eab (patch) | |
| tree | 2db1dd469dd510996d03ec4945edeffe622365c2 | |
| parent | 9e2de171784de4e8e915b155e5be673f2d7b12f8 (diff) | |
| download | fpc-c9a1ab9b655b896f53d460a438aee90398e45eab.tar.gz | |
* updated copyrights
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15549 3ad0048d-3df7-0310-abae-a5850022a9f2
| -rw-r--r-- | packages/chm/src/itolitlsreader.pas | 2 | ||||
| -rw-r--r-- | packages/chm/src/itolitlstypes.pas | 20 | ||||
| -rw-r--r-- | packages/chm/src/itsftransform.pas | 2 |
3 files changed, 22 insertions, 2 deletions
diff --git a/packages/chm/src/itolitlsreader.pas b/packages/chm/src/itolitlsreader.pas index ff74b0b81d..479257cbe9 100644 --- a/packages/chm/src/itolitlsreader.pas +++ b/packages/chm/src/itolitlsreader.pas @@ -1,4 +1,4 @@ -{ Copyright (C) <2009> <Andrew Haines> itloitlsreader.pas +{ Copyright (C) <2010> <Andrew Haines> itloitlsreader.pas This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by diff --git a/packages/chm/src/itolitlstypes.pas b/packages/chm/src/itolitlstypes.pas index bd6b932af3..0d916dfc24 100644 --- a/packages/chm/src/itolitlstypes.pas +++ b/packages/chm/src/itolitlstypes.pas @@ -1,3 +1,23 @@ +{ Copyright (C) <2010> <Andrew Haines> itolitlstypes.pas + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published by + the Free Software Foundation; either version 2 of the License, or (at your + option) any later version. + + 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. See the GNU Library General Public License + for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +} +{ + See the file COPYING.modifiedLGPL, included in this distribution, + for details about the copyright. +} unit ITOLITLSTypes; {$mode objfpc}{$H+} diff --git a/packages/chm/src/itsftransform.pas b/packages/chm/src/itsftransform.pas index bc6a64f776..b59a3afda9 100644 --- a/packages/chm/src/itsftransform.pas +++ b/packages/chm/src/itsftransform.pas @@ -1,4 +1,4 @@ -{ Copyright (C) <2009> <Andrew Haines> itfstransform.pas +{ Copyright (C) <2010> <Andrew Haines> itfstransform.pas This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by |
