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 /binutils/version.c | |
parent | 7708fa01118edc2d23868c960924dabe20d93764 (diff) | |
download | gdb-2a538ba50cdd625e18a08052a2d326d19b5c63bd.zip gdb-2a538ba50cdd625e18a08052a2d326d19b5c63bd.tar.gz gdb-2a538ba50cdd625e18a08052a2d326d19b5c63bd.tar.bz2 |
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 'binutils/version.c')
-rw-r--r-- | binutils/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/version.c b/binutils/version.c index ac67d8a..edaa065 100644 --- a/binutils/version.c +++ b/binutils/version.c @@ -1,5 +1,5 @@ /* version.c -- binutils version information - Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001 + Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -32,7 +32,7 @@ print_version (name) /* This output is intended to follow the GNU standards document. */ /* xgettext:c-format */ printf ("GNU %s %s\n", name, 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")); |