dump-parse-tree.c: Update copyright years.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Fri, 10 Feb 2006 00:16:25 +0000 (01:16 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Fri, 10 Feb 2006 00:16:25 +0000 (01:16 +0100)
* dump-parse-tree.c: Update copyright years.
* matchexp.c: Likewise.
* module.c: Likewise.

From-SVN: r110820

gcc/fortran/ChangeLog
gcc/fortran/dump-parse-tree.c
gcc/fortran/matchexp.c
gcc/fortran/module.c

index d175cc4ad33423ae89982979b7acb3c3634a2938..2d71f428a496a9af1e3e6485f00ba9c6adff3223 100644 (file)
@@ -1,5 +1,9 @@
 2006-02-09  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
 
+       * dump-parse-tree.c: Update copyright years.
+       * matchexp.c: Likewise.
+       * module.c: Likewise.
+
        PR fortran/14771
        * gfortran.h (gfc_intrinsic_op): Add INTRINSIC_PARENTHESES.
        * dump-parse-tree (gfc_show_expr): Handle INTRINSIC_PARENTHESES.
index 6e2f55f5d7fcfebd51513e4b2ea2a67a3d68ab97..644729c2f17c3b7b05fa5f2bd044be65b282a2cf 100644 (file)
@@ -1,5 +1,5 @@
 /* Parse tree dumper
-   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    Contributed by Steven Bosscher
 
 This file is part of GCC.
index e4bf44e4b613cdc5db01463635e2e3bf314359c2..008214940f024dfc505c082ca684a1176e214b57 100644 (file)
@@ -1,5 +1,6 @@
 /* Expression parser.
-   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 8af0c6d964fa05c62e0195e0f55f6ebf1ca9669d..b2505cc4b5731324277748528993e206207936e9 100644 (file)
@@ -1,7 +1,7 @@
 /* Handle modules, which amounts to loading and saving symbols and
    their attendant structures.
-   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.