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.
This commit is contained in:
Andreas Jaeger
2002-01-18 11:28:42 +00:00
parent 7708fa0111
commit 2a538ba50c
6 changed files with 24 additions and 13 deletions

View File

@ -1,5 +1,5 @@
/* ldver.c -- Print linker version.
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GLD, the Gnu Linker.
@ -39,7 +39,7 @@ ldversion (noisy)
if (noisy & 2)
{
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"));