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/as.c | |
parent | d64867963301f6059d83c42d241ee5ba1ae4ccbd (diff) | |
download | gdb-d342277e676c4cf7706c753635c55f4d48fd0fa8.zip gdb-d342277e676c4cf7706c753635c55f4d48fd0fa8.tar.gz gdb-d342277e676c4cf7706c753635c55f4d48fd0fa8.tar.bz2 |
Update reported copyright dates.
Diffstat (limited to 'gas/as.c')
-rw-r--r-- | gas/as.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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")); |