diff options
author | Steven Bosscher <s.bosscher@student.tudelft.nl> | 2003-01-01 13:49:14 +0100 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-01-01 12:49:14 +0000 |
commit | b959359931c768ba0df9072bf8d6c4f86d2d2c54 (patch) | |
tree | 2f0bbb7c1627aa8b4198f3e084c72df45b0ffc41 /gcc/objc/config-lang.in | |
parent | 65ed8728e673c614ac995b55f93d5242146a7779 (diff) | |
download | gcc-b959359931c768ba0df9072bf8d6c4f86d2d2c54.zip gcc-b959359931c768ba0df9072bf8d6c4f86d2d2c54.tar.gz gcc-b959359931c768ba0df9072bf8d6c4f86d2d2c54.tar.bz2 |
Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.
* objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
"GCC" in the copyright header.
From-SVN: r60742
Diffstat (limited to 'gcc/objc/config-lang.in')
-rw-r--r-- | gcc/objc/config-lang.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/objc/config-lang.in b/gcc/objc/config-lang.in index d79ac13..2abd933 100644 --- a/gcc/objc/config-lang.in +++ b/gcc/objc/config-lang.in @@ -1,20 +1,20 @@ # Top level configure fragment for GNU Objective-C -# Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2000, 2001, 2003 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. |