summaryrefslogtreecommitdiff
path: root/ld/ldver.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-01-18 11:28:42 +0000
committerAndreas Jaeger <aj@suse.de>2002-01-18 11:28:42 +0000
commitee5e09e8e24434fcff58b644cbb277f7c9ba08fe (patch)
tree0dd38dc67297a9ea7130b57feab88140e43a7cd2 /ld/ldver.c
parentc8e5a7d428996fa147b46f8901500a64812ab05d (diff)
downloadbinutils-redhat-ee5e09e8e24434fcff58b644cbb277f7c9ba08fe.tar.gz
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 'ld/ldver.c')
-rw-r--r--ld/ldver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldver.c b/ld/ldver.c
index d2a1c3feac..f81884cc82 100644
--- a/ld/ldver.c
+++ b/ld/ldver.c
@@ -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"));