diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-18 18:59:04 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-18 18:59:04 +0000 |
commit | 3eb4724d96ae1d4a9c7025c74ba763eaf2326030 (patch) | |
tree | 016d6657364b016ad19bf482858a1831f7574bf4 /maintainer-scripts | |
parent | b696fe80ad82b17fa7655e2da74077bcc13ad15b (diff) | |
download | gcc-3eb4724d96ae1d4a9c7025c74ba763eaf2326030.tar.gz |
2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
* gcc_release: GNU CC -> GCC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66936 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 4 | ||||
-rwxr-xr-x | maintainer-scripts/gcc_release | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 22425c0e800..ffa5e6c0125 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org> + + * gcc_release: GNU CC -> GCC. + 2003-05-12 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> * gcc_release (usage): Print more detailed description of all diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index c47ebbaf670..f8fcf63bfe8 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -11,20 +11,20 @@ # # Copyright (c) 2001, 2002 Free Software Foundation. # -# This file is part of GNU CC. +# This file is part of GCC. # -# GNU CC is free software; you can redistribute it and/or modify +# GCC 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, +# GCC 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 +# along with GCC; see the file COPYING. If not, write to # the Free Software Foundation, 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # |