diff options
author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-29 18:55:11 +0000 |
---|---|---|
committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-29 18:55:11 +0000 |
commit | 8b780f471876d7e363f595e2f154e2af3d427f2d (patch) | |
tree | bf02eaeeacf815d1dac9a7e995c725705e8c2be9 /gcc/fortran/io.c | |
parent | 75c6d74e1b2e9931179cc7318877003c2849db1b (diff) | |
download | gcc-8b780f471876d7e363f595e2f154e2af3d427f2d.tar.gz |
* io.c: Add 2004 to copyright years.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83870 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/io.c')
-rw-r--r-- | gcc/fortran/io.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c index 048f6f851a9..631197258a0 100644 --- a/gcc/fortran/io.c +++ b/gcc/fortran/io.c @@ -1,5 +1,6 @@ /* Deal with I/O statements & related stuff. - Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, + Inc. Contributed by Andy Vaught This file is part of GCC. |