summaryrefslogtreecommitdiff
path: root/rtl/bsd
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-01-17 15:01:23 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-01-17 15:01:23 +0000
commita4b98c346dbab6a41de16b6b7fe2ee34c8d7ea37 (patch)
treea676b0335e8c92b9da7cde83a51f6afd1e34c0ca /rtl/bsd
parent6917fec2097c1788f31625bc6e1a23a0126d351a (diff)
downloadfpc-a4b98c346dbab6a41de16b6b7fe2ee34c8d7ea37.tar.gz
* more GPL -> GPL with modification.
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@43964 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/bsd')
-rw-r--r--rtl/bsd/osdefs.inc20
-rw-r--r--rtl/bsd/osmacro.inc20
2 files changed, 14 insertions, 26 deletions
diff --git a/rtl/bsd/osdefs.inc b/rtl/bsd/osdefs.inc
index 5f82f9cb0b..9ffe14d59d 100644
--- a/rtl/bsd/osdefs.inc
+++ b/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
- 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.
+ 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.
// (which is a GNU extension)
diff --git a/rtl/bsd/osmacro.inc b/rtl/bsd/osmacro.inc
index 8ac923f57c..76c41b0147 100644
--- a/rtl/bsd/osmacro.inc
+++ b/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
system unit. Not aliased via public names because I want these to be
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.
+ 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;