aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>2006-02-15 13:42:16 +0100
committerTobias Schlüter <tobi@gcc.gnu.org>2006-02-15 13:42:16 +0100
commit8f320bb0973118594dc10fe9d11ba2f854c6eda9 (patch)
treec5b5e25a6f46de6dda9a1ce894b69d6f270364ab /gcc
parentd1a701eb1703ea4eb338f1a9ed447188f2513916 (diff)
downloadgcc-8f320bb0973118594dc10fe9d11ba2f854c6eda9.zip
gcc-8f320bb0973118594dc10fe9d11ba2f854c6eda9.tar.gz
gcc-8f320bb0973118594dc10fe9d11ba2f854c6eda9.tar.bz2
check.c: Update copyright years.
* check.c: Update copyright years. From-SVN: r111110
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog2
-rw-r--r--gcc/fortran/check.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index a86394e..013e7ba 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,5 +1,7 @@
2006-02-15 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+ * check.c: Update copyright years.
+
* check.c (gfc_check_minloc_maxloc, check_reduction): Don't call
dim_range_check on not-present optional dim argument.
diff --git a/gcc/fortran/check.c b/gcc/fortran/check.c
index e8933e4..a24333c 100644
--- a/gcc/fortran/check.c
+++ b/gcc/fortran/check.c
@@ -1,5 +1,5 @@
/* Check functions
- Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Contributed by Andy Vaught & Katherine Holcomb
This file is part of GCC.