diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-20 06:20:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-20 06:20:42 +0000 |
| commit | 6e440a7238ea2cc0d7c55b88e9ce7da9ca2e76d8 (patch) | |
| tree | cfce85e69f41daea5ce68dcaadc298aeb5c9b645 /contrib/binutils/ld/lexsup.c | |
| parent | ddad85161da2b7c7b3d88bc7f46995d05db9e719 (diff) | |
| parent | 9cf1d3773b86cefa5afcb52cbfae9cb335bb7637 (diff) | |
Notes
Diffstat (limited to 'contrib/binutils/ld/lexsup.c')
| -rw-r--r-- | contrib/binutils/ld/lexsup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/ld/lexsup.c b/contrib/binutils/ld/lexsup.c index 7b5e89c1373c..e2aac472b352 100644 --- a/contrib/binutils/ld/lexsup.c +++ b/contrib/binutils/ld/lexsup.c @@ -877,7 +877,7 @@ parse_args (argc, argv) case OPTION_VERSION: /* This output is intended to follow the GNU standards document. */ printf ("GNU ld %s\n", ld_program_version); - printf (_("Copyright 1997 Free Software Foundation, Inc.\n")); + printf (_("Copyright 2000 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")); |
