Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING.LIBGLOSS23
-rw-r--r--ChangeLog4
2 files changed, 7 insertions, 20 deletions
diff --git a/COPYING.LIBGLOSS b/COPYING.LIBGLOSS
index 403d42b92..5e7897860 100644
--- a/COPYING.LIBGLOSS
+++ b/COPYING.LIBGLOSS
@@ -58,27 +58,10 @@ duplicated in all such forms.
This file is distributed WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-(4) GPL (fr30 directory only)
+(4) (formerly GPL for fr30)
-Copyright (C) 1998 Free Software Foundation, Inc.
-Contributed by Cygnus Solutions.
-
-This file is part of GNU CC.
-
-GNU CC 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, or (at your option)
-any later version.
-
-GNU CC 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 GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
+The GPL is no longer applicable to the fr30 platform. The piece of
+code (syscalls.c) referencing the GPL has been officially relicensed.
(5) Advanced Micro Devices
diff --git a/ChangeLog b/ChangeLog
index bc19a7707..3d04a723f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
+
+ * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
+
2010-12-10 Ian Lance Taylor <iant@google.com>
PR bootstrap/46819