This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran, committed] Update copyright boilerplate in primary.c
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: GCC Fortran mailing list <fortran at gcc dot gnu dot org>
- Cc: patch <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 31 Aug 2004 15:39:41 +0200
- Subject: Re: [gfortran, committed] Update copyright boilerplate in primary.c
- References: <41347E7E.50805@physik.uni-muenchen.de>
Tobias Schlüter wrote:
> primary.c was still reminiscing the pre-integration days. I committed this
> "fix" as obvious after verifying that the file still compiles.
I committed a fix in the same vein to f95-lang.c. Again I verified that the
file still compiles.
- Tobi
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/ChangeLog,v
retrieving revision 1.190
diff -u -p -r1.190 ChangeLog
--- ChangeLog 31 Aug 2004 13:35:01 -0000 1.190
+++ ChangeLog 31 Aug 2004 13:39:02 -0000
@@ -1,6 +1,7 @@
2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* primary.c: Update copyright boilerplate to say GCC.
+ * f95-lang.c: Change initial comment to say gfortran.
2004-08-31 Paul Brook <paul@codesourcery.com>
Index: f95-lang.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/f95-lang.c,v
retrieving revision 1.16
diff -u -p -r1.16 f95-lang.c
--- f95-lang.c 29 Aug 2004 15:58:13 -0000 1.16
+++ f95-lang.c 31 Aug 2004 13:39:02 -0000
@@ -1,4 +1,4 @@
-/* G95 Backend interface
+/* gfortran backend interface
Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
Inc.
Contributed by Paul Brook.