aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-lang.c
diff options
context:
space:
mode:
authorSteven Bosscher <s.bosscher@student.tudelft.nl>2003-01-01 13:49:14 +0100
committerNeil Booth <neil@gcc.gnu.org>2003-01-01 12:49:14 +0000
commitb959359931c768ba0df9072bf8d6c4f86d2d2c54 (patch)
tree2f0bbb7c1627aa8b4198f3e084c72df45b0ffc41 /gcc/objc/objc-lang.c
parent65ed8728e673c614ac995b55f93d5242146a7779 (diff)
downloadgcc-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/objc-lang.c')
-rw-r--r--gcc/objc/objc-lang.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/objc/objc-lang.c b/gcc/objc/objc-lang.c
index 3aa901f..ff17f0f 100644
--- a/gcc/objc/objc-lang.c
+++ b/gcc/objc/objc-lang.c
@@ -1,21 +1,21 @@
/* Language-dependent hooks for Objective-C.
- Copyright 2001, 2002 Free Software Foundation, Inc.
+ Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
Contributed by Ziemowit Laski <zlaski@apple.com>
-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. */