diff options
author | Feng Wang <fengwang@gcc.gnu.org> | 2006-01-09 02:41:08 +0000 |
---|---|---|
committer | Feng Wang <fengwang@gcc.gnu.org> | 2006-01-09 02:41:08 +0000 |
commit | 0ad77f5589f9d0dd089685764abef3989dee7db7 (patch) | |
tree | 369e0e0512c5a036c6a5d808f2cff827f47023e2 /gcc/fortran/trans-expr.c | |
parent | 0a821a922eadddf1c9a1e8f558ac669df3f2e374 (diff) | |
download | gcc-0ad77f5589f9d0dd089685764abef3989dee7db7.zip gcc-0ad77f5589f9d0dd089685764abef3989dee7db7.tar.gz gcc-0ad77f5589f9d0dd089685764abef3989dee7db7.tar.bz2 |
Add 2006 copyright year.
From-SVN: r109490
Diffstat (limited to 'gcc/fortran/trans-expr.c')
-rw-r--r-- | gcc/fortran/trans-expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-expr.c b/gcc/fortran/trans-expr.c index e46075e..dc2e822 100644 --- a/gcc/fortran/trans-expr.c +++ b/gcc/fortran/trans-expr.c @@ -1,5 +1,5 @@ /* Expression translation - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. Contributed by Paul Brook <paul@nowt.org> and Steven Bosscher <s.bosscher@student.tudelft.nl> |