From 349a6825961eb73b85a1cd8890374088105956ac Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 17 Sep 2012 12:12:42 +0000 Subject: [PATCH] * 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 - --- rtl/objpas/sysutils/dati.inc | 14 ++++---------- rtl/objpas/sysutils/datih.inc | 14 ++++---------- rtl/objpas/sysutils/fina.inc | 14 ++++---------- rtl/objpas/sysutils/finah.inc | 14 ++++---------- rtl/objpas/sysutils/sysansi.inc | 15 ++++----------- rtl/objpas/sysutils/sysansih.inc | 15 ++++----------- rtl/objpas/sysutils/syspch.inc | 14 ++++---------- rtl/objpas/sysutils/syspchh.inc | 14 ++++---------- rtl/objpas/sysutils/sysstr.inc | 11 +++++------ rtl/objpas/sysutils/sysstrh.inc | 14 ++++---------- 10 files changed, 41 insertions(+), 98 deletions(-) diff --git a/rtl/objpas/sysutils/dati.inc b/rtl/objpas/sysutils/dati.inc index 6cf08ebc62..4a9ceefce1 100644 --- a/rtl/objpas/sysutils/dati.inc +++ b/rtl/objpas/sysutils/dati.inc @@ -2,20 +2,14 @@ ********************************************************************* 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, 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 } diff --git a/rtl/objpas/sysutils/datih.inc b/rtl/objpas/sysutils/datih.inc index 8bfd2d5144..783a427a01 100644 --- a/rtl/objpas/sysutils/datih.inc +++ b/rtl/objpas/sysutils/datih.inc @@ -2,20 +2,14 @@ ********************************************************************* 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, 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 } diff --git a/rtl/objpas/sysutils/fina.inc b/rtl/objpas/sysutils/fina.inc index 2b0d839486..fdfdca6465 100644 --- a/rtl/objpas/sysutils/fina.inc +++ b/rtl/objpas/sysutils/fina.inc @@ -2,20 +2,14 @@ ********************************************************************* 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, 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 } diff --git a/rtl/objpas/sysutils/finah.inc b/rtl/objpas/sysutils/finah.inc index 6546b57dc9..ab4901b03f 100644 --- a/rtl/objpas/sysutils/finah.inc +++ b/rtl/objpas/sysutils/finah.inc @@ -2,20 +2,14 @@ ********************************************************************* 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, 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 } diff --git a/rtl/objpas/sysutils/sysansi.inc b/rtl/objpas/sysutils/sysansi.inc index be7c619c56..193ecc3095 100644 --- a/rtl/objpas/sysutils/sysansi.inc +++ b/rtl/objpas/sysutils/sysansi.inc @@ -2,21 +2,14 @@ ********************************************************************* 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, 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; diff --git a/rtl/objpas/sysutils/sysansih.inc b/rtl/objpas/sysutils/sysansih.inc index 3891eb385f..65d32c680d 100644 --- a/rtl/objpas/sysutils/sysansih.inc +++ b/rtl/objpas/sysutils/sysansih.inc @@ -2,21 +2,14 @@ ********************************************************************* 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, 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 AnsiLowerCaseFileName(const s : string) : string; diff --git a/rtl/objpas/sysutils/syspch.inc b/rtl/objpas/sysutils/syspch.inc index f0e63c78bb..2ffc5beffc 100644 --- a/rtl/objpas/sysutils/syspch.inc +++ b/rtl/objpas/sysutils/syspch.inc @@ -2,20 +2,14 @@ ********************************************************************* 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, 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 } diff --git a/rtl/objpas/sysutils/syspchh.inc b/rtl/objpas/sysutils/syspchh.inc index e5eb11fac8..06f4246eeb 100644 --- a/rtl/objpas/sysutils/syspchh.inc +++ b/rtl/objpas/sysutils/syspchh.inc @@ -2,20 +2,14 @@ ********************************************************************* 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, 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 } diff --git a/rtl/objpas/sysutils/sysstr.inc b/rtl/objpas/sysutils/sysstr.inc index ad1fae25ab..b8b3e13638 100644 --- a/rtl/objpas/sysutils/sysstr.inc +++ b/rtl/objpas/sysutils/sysstr.inc @@ -7,15 +7,14 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. - ********************************************************************* + ********************************************************************** System Utilities For Free Pascal } diff --git a/rtl/objpas/sysutils/sysstrh.inc b/rtl/objpas/sysutils/sysstrh.inc index 5c6cc85aad..0d0a3c91d3 100644 --- a/rtl/objpas/sysutils/sysstrh.inc +++ b/rtl/objpas/sysutils/sysstrh.inc @@ -2,20 +2,14 @@ ********************************************************************* 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, 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 }