Browse Source

* Added copyright notice and CVS log tags where necessary

sg 25 years ago
parent
commit
b0ec34137b

+ 5 - 1
fcl/inc/base64.pp

@@ -2,6 +2,7 @@
     $Id$
     $Id$
     This file is part of the Free Component Library (FCL)
     This file is part of the Free Component Library (FCL)
     Copyright (c) 1999-2000 by Michael Van Canneyt and Florian Klaempfl
     Copyright (c) 1999-2000 by Michael Van Canneyt and Florian Klaempfl
+    base64 encoder & decoder (c) 1999 Sebastian Guenther
 
 
     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.
@@ -299,7 +300,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.7  2000-01-07 01:24:32  peter
+  Revision 1.8  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+  Revision 1.7  2000/01/07 01:24:32  peter
     * updated copyright to 2000
     * updated copyright to 2000
 
 
   Revision 1.6  2000/01/06 01:20:32  peter
   Revision 1.6  2000/01/06 01:20:32  peter

+ 7 - 0
fcl/inc/constse.inc

@@ -269,3 +269,10 @@ const
   SRegularFont = 'Normal';
   SRegularFont = 'Normal';
 
 
   SPropertiesVerb = 'Eigenschaften';
   SPropertiesVerb = 'Eigenschaften';
+
+{
+  $Log$
+  Revision 1.8  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 7 - 0
fcl/inc/constsg.inc

@@ -270,3 +270,10 @@ const
   SRegularFont = 'Normal';
   SRegularFont = 'Normal';
 
 
   SPropertiesVerb = 'Eigenschaften';
   SPropertiesVerb = 'Eigenschaften';
+
+{
+  $Log$
+  Revision 1.6  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 7 - 0
fcl/inc/constss.inc

@@ -269,3 +269,10 @@ const
   SRegularFont = 'Normal';
   SRegularFont = 'Normal';
 
 
 {?}  SPropertiesVerb = 'Eigenschaften';
 {?}  SPropertiesVerb = 'Eigenschaften';
+
+{
+  $Log$
+  Revision 1.6  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 7 - 0
fcl/inc/ezcgi.pp

@@ -403,3 +403,10 @@ begin
 end;
 end;
 
 
 end.
 end.
+
+{
+  $Log$
+  Revision 1.5  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 6 - 0
fcl/inc/idea.pp

@@ -423,3 +423,9 @@ end;
 
 
 END.
 END.
 
 
+{
+  $Log$
+  Revision 1.7  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 7 - 0
fcl/inc/iostream.pp

@@ -117,3 +117,10 @@ begin
 end;
 end;
 
 
 end.
 end.
+
+{
+  $Log$
+  Revision 1.7  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 23 - 0
fcl/inc/process.pp

@@ -1,3 +1,19 @@
+{
+    $Id$
+    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.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ **********************************************************************}
+
 unit Process;
 unit Process;
 
 
 {$mode delphi}
 {$mode delphi}
@@ -168,3 +184,10 @@ begin
 end;
 end;
 
 
 end.
 end.
+
+{
+  $Log$
+  Revision 1.5  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 7 - 0
fcl/inc/rtfdata.inc

@@ -766,3 +766,10 @@ Const rtfKey : Array [0..281] of TRTFKey =
 
 
 ( rtfKMajor: 0; rtfKMinor:              -1; rtfKstr : ''; rtfkHash : 0)
 ( rtfKMajor: 0; rtfKMinor:              -1; rtfKstr : ''; rtfkHash : 0)
 );
 );
+
+{
+  $Log$
+  Revision 1.5  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 7 - 0
fcl/inc/rtfpars.pp

@@ -1072,3 +1072,10 @@ begin
 end;
 end;
 
 
 end.
 end.
+
+{
+  $Log$
+  Revision 1.6  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 6 - 0
fcl/inc/twriter.inc

@@ -213,3 +213,9 @@ begin
   WriteFmt ('%s = %s',[Name,AMethodName]);
   WriteFmt ('%s = %s',[Name,AMethodName]);
 end;
 end;
 
 
+{
+  $Log$
+  Revision 1.3  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 8 - 1
fcl/inc/util.inc

@@ -22,4 +22,11 @@ function IsValidIdent(const Ident: string): Boolean;
 
 
 begin
 begin
   Result:=True;
   Result:=True;
-end;
+end;
+
+{
+  $Log$
+  Revision 1.6  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 24 - 0
fcl/linux/ezcgi.inc

@@ -1,3 +1,20 @@
+{
+    $Id$
+    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.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ **********************************************************************}
+
+
 Uses Linux;
 Uses Linux;
 
 
 { Declared EXPLICITLY with Ansistring, so NO mistaking is possible }
 { Declared EXPLICITLY with Ansistring, so NO mistaking is possible }
@@ -14,3 +31,10 @@ begin
    else
    else
      getenv:='';
      getenv:='';
 end;
 end;
+
+{
+  $Log$
+  Revision 1.6  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 7 - 0
fcl/linux/pipes.inc

@@ -21,3 +21,10 @@ Function CreatePipeHandles (Var Inhandle,OutHandle : Longint) : Boolean;
 begin
 begin
   Result := AssignPipe (Inhandle,OutHandle);
   Result := AssignPipe (Inhandle,OutHandle);
 end;
 end;
+
+{
+  $Log$
+  Revision 1.5  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}

+ 23 - 0
fcl/linux/process.inc

@@ -1,3 +1,19 @@
+{
+    $Id$
+    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.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ **********************************************************************}
+
 uses linux;
 uses linux;
 
 
 Function TProcess.GetRunning : Boolean;
 Function TProcess.GetRunning : Boolean;
@@ -87,3 +103,10 @@ begin
   If ExitStatus=-1 then
   If ExitStatus=-1 then
     Result:=Kill(FHandle,SIGTERM)=0;
     Result:=Kill(FHandle,SIGTERM)=0;
 end;
 end;
+
+{
+  $Log$
+  Revision 1.4  2000-02-15 21:57:51  sg
+  * Added copyright notice and CVS log tags where necessary
+
+}