Quellcode durchsuchen

* Inserted wrong copyright notice ;) Fixed.

sg vor 26 Jahren
Ursprung
Commit
b47e4d0436
3 geänderte Dateien mit 13 neuen und 8 gelöschten Zeilen
  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.
     This file is part of the Free Pascal run time library.
     Copyright (c) 1999-2000 by Michael Van Canneyt
     Copyright (c) 1999-2000 by Michael Van Canneyt
 
 
-    Linux specific part of pipe stream.
-
     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.
 
 
@@ -187,7 +185,10 @@ end.
 
 
 {
 {
   $Log$
   $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
   * 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.
     This file is part of the Free Pascal run time library.
     Copyright (c) 1999-2000 by Michael Van Canneyt
     Copyright (c) 1999-2000 by Michael Van Canneyt
 
 
-    Linux specific part of pipe stream.
-
     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.
 
 
@@ -34,7 +32,10 @@ end;
 
 
 {
 {
   $Log$
   $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
   * 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.
     This file is part of the Free Pascal run time library.
     Copyright (c) 1999-2000 by Michael Van Canneyt
     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,
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
     for details about the copyright.
@@ -106,7 +106,10 @@ end;
 
 
 {
 {
   $Log$
   $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
   * Added copyright notice and CVS log tags where necessary
 
 
 }
 }