diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-05-18 18:59:04 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-05-18 18:59:04 +0000 |
commit | 567bfee8168336fa9549fbbacaba774f46eca34d (patch) | |
tree | 016d6657364b016ad19bf482858a1831f7574bf4 /maintainer-scripts | |
parent | 6a38414a27078581e85da3fddae0d27488a1bbcf (diff) | |
download | gcc-567bfee8168336fa9549fbbacaba774f46eca34d.zip gcc-567bfee8168336fa9549fbbacaba774f46eca34d.tar.gz gcc-567bfee8168336fa9549fbbacaba774f46eca34d.tar.bz2 |
gcc_release: GNU CC -> GCC.
2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
* gcc_release: GNU CC -> GCC.
From-SVN: r66936
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 22425c0..ffa5e6c 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 c47ebba..f8fcf63 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. # |