diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-08-12 06:58:17 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-08-12 06:58:17 +0000 |
commit | 2b81b2c9703efa4c7adba975a0c9802672cc1876 (patch) | |
tree | 8af288a69b812b3481f259db22ba8e782f991746 | |
parent | dfad12b55ecbd7b437fec4f4afb1f8c7ab4f7c4b (diff) | |
download | gcc-2b81b2c9703efa4c7adba975a0c9802672cc1876.zip gcc-2b81b2c9703efa4c7adba975a0c9802672cc1876.tar.gz gcc-2b81b2c9703efa4c7adba975a0c9802672cc1876.tar.bz2 |
* cp-demangle.c: Clarify what package(s) this is part of.
From-SVN: r70361
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/cp-demangle.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f26593f..031b7f1 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2003-08-12 Nathanael Nerode <neroden@gcc.gnu.org> + + * cp-demangle.c: Clarify what package(s) this is part of. + 2003-07-05 Danny Smith <dannysmith@users.sourceforge.net> * pex-win32.c (pexecute): Mark parameters this_pname and diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index 5dcce55..bd48822 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -2,9 +2,9 @@ Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. Written by Alex Samuel <samuel@codesourcery.com>. - This file is part of GNU CC. + This file is part of the libiberty library, which is part of GCC. - This program is free software; you can redistribute it and/or modify + This file 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. |