diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-30 18:06:39 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-30 18:06:39 +0000 |
commit | 5d1e9c9840ddc66ff9be1f58d180e503925c303b (patch) | |
tree | 6cbcd1c5598438fb38a05b72ba766c9373350abc /gcc/cp/config-lang.in | |
parent | a7acd1c6818ee972a61333dd9c658cde4731318f (diff) | |
download | gcc-5d1e9c9840ddc66ff9be1f58d180e503925c303b.tar.gz |
* config-lang.in, Make-lang.in, operators.def, cp-tree.def:
GCC, not GNU CC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60638 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/config-lang.in')
-rw-r--r-- | gcc/cp/config-lang.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/cp/config-lang.in b/gcc/cp/config-lang.in index 73617f576ed..66db7ea4240 100644 --- a/gcc/cp/config-lang.in +++ b/gcc/cp/config-lang.in @@ -1,21 +1,21 @@ # Top level configure fragment for GNU C++. -# Copyright (C) 1994, 1995, 1997, 1998, 2000, 2001 +# Copyright (C) 1994, 1995, 1997, 1998, 2000, 2001, 2002 # Free Software Foundation, Inc. -#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. |