diff --git a/components/codetools/laz_dom.pas b/components/codetools/laz_dom.pas index 7e4cd44f39..ff22508446 100644 --- a/components/codetools/laz_dom.pas +++ b/components/codetools/laz_dom.pas @@ -11,7 +11,7 @@ Implementation of DOM interfaces Copyright (c) 1999-2000 by Sebastian Guenther, sg@freepascal.org - See the file COPYING.FPC, included in this distribution, + See the file COPYING.modifiedLGPL, included in this distribution, for details about the copyright. This program is distributed in the hope that it will be useful, @@ -1633,6 +1633,9 @@ end. { $Log$ + Revision 1.7 2004/10/28 09:38:16 mattias + fixed COPYING.modifiedLGPL links + Revision 1.6 2002/08/18 16:50:09 mattias fixes for debugging diff --git a/components/codetools/laz_xmlcfg.pas b/components/codetools/laz_xmlcfg.pas index 6eb02eb71a..255a9b5365 100644 --- a/components/codetools/laz_xmlcfg.pas +++ b/components/codetools/laz_xmlcfg.pas @@ -11,7 +11,7 @@ Implementation of TXMLConfig class Copyright (c) 1999 - 2001 by Sebastian Guenther, sg@freepascal.org - See the file COPYING.FPC, included in this distribution, + See the file COPYING.modifiedLGPL, included in this distribution, for details about the copyright. This program is distributed in the hope that it will be useful, @@ -355,6 +355,9 @@ end; end. { $Log$ + Revision 1.11 2004/10/28 09:38:16 mattias + fixed COPYING.modifiedLGPL links + Revision 1.10 2004/05/22 14:35:32 mattias fixed button return key diff --git a/components/codetools/laz_xmlread.pas b/components/codetools/laz_xmlread.pas index 53589ee4a6..9abc1e595c 100644 --- a/components/codetools/laz_xmlread.pas +++ b/components/codetools/laz_xmlread.pas @@ -11,7 +11,7 @@ XML reading routines. Copyright (c) 1999-2000 by Sebastian Guenther, sg@freepascal.org - See the file COPYING.FPC, included in this distribution, + See the file COPYING.modifiedLGPL, included in this distribution, for details about the copyright. This program is distributed in the hope that it will be useful, @@ -1407,6 +1407,9 @@ end. { $Log$ + Revision 1.13 2004/10/28 09:38:16 mattias + fixed COPYING.modifiedLGPL links + Revision 1.12 2004/05/22 14:35:32 mattias fixed button return key diff --git a/components/codetools/laz_xmlwrite.pas b/components/codetools/laz_xmlwrite.pas index 1022ce9234..b43c8238c4 100644 --- a/components/codetools/laz_xmlwrite.pas +++ b/components/codetools/laz_xmlwrite.pas @@ -11,7 +11,7 @@ XML writing routines Copyright (c) 1999-2000 by Sebastian Guenther, sg@freepascal.org - See the file COPYING.FPC, included in this distribution, + See the file COPYING.modifiedLGPL, included in this distribution, for details about the copyright. This program is distributed in the hope that it will be useful, @@ -498,6 +498,9 @@ end. { $Log$ + Revision 1.7 2004/10/28 09:38:16 mattias + fixed COPYING.modifiedLGPL links + Revision 1.6 2004/05/22 14:35:32 mattias fixed button return key