* primary.c: Update copyright boilerplate to say GCC.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Tue, 31 Aug 2004 13:35:01 +0000 (15:35 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Tue, 31 Aug 2004 13:35:01 +0000 (15:35 +0200)
From-SVN: r86826

gcc/fortran/ChangeLog
gcc/fortran/primary.c

index 042b72c34707a7059fd51c841ff838511c568afe..bd076444e4261e03e30dc3e8db05f5958a4a8246 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * primary.c: Update copyright boilerplate to say GCC.
+
 2004-08-31  Paul Brook  <paul@codesourcery.com>
 
        * trans-types.h: Add comments.
index 10e1068967ab15e4ea6b490456792db2b5e957bb..45348e6a7601f1259d83fe1e1ebdd0f3ba783c8e 100644 (file)
@@ -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"