summaryrefslogtreecommitdiff
path: root/gcc/fortran/matchexp.c
diff options
context:
space:
mode:
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-10 00:16:25 +0000
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-10 00:16:25 +0000
commit9e6841efa776f57e11f7b823607d552ada5e9e89 (patch)
treededc7d1411ca7df6a15e4e2cf54a3b1e58dadaae /gcc/fortran/matchexp.c
parent42b215cc9295a7b3eac1b9c6fb76d42ea02cc441 (diff)
downloadgcc-9e6841efa776f57e11f7b823607d552ada5e9e89.tar.gz
* dump-parse-tree.c: Update copyright years.
* matchexp.c: Likewise. * module.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110820 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/matchexp.c')
-rw-r--r--gcc/fortran/matchexp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/fortran/matchexp.c b/gcc/fortran/matchexp.c
index e4bf44e4b61..008214940f0 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.