Browse Source

* Modified the copyright notice to remove ambiguities

sg 25 years ago
parent
commit
62cca0ad6a
5 changed files with 25 additions and 11 deletions
  1. 5 2
      fcl/xml/dom.pp
  2. 5 2
      fcl/xml/xmlcfg.pp
  3. 5 2
      fcl/xml/xmlread.pp
  4. 5 3
      fcl/xml/xmlstreaming.pp
  5. 5 2
      fcl/xml/xmlwrite.pp

+ 5 - 2
fcl/xml/dom.pp

@@ -1,9 +1,9 @@
 {
     $Id$
     This file is part of the Free Component Library
-    This file Copyright (c) 1999-2000 by Sebastian Guenther
 
     Implementation of DOM interfaces
+    Copyright (c) 1999-2000 by Sebastian Guenther, [email protected]
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
@@ -1499,7 +1499,10 @@ end.
 
 {
   $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
     - some methods where 'virtual' instead of 'override' in dom.pp
     - corrections regaring wether NodeName or NodeValue is used, for

+ 5 - 2
fcl/xml/xmlcfg.pp

@@ -1,9 +1,9 @@
 {
     $Id$
     This file is part of the Free Component Library
-    Copyright (c) 1999-2000 by Sebastian Guenther
 
     Implementation of TXMLConfig class
+    Copyright (c) 1999-2000 by Sebastian Guenther, [email protected]
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
@@ -208,7 +208,10 @@ end.
 
 {
   $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
  
 }

+ 5 - 2
fcl/xml/xmlread.pp

@@ -1,9 +1,9 @@
 {
     $Id$
     This file is part of the Free Component Library
-    Copyright (c) 1999-2000 by Sebastian Guenther
 
     XML reading routines.
+    Copyright (c) 1999-2000 by Sebastian Guenther, [email protected]
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
@@ -1117,7 +1117,10 @@ end.
 
 {
   $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
  
 }

+ 5 - 3
fcl/xml/xmlstreaming.pp

@@ -1,10 +1,9 @@
 {
     $Id$
     This file is part of the Free Component Library
-    This file:
-      Copyright (c) 2000 by Sebastian Guenther, [email protected]
 
     XML serialisation driver
+    Copyright (c) 2000 by Sebastian Guenther, [email protected]
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
@@ -242,7 +241,10 @@ end.
 
 {
   $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
  
 }

+ 5 - 2
fcl/xml/xmlwrite.pp

@@ -3,7 +3,7 @@
     This file is part of the Free Component Library
 
     XML writing routines
-    Copyright (c) 1999-2000 by Sebastian Guenther
+    Copyright (c) 1999-2000 by Sebastian Guenther, [email protected]
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
@@ -398,7 +398,10 @@ end.
 
 {
   $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
     - some methods where 'virtual' instead of 'override' in dom.pp
     - corrections regaring wether NodeName or NodeValue is used, for