diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-05-23 20:48:48 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-05-23 20:48:48 +0000 |
commit | 6e6a1681eabffee9de96ad99d69a172cdc19def8 (patch) | |
tree | 0378ec5772daf87880396cb8e2cfb41007bcdca0 /gcc/fixinc/fixfixes.c | |
parent | 29f523bef0d37fedc90c9c4d73ed7fd6b5e8237c (diff) | |
download | gcc-6e6a1681eabffee9de96ad99d69a172cdc19def8.zip gcc-6e6a1681eabffee9de96ad99d69a172cdc19def8.tar.gz gcc-6e6a1681eabffee9de96ad99d69a172cdc19def8.tar.bz2 |
Makefile.in: Correct description.
2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
* fixinc/Makefile.in: Correct description.
* fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
fixinc/genfixes: Replace "GNU CC" with "GCC".
From-SVN: r67139
Diffstat (limited to 'gcc/fixinc/fixfixes.c')
-rw-r--r-- | gcc/fixinc/fixfixes.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/fixinc/fixfixes.c b/gcc/fixinc/fixfixes.c index 30466bb..4c558c5 100644 --- a/gcc/fixinc/fixfixes.c +++ b/gcc/fixinc/fixfixes.c @@ -3,7 +3,8 @@ Test to see if a particular fix should be applied to a header file. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003 + Free Software Foundation, Inc. = = = = = = = = = = = = = = = = = = = = = = = = = @@ -32,20 +33,20 @@ Here are the rules: = = = = = = = = = = = = = = = = = = = = = = = = = -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. */ |