diff options
author | Andreas Jaeger <aj@suse.de> | 2002-01-18 11:28:42 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-01-18 11:28:42 +0000 |
commit | 2a538ba50cdd625e18a08052a2d326d19b5c63bd (patch) | |
tree | 7797fd70524ecd7d722be364055bca4680fca43a /gas/as.c | |
parent | 7708fa01118edc2d23868c960924dabe20d93764 (diff) | |
download | binutils-2a538ba50cdd625e18a08052a2d326d19b5c63bd.tar.gz binutils-2a538ba50cdd625e18a08052a2d326d19b5c63bd.tar.bz2 binutils-2a538ba50cdd625e18a08052a2d326d19b5c63bd.zip |
gas:
2002-01-18 Andreas Jaeger <aj@suse.de>
* as.c (parse_args): Update year.
binutils:
2002-01-18 Andreas Jaeger <aj@suse.de>
* version.c (print_version): Update year.
ld:
2002-01-18 Andreas Jaeger <aj@suse.de>
* ldver.c (ldversion): Update year.
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 + 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -525,7 +525,7 @@ parse_args (pargc, pargv) case OPTION_VERSION: /* This output is intended to follow the GNU standards document. */ printf (_("GNU assembler %s\n"), BFD_VERSION_STRING); - printf (_("Copyright 2001 Free Software Foundation, Inc.\n")); + printf (_("Copyright 2002 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")); |