This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran, committed] Update copyright boilerplate in primary.c


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]