Browse Source

* corrected license header from GPL to LGPL + static linking exception like
the rest of the FPC RTL, after confirming with the original author that
this is ok (mantis #22879)

git-svn-id: trunk@22413 -

Jonas Maebe 13 years ago
parent
commit
349a682596

+ 4 - 10
rtl/objpas/sysutils/dati.inc

@@ -2,20 +2,14 @@
     *********************************************************************
     *********************************************************************
     Copyright (C) 1997, 1998 Gertjan Schouten
     Copyright (C) 1997, 1998 Gertjan Schouten
 
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    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,
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-    *********************************************************************
+ **********************************************************************
 
 
     System Utilities For Free Pascal
     System Utilities For Free Pascal
 }
 }

+ 4 - 10
rtl/objpas/sysutils/datih.inc

@@ -2,20 +2,14 @@
     *********************************************************************
     *********************************************************************
     Copyright (C) 1997, 1998 Gertjan Schouten
     Copyright (C) 1997, 1998 Gertjan Schouten
 
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    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,
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-    *********************************************************************
+ **********************************************************************
 
 
     System Utilities For Free Pascal
     System Utilities For Free Pascal
 }
 }

+ 4 - 10
rtl/objpas/sysutils/fina.inc

@@ -2,20 +2,14 @@
     *********************************************************************
     *********************************************************************
     Copyright (C) 1997, 1998 Gertjan Schouten
     Copyright (C) 1997, 1998 Gertjan Schouten
 
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    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,
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-    *********************************************************************
+ **********************************************************************
 
 
     System Utilities For Free Pascal
     System Utilities For Free Pascal
 }
 }

+ 4 - 10
rtl/objpas/sysutils/finah.inc

@@ -2,20 +2,14 @@
     *********************************************************************
     *********************************************************************
     Copyright (C) 1997, 1998 Gertjan Schouten
     Copyright (C) 1997, 1998 Gertjan Schouten
 
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    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,
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-    *********************************************************************
+ **********************************************************************
 
 
     System Utilities For Free Pascal
     System Utilities For Free Pascal
 }
 }

+ 4 - 11
rtl/objpas/sysutils/sysansi.inc

@@ -2,21 +2,14 @@
     *********************************************************************
     *********************************************************************
     Copyright (C) 2002 by Florian Klaempfl
     Copyright (C) 2002 by Florian Klaempfl
 
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    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,
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-    *********************************************************************
-}
+ **********************************************************************}
 
 
 Function AnsiCompareFileName(const S1, S2: string): SizeInt;
 Function AnsiCompareFileName(const S1, S2: string): SizeInt;
 
 

+ 4 - 11
rtl/objpas/sysutils/sysansih.inc

@@ -2,21 +2,14 @@
     *********************************************************************
     *********************************************************************
     Copyright (C) 2002 by Florian Klaempfl
     Copyright (C) 2002 by Florian Klaempfl
 
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    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,
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-    *********************************************************************
-}
+ **********************************************************************}
 
 
 function AnsiCompareFileName(const S1, S2 : string) : SizeInt;
 function AnsiCompareFileName(const S1, S2 : string) : SizeInt;
 function AnsiLowerCaseFileName(const s : string) : string;
 function AnsiLowerCaseFileName(const s : string) : string;

+ 4 - 10
rtl/objpas/sysutils/syspch.inc

@@ -2,20 +2,14 @@
     *********************************************************************
     *********************************************************************
     Copyright (C) 1997, 1998 Gertjan Schouten
     Copyright (C) 1997, 1998 Gertjan Schouten
 
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    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,
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-    *********************************************************************
+ **********************************************************************
 
 
     System Utilities For Free Pascal
     System Utilities For Free Pascal
 }
 }

+ 4 - 10
rtl/objpas/sysutils/syspchh.inc

@@ -2,20 +2,14 @@
     *********************************************************************
     *********************************************************************
     Copyright (C) 1997, 1998 Gertjan Schouten
     Copyright (C) 1997, 1998 Gertjan Schouten
 
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    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,
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-    *********************************************************************
+ **********************************************************************
 
 
     System Utilities For Free Pascal
     System Utilities For Free Pascal
 }
 }

+ 5 - 6
rtl/objpas/sysutils/sysstr.inc

@@ -7,15 +7,14 @@
     the Free Software Foundation; either version 2 of the License, or
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
     (at your option) any later version.
 
 
+    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,
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-    *********************************************************************
+ **********************************************************************
 
 
     System Utilities For Free Pascal
     System Utilities For Free Pascal
 }
 }

+ 4 - 10
rtl/objpas/sysutils/sysstrh.inc

@@ -2,20 +2,14 @@
     *********************************************************************
     *********************************************************************
     Copyright (C) 1997, 1998 Gertjan Schouten
     Copyright (C) 1997, 1998 Gertjan Schouten
 
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    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,
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-    *********************************************************************
+ **********************************************************************
 
 
     System Utilities For Free Pascal
     System Utilities For Free Pascal
 }
 }