From afeb58b9ae7d03780fd695beeb64203994252c71 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 17 Dec 2010 22:10:05 +0000 Subject: [PATCH] 2010-12-18 Jeff Johnston * COPYING.LIBGLOSS: Remove the GPL for fr30 target. --- COPYING.LIBGLOSS | 23 +++-------------------- ChangeLog | 4 ++++ 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 + + * COPYING.LIBGLOSS: Remove the GPL for fr30 target. + 2010-12-10 Ian Lance Taylor PR bootstrap/46819