From 8f320bb0973118594dc10fe9d11ba2f854c6eda9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Schl=C3=BCter?= Date: Wed, 15 Feb 2006 13:42:16 +0100 Subject: [PATCH] check.c: Update copyright years. * check.c: Update copyright years. From-SVN: r111110 --- gcc/fortran/ChangeLog | 2 ++ gcc/fortran/check.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a86394ec95b..013e7bab5f5 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,7 @@ 2006-02-15 Tobias Schlüter + * 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 e8933e422aa..a24333c2d6e 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. -- 2.30.2