diff options
author | Nick Clifton <nickc@redhat.com> | 2005-01-31 17:36:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-01-31 17:36:24 +0000 |
commit | d342277e676c4cf7706c753635c55f4d48fd0fa8 (patch) | |
tree | 83a70acbba58ac6a4a6c6fd2a6cd66049142a194 /gas | |
parent | d64867963301f6059d83c42d241ee5ba1ae4ccbd (diff) | |
download | gdb-d342277e676c4cf7706c753635c55f4d48fd0fa8.zip gdb-d342277e676c4cf7706c753635c55f4d48fd0fa8.tar.gz gdb-d342277e676c4cf7706c753635c55f4d48fd0fa8.tar.bz2 |
Update reported copyright dates.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/as.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3b5ecaa..c490623 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2005-01-31 Nick Clifton <nickc@redhat.com> + * as.c (parse_args): Bump copyright date reported by --version to + 2005. + +2005-01-31 Nick Clifton <nickc@redhat.com> + * configure.tgt: Remove obsolete targets m68k-lynxos, sparc-lynxos and vax-vms. @@ -1,6 +1,6 @@ /* as.c - GAS main program. Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002 + 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -589,7 +589,7 @@ parse_args (int * pargc, char *** pargv) #else printf (_("GNU assembler %s\n"), VERSION); #endif - printf (_("Copyright 2002 Free Software Foundation, Inc.\n")); + printf (_("Copyright 2005 Free Software Foundation, Inc.\n")); printf (_("\ This program is free software; you may redistribute it under the terms of\n\ the GNU General Public License. This program has absolutely no warranty.\n")); |