* Modified the copyright notice to remove ambiguities

This commit is contained in:
sg 2000-07-29 14:52:24 +00:00
parent df9e505622
commit 62cca0ad6a
5 changed files with 25 additions and 11 deletions

View File

@ -1,9 +1,9 @@
{ {
$Id$ $Id$
This file is part of the Free Component Library This file is part of the Free Component Library
This file Copyright (c) 1999-2000 by Sebastian Guenther
Implementation of DOM interfaces 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.FPC, included in this distribution,
for details about the copyright. for details about the copyright.
@ -1499,7 +1499,10 @@ end.
{ {
$Log$ $Log$
Revision 1.3 2000-07-25 09:20:08 sg Revision 1.4 2000-07-29 14:52:24 sg
* Modified the copyright notice to remove ambiguities
Revision 1.3 2000/07/25 09:20:08 sg
* Fixed some small bugs * Fixed some small bugs
- some methods where 'virtual' instead of 'override' in dom.pp - some methods where 'virtual' instead of 'override' in dom.pp
- corrections regaring wether NodeName or NodeValue is used, for - corrections regaring wether NodeName or NodeValue is used, for

View File

@ -1,9 +1,9 @@
{ {
$Id$ $Id$
This file is part of the Free Component Library This file is part of the Free Component Library
Copyright (c) 1999-2000 by Sebastian Guenther
Implementation of TXMLConfig class Implementation of TXMLConfig class
Copyright (c) 1999-2000 by Sebastian Guenther, sg@freepascal.org
See the file COPYING.FPC, included in this distribution, See the file COPYING.FPC, included in this distribution,
for details about the copyright. for details about the copyright.
@ -208,7 +208,10 @@ end.
{ {
$Log$ $Log$
Revision 1.2 2000-07-13 11:33:07 michael Revision 1.3 2000-07-29 14:52:24 sg
* Modified the copyright notice to remove ambiguities
Revision 1.2 2000/07/13 11:33:07 michael
+ removed logs + removed logs
} }

View File

@ -1,9 +1,9 @@
{ {
$Id$ $Id$
This file is part of the Free Component Library This file is part of the Free Component Library
Copyright (c) 1999-2000 by Sebastian Guenther
XML reading routines. 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.FPC, included in this distribution,
for details about the copyright. for details about the copyright.
@ -1117,7 +1117,10 @@ end.
{ {
$Log$ $Log$
Revision 1.2 2000-07-13 11:33:07 michael Revision 1.3 2000-07-29 14:52:25 sg
* Modified the copyright notice to remove ambiguities
Revision 1.2 2000/07/13 11:33:07 michael
+ removed logs + removed logs
} }

View File

@ -1,10 +1,9 @@
{ {
$Id$ $Id$
This file is part of the Free Component Library This file is part of the Free Component Library
This file:
Copyright (c) 2000 by Sebastian Guenther, sg@freepascal.org
XML serialisation driver XML serialisation driver
Copyright (c) 2000 by Sebastian Guenther, sg@freepascal.org
See the file COPYING.FPC, included in this distribution, See the file COPYING.FPC, included in this distribution,
for details about the copyright. for details about the copyright.
@ -242,7 +241,10 @@ end.
{ {
$Log$ $Log$
Revision 1.2 2000-07-13 11:33:08 michael Revision 1.3 2000-07-29 14:52:25 sg
* Modified the copyright notice to remove ambiguities
Revision 1.2 2000/07/13 11:33:08 michael
+ removed logs + removed logs
} }

View File

@ -3,7 +3,7 @@
This file is part of the Free Component Library This file is part of the Free Component Library
XML writing routines XML writing routines
Copyright (c) 1999-2000 by Sebastian Guenther Copyright (c) 1999-2000 by Sebastian Guenther, sg@freepascal.org
See the file COPYING.FPC, included in this distribution, See the file COPYING.FPC, included in this distribution,
for details about the copyright. for details about the copyright.
@ -398,7 +398,10 @@ end.
{ {
$Log$ $Log$
Revision 1.3 2000-07-25 09:20:08 sg Revision 1.4 2000-07-29 14:52:25 sg
* Modified the copyright notice to remove ambiguities
Revision 1.3 2000/07/25 09:20:08 sg
* Fixed some small bugs * Fixed some small bugs
- some methods where 'virtual' instead of 'override' in dom.pp - some methods where 'virtual' instead of 'override' in dom.pp
- corrections regaring wether NodeName or NodeValue is used, for - corrections regaring wether NodeName or NodeValue is used, for