Browse Source

* Inserted wrong copyright notice ;) Fixed.

sg 25 years ago
parent
commit
b47e4d0436
3 changed files with 13 additions and 8 deletions
  1. 4 3
      fcl/inc/process.pp
  2. 4 3
      fcl/linux/ezcgi.inc
  3. 5 2
      fcl/linux/process.inc

+ 4 - 3
fcl/inc/process.pp

@@ -3,8 +3,6 @@
     This file is part of the Free Pascal run time library.
     Copyright (c) 1999-2000 by Michael Van Canneyt
 
-    Linux specific part of pipe stream.
-
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
 
@@ -187,7 +185,10 @@ end.
 
 {
   $Log$
-  Revision 1.5  2000-02-15 21:57:51  sg
+  Revision 1.6  2000-02-15 22:03:38  sg
+  * Inserted wrong copyright notice ;)  Fixed.
+
+  Revision 1.5  2000/02/15 21:57:51  sg
   * Added copyright notice and CVS log tags where necessary
 
 }

+ 4 - 3
fcl/linux/ezcgi.inc

@@ -3,8 +3,6 @@
     This file is part of the Free Pascal run time library.
     Copyright (c) 1999-2000 by Michael Van Canneyt
 
-    Linux specific part of pipe stream.
-
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
 
@@ -34,7 +32,10 @@ end;
 
 {
   $Log$
-  Revision 1.6  2000-02-15 21:57:51  sg
+  Revision 1.7  2000-02-15 22:03:38  sg
+  * Inserted wrong copyright notice ;)  Fixed.
+
+  Revision 1.6  2000/02/15 21:57:51  sg
   * Added copyright notice and CVS log tags where necessary
 
 }

+ 5 - 2
fcl/linux/process.inc

@@ -3,7 +3,7 @@
     This file is part of the Free Pascal run time library.
     Copyright (c) 1999-2000 by Michael Van Canneyt
 
-    Linux specific part of pipe stream.
+    Linux specific part of TProcess.
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
@@ -106,7 +106,10 @@ end;
 
 {
   $Log$
-  Revision 1.4  2000-02-15 21:57:51  sg
+  Revision 1.5  2000-02-15 22:03:38  sg
+  * Inserted wrong copyright notice ;)  Fixed.
+
+  Revision 1.4  2000/02/15 21:57:51  sg
   * Added copyright notice and CVS log tags where necessary
 
 }