This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Update cp-demangle.c copyright notice


The FSF has agreed to make the IA64 ABI demangler available under the
same license as libgcc.

This patch updates the copyright notice on cp-demangle.c, but does not
actually incorporate the demangler in libgcc.  Applied on the mainline
and on the branch.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

2002-03-12  Mark Mitchell  <mark@codesourcery.com>

	* cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
	notice.

Index: cp-demangle.c
===================================================================
RCS file: /cvs/gcc/gcc/libiberty/cp-demangle.c,v
retrieving revision 1.39
diff -c -p -r1.39 cp-demangle.c
*** cp-demangle.c	2002/02/05 16:33:21	1.39
--- cp-demangle.c	2002/03/12 20:31:26
***************
*** 1,5 ****
  /* Demangler for IA64 / g++ V3 ABI.
!    Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
     Written by Alex Samuel <samuel@codesourcery.com>.

     This file is part of GNU CC.
--- 1,5 ----
  /* Demangler for IA64 / g++ V3 ABI.
!    Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
     Written by Alex Samuel <samuel@codesourcery.com>.

     This file is part of GNU CC.
***************
*** 8,13 ****
--- 8,22 ----
     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.
+
+    In addition to the permissions in the GNU General Public License, the
+    Free Software Foundation gives you unlimited permission to link the
+    compiled version of this file into combinations with other programs,
+    and to distribute those combinations without any restriction coming
+    from the use of this file.  (The General Public License restrictions
+    do apply in other respects; for example, they cover modification of
+    the file, and distribution when not linked into a combined
+    executable.)

     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]