OSDN Git Service

* decl.c, interface.c, symbol.c, trans-common.c: Add 2004 to
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jun 2004 22:11:38 +0000 (22:11 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jun 2004 22:11:38 +0000 (22:11 +0000)
copyright years.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83878 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 135d8cf..4c56afb 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 fab762f..cc65d07 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 30706d4..abff6a1 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 c1d0212..8887741 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 769469d..152f7d4 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.