decl.c, [...]: Add 2004 to copyright years.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Tue, 29 Jun 2004 22:11:38 +0000 (00:11 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Tue, 29 Jun 2004 22:11:38 +0000 (00:11 +0200)
* decl.c, interface.c, symbol.c, trans-common.c: Add 2004 to
copyright years.

Co-Authored-By: Andrew Vaught <andyv@firstinter.net>
From-SVN: r83878

gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/interface.c
gcc/fortran/symbol.c
gcc/fortran/trans-common.c

index 135d8cfa8cac1d28a043090e9ce82d51c40fd8d2..4c56afb998238ba679b41f8fc579c97b0764e294 100644 (file)
@@ -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 fab762fc63e59aff5a354e6810012b471b98630b..cc65d071df1a76b35cf07d53af92dfeaca6219ec 100644 (file)
@@ -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 30706d413d5eaab34395c251971f15f910c9c4ac..abff6a1d7156ce974dc5e20478a8a1c18f9f1375 100644 (file)
@@ -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 c1d0212a13e1d8ffdaa1430d2abf517a5d1d3977..8887741b27efc322fc5b773ab8df200f3f1700fc 100644 (file)
@@ -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 769469d9ccacafd640f829c5af57e848165fa2de..152f7d4385084c1171edc2f7a1b8c872c4238df2 100644 (file)
@@ -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.