aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
diff options
context:
space:
mode:
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>2006-02-10 01:16:25 +0100
committerTobias Schlüter <tobi@gcc.gnu.org>2006-02-10 01:16:25 +0100
commit3cf16ac45bd7212650f07040c87669396f15bfa1 (patch)
treededc7d1411ca7df6a15e4e2cf54a3b1e58dadaae /gcc/fortran/module.c
parent2414e1d655249938cc53becd63d8fb95db65bbfe (diff)
downloadgcc-3cf16ac45bd7212650f07040c87669396f15bfa1.zip
gcc-3cf16ac45bd7212650f07040c87669396f15bfa1.tar.gz
gcc-3cf16ac45bd7212650f07040c87669396f15bfa1.tar.bz2
dump-parse-tree.c: Update copyright years.
* dump-parse-tree.c: Update copyright years. * matchexp.c: Likewise. * module.c: Likewise. From-SVN: r110820
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r--gcc/fortran/module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c
index 8af0c6d..b2505cc 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.