summaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.c
diff options
context:
space:
mode:
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-31 13:35:01 +0000
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-31 13:35:01 +0000
commit2d5dbac1863463d381a5540888e71e5b8e27e9f0 (patch)
treee4b49988a2b9b61c0486c04701a1fd9a28d87daa /gcc/fortran/primary.c
parente517ae8d78fc3b065c5c0935a3042b26ec6f05aa (diff)
downloadgcc-2d5dbac1863463d381a5540888e71e5b8e27e9f0.tar.gz
* primary.c: Update copyright boilerplate to say GCC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86826 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/primary.c')
-rw-r--r--gcc/fortran/primary.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/gcc/fortran/primary.c b/gcc/fortran/primary.c
index 10e1068967a..45348e6a760 100644
--- a/gcc/fortran/primary.c
+++ b/gcc/fortran/primary.c
@@ -2,22 +2,22 @@
Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
Contributed by Andy Vaught
-This file is part of GNU G95.
+This file is part of GCC.
-GNU G95 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.
+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 G95 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.
+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 G95; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+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. */
#include "config.h"