summaryrefslogtreecommitdiff
path: root/rtl/aix
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/aix
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/aix')
-rw-r--r--rtl/aix/osdefs.inc20
-rw-r--r--rtl/aix/osmacro.inc26
2 files changed, 16 insertions, 30 deletions
diff --git a/rtl/aix/osdefs.inc b/rtl/aix/osdefs.inc
index a981f7d408..f542e171d8 100644
--- a/rtl/aix/osdefs.inc
+++ b/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,
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.
diff --git a/rtl/aix/osmacro.inc b/rtl/aix/osmacro.inc
index f997efa375..b4c395c394 100644
--- a/rtl/aix/osmacro.inc
+++ b/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
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;