diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-01-06 13:51:20 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-06 13:51:20 -0700 |
commit | 1b0c6de62697e7e3e9bc2258e568248971f1dc3f (patch) | |
tree | 04f0eeb6da1b042602354a378fbc1f999806ec75 /gcc/xcoffout.c | |
parent | 4283012f9f501d5014c5f78d7abf48d76327c18a (diff) | |
download | gcc-1b0c6de62697e7e3e9bc2258e568248971f1dc3f.zip gcc-1b0c6de62697e7e3e9bc2258e568248971f1dc3f.tar.gz gcc-1b0c6de62697e7e3e9bc2258e568248971f1dc3f.tar.bz2 |
More copyright fixes. Oh what fun.
From-SVN: r24536
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r-- | gcc/xcoffout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index baa0cd2..fb33f28 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -1,5 +1,5 @@ /* Output xcoff-format symbol table information from GNU compiler. - Copyright (C) 1992, 1994, 1995, 1997 Free Software Foundation, Inc. + Copyright (C) 1992, 1994, 1995, 1997, 1998 Free Software Foundation, Inc. This file is part of GNU CC. |