]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
data.c: Add 2006 to copyright years.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Sat, 11 Nov 2006 17:10:24 +0000 (18:10 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sat, 11 Nov 2006 17:10:24 +0000 (18:10 +0100)
* data.c: Add 2006 to copyright years.
* interface.c: Same.
* misc.c: Same.
* trans-io.c: Same.

From-SVN: r118700

gcc/fortran/ChangeLog
gcc/fortran/array.c
gcc/fortran/data.c
gcc/fortran/interface.c
gcc/fortran/misc.c
gcc/fortran/trans-io.c

index 66ee88e90edc99f0eab611c5da1cc665af7f381e..6250413c81dfcd9d3400e5328eda7950e9ee56eb 100644 (file)
@@ -1,3 +1,10 @@
+2006-11-11  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * data.c: Add 2006 to copyright years.
+       * interface.c: Same.
+       * misc.c: Same.
+       * trans-io.c: Same.
+
 2006-11-11  Richard Guenther  <rguenther@suse.de>
 
        * trans-intrinsic.c (enum rounding_mode): New enum.
index ace828c1c2a6bc28c6b4c0a7cb91a882db4dcece..559662ffb72f0dc90e72d712df6855442eb39f48 100644 (file)
@@ -1,5 +1,6 @@
 /* Array things
-   Copyright (C) 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2004, 2005, 3006 Free Software
+   Foundation, Inc.
    Contributed by Andy Vaught
 
 This file is part of GCC.
index d53f92c4e20964c63b296da73274a39ab7a157a4..b17d6b8fe4e080b5ddc813ddec906ce1dad76b43 100644 (file)
@@ -1,5 +1,6 @@
 /* Supporting functions for resolving DATA statement.
-   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software
+   Foundation, Inc.
    Contributed by Lifang Zeng <zlf605@hotmail.com>
 
 This file is part of GCC.
index a3c80f2293a3cc0e523f61c63dd07c07a90c959a..5a9b2da7064defaf5d8a1a4fddc30a7f6edc077d 100644 (file)
@@ -1,5 +1,6 @@
 /* Deal with interfaces.
-   Copyright (C) 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 Free Software
+   Foundation, Inc.
    Contributed by Andy Vaught
 
 This file is part of GCC.
index bafb69819dddf70d37f7db77c7b5619e6ed943a8..dbf27e2218aeb106f8d596f92ed425a0fbc4b220 100644 (file)
@@ -1,6 +1,6 @@
 /* Miscellaneous stuff that doesn't fit anywhere else.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
-   Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
+   Foundation, Inc.
    Contributed by Andy Vaught
 
 This file is part of GCC.
index 4fb198366037df6b7424a44c823aeed0f27d4921..b1dce97611568bde599bfe7dca79fc1e513ff083 100644 (file)
@@ -1,5 +1,6 @@
 /* IO Code translation/library interface
-   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software
+   Foundation, Inc.
    Contributed by Paul Brook
 
 This file is part of GCC.