diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-12 20:34:15 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-12 20:34:15 +0000 |
commit | 8916275cffc51cb13c7e9622adc824ef109a20bc (patch) | |
tree | 6abc1cf811da17eab20c2e550215b40030479bd6 /libiberty | |
parent | 9c45dd903f5143808974a422bc4d1faedc099769 (diff) | |
download | gcc-8916275cffc51cb13c7e9622adc824ef109a20bc.tar.gz |
* cp-demangle.c: Add libgcc exception to cp-demangle.c copyright
notice.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50679 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 5 | ||||
-rw-r--r-- | libiberty/cp-demangle.c | 11 |
2 files changed, 15 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ac93c3904d9..258a4d6fd4e 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2002-03-12 Mark Mitchell <mark@codesourcery.com> + + * cp-demangle.c: Add libgcc exception to cp-demangle.c copyright + notice. + 2002-03-11 Douglas B Rupp <rupp@gnat.com> * xatexit.c [VMS]: Include stdlib.h and unixlib.h. diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index 136dc723d2e..28d36413582 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -1,5 +1,5 @@ /* Demangler for IA64 / g++ V3 ABI. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. Written by Alex Samuel <samuel@codesourcery.com>. This file is part of GNU CC. @@ -9,6 +9,15 @@ 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 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |