diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index d175cc4ad33423ae89982979b7acb3c3634a2938..2d71f428a496a9af1e3e6485f00ba9c6adff3223 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,5 +1,9 @@
 2006-02-09  Tobias Schlâ—¯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.
diff --git a/gcc/fortran/dump-parse-tree.c b/gcc/fortran/dump-parse-tree.c
index 6e2f55f5d7fcfebd51513e4b2ea2a67a3d68ab97..644729c2f17c3b7b05fa5f2bd044be65b282a2cf 100644
--- a/gcc/fortran/dump-parse-tree.c
+++ b/gcc/fortran/dump-parse-tree.c
@@ -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.
diff --git a/gcc/fortran/matchexp.c b/gcc/fortran/matchexp.c
index e4bf44e4b613cdc5db01463635e2e3bf314359c2..008214940f024dfc505c082ca684a1176e214b57 100644
--- a/gcc/fortran/matchexp.c
+++ b/gcc/fortran/matchexp.c
@@ -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.
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c
index 8af0c6d964fa05c62e0195e0f55f6ebf1ca9669d..b2505cc4b5731324277748528993e206207936e9 100644
--- a/gcc/fortran/module.c
+++ b/gcc/fortran/module.c
@@ -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.