瀏覽代碼

* more GPL -> GPL with modification.

git-svn-id: trunk@43964 -
marco 5 年之前
父節點
當前提交
edb07af423

+ 6 - 14
rtl/aix/osdefs.inc

@@ -1,22 +1,14 @@
 {
 {
-    Copyright (c) 2000-2002 by Marco van de Voort
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
-    Target dependent defines used when compileing the baseunix unit
-
-    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.
-
-    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.
-
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  ****************************************************************************}
  ****************************************************************************}
 
 
 {define usedomain}             // Allow uname with "domain" entry.
 {define usedomain}             // Allow uname with "domain" entry.

+ 10 - 16
rtl/aix/osmacro.inc

@@ -1,26 +1,20 @@
 {
 {
-    Copyright (c) 2000-2002 by Marco van de Voort
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
-    The "linux" posixy macro's that are used both in the Baseunx unit as the
+    The "linux" posixy macro's that are used both in the Baseunix unit as the
     system unit. Not aliased via public names because I want these to be
     system unit. Not aliased via public names because I want these to be
     inlined as much as possible in the future.
     inlined as much as possible in the future.
 
 
-    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, 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.
+    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.
 
 
-    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 FpS_ISDIR(m : TMode): boolean;
 function FpS_ISDIR(m : TMode): boolean;
 
 

+ 7 - 13
rtl/beos/osdefs.inc

@@ -1,24 +1,18 @@
 {
 {
-    Copyright (c) 2000-2002 by Marco van de Voort
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
     Target dependent defines used when compileing the baseunix unit
     Target dependent defines used when compileing the baseunix unit
 
 
-    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., 51 Franklin Street, Fifth Floor, Boston,
-    MA 02111-1301, USA.
-
- ****************************************************************************}
+ **********************************************************************}
 
 
 {$define usedomain}             // Allow uname with "domain" entry.
 {$define usedomain}             // Allow uname with "domain" entry.
                                 // (which is a GNU extension)
                                 // (which is a GNU extension)

+ 7 - 13
rtl/beos/osmacro.inc

@@ -1,26 +1,20 @@
 {
 {
-    Copyright (c) 2000-2002 by Marco van de Voort
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
     The *BSD POSIX macro's that are used both in the Baseunix unit as the
     The *BSD POSIX macro's that are used both in the Baseunix unit as the
     system unit. Not aliased via public names because I want these to be
     system unit. Not aliased via public names because I want these to be
     inlined as much as possible in the future.
     inlined as much as possible in the future.
 
 
-    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., 51 Franklin Street, Fifth Floor, Boston,
-    MA 02110-1301, USA.
-
- ****************************************************************************}
+ **********************************************************************}
 
 
 function FPS_ISDIR(m : TMode): boolean;
 function FPS_ISDIR(m : TMode): boolean;
 
 

+ 8 - 14
rtl/beos/ostypes.inc

@@ -1,25 +1,19 @@
 {
 {
-    Copyright (c) 2000-2002 by Marco van de Voort
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
     Some non POSIX BSD types used internally in the system unit.
     Some non POSIX BSD types used internally in the system unit.
 
 
-    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., 51 Franklin Street, Fifth Floor, Boston,
-    MA 02110-1301, USA.
-
- ****************************************************************************
-}
+ **********************************************************************}
+ 
 {***********************************************************************}
 {***********************************************************************}
 {                         POSIX STRUCTURES                              }
 {                         POSIX STRUCTURES                              }
 {***********************************************************************}
 {***********************************************************************}

+ 8 - 14
rtl/beos/syscall.inc

@@ -1,27 +1,21 @@
 {
 {
-    $Id: syscall.inc,v 1.1 2003/01/08 22:32:28 marco Exp $
-    Copyright (c) 1998-2000 by Florian Klaempfl
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 1998-2000 Florian P Klaempfl
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
     This include implements the actual system call for the
     This include implements the actual system call for the
     intel BeOS 80x86 platform.
     intel BeOS 80x86 platform.
 
 
-    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., 51 Franklin Street, Fifth Floor, Boston,
-    MA 02110-1301, USA.
+ **********************************************************************}
 
 
- ****************************************************************************
-}
 // Under BeOS, we use stdcall for this line because the default calling convention in 1.9 
 // Under BeOS, we use stdcall for this line because the default calling convention in 1.9 
 // is register instead of stdcall. But assembler is already written, so i used the stdcall
 // is register instead of stdcall. But assembler is already written, so i used the stdcall
 // calling convention !
 // calling convention !

+ 7 - 13
rtl/bsd/osdefs.inc

@@ -1,24 +1,18 @@
 {
 {
-    Copyright (c) 2000-2002 by Marco van de Voort
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
     Target dependent defines used when compileing the baseunix unit
     Target dependent defines used when compileing the baseunix unit
 
 
-    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., 51 Franklin Street, Fifth Floor, Boston,
-    MA 02110-1301, USA.
-
- ****************************************************************************}
+ **********************************************************************}
 
 
 {$define usedomain}             // Allow uname with "domain" entry.
 {$define usedomain}             // Allow uname with "domain" entry.
                                 // (which is a GNU extension)
                                 // (which is a GNU extension)

+ 7 - 13
rtl/bsd/osmacro.inc

@@ -1,26 +1,20 @@
 {
 {
-    Copyright (c) 2000-2002 by Marco van de Voort
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
     The *BSD POSIX macro's that are used both in the Baseunix unit as the
     The *BSD POSIX macro's that are used both in the Baseunix unit as the
     system unit. Not aliased via public names because I want these to be
     system unit. Not aliased via public names because I want these to be
     inlined as much as possible in the future.
     inlined as much as possible in the future.
 
 
-    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., 51 Franklin Street, Fifth Floor, Boston,
-    MA 02110-1301, USA.
-
- ****************************************************************************}
+ **********************************************************************}
 
 
 function FPS_ISDIR(m : TMode): boolean;
 function FPS_ISDIR(m : TMode): boolean;
 
 

+ 7 - 13
rtl/linux/osdefs.inc

@@ -1,24 +1,18 @@
 {
 {
-    Copyright (c) 2000-2002 by Marco van de Voort
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
     Target dependent defines used when compileing the baseunix unit
     Target dependent defines used when compileing the baseunix unit
 
 
-    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., 51 Franklin Street, Fifth Floor, Boston,
-    MA 02110-1301, USA.
-
- ****************************************************************************}
+ **********************************************************************}
 
 
 {$ifndef cpux86_64}
 {$ifndef cpux86_64}
   {$define usestime}              // Use stime() syscall instead of settimeofday
   {$define usestime}              // Use stime() syscall instead of settimeofday

+ 10 - 16
rtl/linux/osmacro.inc

@@ -1,26 +1,20 @@
 {
 {
-    Copyright (c) 2000-2002 by Marco van de Voort
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
-    The "linux" posixy macro's that are used both in the Baseunx unit as the
+    The "linux" posixy macro's that are used both in the Baseunix unit as the
     system unit. Not aliased via public names because I want these to be
     system unit. Not aliased via public names because I want these to be
     inlined as much as possible in the future.
     inlined as much as possible in the future.
 
 
-    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, 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.
+    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.
 
 
-    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.,
-    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
- ****************************************************************************
-}
+ **********************************************************************}
 
 
 function FpS_ISDIR(m : TMode): boolean;
 function FpS_ISDIR(m : TMode): boolean;
 
 

+ 8 - 14
rtl/openbsd/osdefs.inc

@@ -1,26 +1,20 @@
 {
 {
-    Copyright (c) 2000-2002 by Marco van de Voort
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
     Target dependent defines used when compiling the baseunix unit
     Target dependent defines used when compiling the baseunix unit
-    Copied over to opensd directory because of
+    Copied over to openbsd directory because of
     missing SigTimedWait syscall
     missing SigTimedWait syscall
 
 
-    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., 51 Franklin Street, Fifth Floor, Boston,
-    MA 02110-1301, USA.
-
- ****************************************************************************}
+ **********************************************************************}
 
 
 {$define usedomain}             // Allow uname with "domain" entry.
 {$define usedomain}             // Allow uname with "domain" entry.
                                 // (which is a GNU extension)
                                 // (which is a GNU extension)

+ 7 - 13
rtl/solaris/osdefs.inc

@@ -1,24 +1,18 @@
 {
 {
-    Copyright (c) 2000-2002 by Marco van de Voort
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
     Target dependent defines used when compileing the baseunix unit
     Target dependent defines used when compileing the baseunix unit
 
 
-    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., 51 Franklin Street, Fifth Floor, Boston,
-    MA 02110-1301, USA.
-
- ****************************************************************************}
+ **********************************************************************}
 
 
 {$define usedomain}             // Allow uname with "domain" entry.
 {$define usedomain}             // Allow uname with "domain" entry.
                                 // (which is a GNU extension)
                                 // (which is a GNU extension)

+ 9 - 15
rtl/solaris/osmacro.inc

@@ -1,26 +1,20 @@
 {
 {
-    Copyright (c) 2000-2002 by Marco van de Voort
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2002 Marco van de Voort
+    member of the Free Pascal development team.
 
 
     The "linux" posixy macro's that are used both in the Baseunx unit as the
     The "linux" posixy macro's that are used both in the Baseunx unit as the
     system unit. Not aliased via public names because I want these to be
     system unit. Not aliased via public names because I want these to be
     inlined as much as possible in the future.
     inlined as much as possible in the future.
 
 
-    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, 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.
+    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.
 
 
-    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.,
-    51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
-
- ****************************************************************************
-}
+ **********************************************************************}
 
 
 function FpS_ISDIR(m : TMode): boolean;
 function FpS_ISDIR(m : TMode): boolean;