diff options
author | Tobias Schlüter <tobi@gcc.gnu.org> | 2007-04-17 15:33:31 +0200 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2007-04-17 15:33:31 +0200 |
commit | 710a179f8acbd09a88742b2fde7d3887a327736b (patch) | |
tree | 9eaacef2963d707e79fe278bba87a5c636cc2adb /gcc/fortran/symbol.c | |
parent | cd38ca7f15311e7bd59da6cbc2a708dc4c997c00 (diff) | |
download | gcc-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/symbol.c')
-rw-r--r-- | gcc/fortran/symbol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/symbol.c b/gcc/fortran/symbol.c index ad99595..0388e54e9 100644 --- a/gcc/fortran/symbol.c +++ b/gcc/fortran/symbol.c @@ -1,6 +1,6 @@ /* Maintain binary trees of symbols. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software - Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 + Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. |