This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[gfortran, committed] Update copyright years


I updated the copyright years on a few files where that was missed in
recent patches. I'm not sure if the changes in st.c warrant adding any
of 2003 or 2004 to its copyright years, as the changes there are fairly
small, so I left that out.

- Tobi

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/ChangeLog,v
retrieving revision 1.93
diff -u -p -r1.93 ChangeLog
--- ChangeLog   29 Jun 2004 22:01:34 -0000      1.93
+++ ChangeLog   29 Jun 2004 22:09:16 -0000
@@ -1,3 +1,8 @@
+2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * decl.c, interface.c, symbol.c, trans-common.c: Add 2004 to
+       copyright years.
+
 2004-06-29  Steven Bosscher  <stevenb@suse.de>

        Make sure types in assignments are compatible.  Mostly mechanical.
@@ -46,7 +51,7 @@

        PR fortran/13249
        PR fortran/15481
-       * declc (gfc_match_save): Adapt to new common structures,
+       * decl.c (gfc_match_save): Adapt to new common structures,
        don't allow saving USE-associated common.
        * dump-parse-tree (gfc_show_attr): (saved_)common are not
        symbol attributes any longer.
Index: decl.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/decl.c,v
retrieving revision 1.14
diff -u -p -r1.14 decl.c
--- decl.c      29 Jun 2004 21:22:18 -0000      1.14
+++ decl.c      29 Jun 2004 22:09:16 -0000
@@ -1,5 +1,5 @@
 /* Declaration statement matcher
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
    Contributed by Andy Vaught

 This file is part of GCC.
Index: interface.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/interface.c,v
retrieving revision 1.5
diff -u -p -r1.5 interface.c
--- interface.c 3 Jun 2004 22:35:39 -0000       1.5
+++ interface.c 29 Jun 2004 22:09:18 -0000
@@ -1,5 +1,5 @@
 /* Deal with interfaces.
-   Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Andy Vaught

 This file is part of GCC.
Index: symbol.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/symbol.c,v
retrieving revision 1.7
diff -u -p -r1.7 symbol.c
--- symbol.c    29 Jun 2004 18:56:47 -0000      1.7
+++ symbol.c    29 Jun 2004 22:09:18 -0000
@@ -1,5 +1,6 @@
 /* Maintain binary trees of symbols.
-   Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+   Inc.
    Contributed by Andy Vaught

 This file is part of GCC.
Index: trans-common.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans-common.c,v
retrieving revision 1.8
diff -u -p -r1.8 trans-common.c
--- trans-common.c      29 Jun 2004 18:56:47 -0000      1.8
+++ trans-common.c      29 Jun 2004 22:09:18 -0000
@@ -1,5 +1,5 @@
 /* Common block and equivalence list handling
-   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Canqun Yang <canqun@nudt.edu.cn>

 This file is part of GCC.


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