aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-const.c
diff options
context:
space:
mode:
authorTobias Schlüter <tobi@gcc.gnu.org>2007-04-17 15:33:31 +0200
committerTobias Schlüter <tobi@gcc.gnu.org>2007-04-17 15:33:31 +0200
commit710a179f8acbd09a88742b2fde7d3887a327736b (patch)
tree9eaacef2963d707e79fe278bba87a5c636cc2adb /gcc/fortran/trans-const.c
parentcd38ca7f15311e7bd59da6cbc2a708dc4c997c00 (diff)
downloadgcc-710a179f8acbd09a88742b2fde7d3887a327736b.zip
gcc-710a179f8acbd09a88742b2fde7d3887a327736b.tar.gz
gcc-710a179f8acbd09a88742b2fde7d3887a327736b.tar.bz2
arith.h: Update copyright years.
* arith.h: Update copyright years. * dependency.h: Likewise. * gfortran.h: Likewise. * lang-specs.h: Likewise. * parse.h: Likewise. * symbol.c: Likewise. * trans.h: Likewise. * trans.c: Likewise. * trans-array.c: Likewise. * trans-common.c: Likewise. * trans-const.h: Likewise. * trans-const.c: Likewise. * trans-decl.c: Likewise. * trans-expr.c: Likewise. * trans-io.c: Likewise. * trans-openmp.c: Likewise. * trans-types.h: Likewise. * types.def: Likewise. From-SVN: r123911
Diffstat (limited to 'gcc/fortran/trans-const.c')
-rw-r--r--gcc/fortran/trans-const.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/fortran/trans-const.c b/gcc/fortran/trans-const.c
index 5e27134..dbd351d 100644
--- a/gcc/fortran/trans-const.c
+++ b/gcc/fortran/trans-const.c
@@ -1,5 +1,6 @@
/* Translation of constants
- Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software
+ Foundation, Inc.
Contributed by Paul Brook
This file is part of GCC.