Index: binutils/version.c =================================================================== RCS file: /cvs/src/src/binutils/version.c,v retrieving revision 1.9 diff -c -3 -p -r1.9 version.c *** binutils/version.c 20 Jan 2004 13:08:47 -0000 1.9 --- binutils/version.c 31 Jan 2005 17:30:13 -0000 *************** print_version (const char *name) *** 32,38 **** /* This output is intended to follow the GNU standards document. */ /* xgettext:c-format */ printf ("GNU %s %s\n", name, BFD_VERSION_STRING); ! printf (_("Copyright 2004 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")); --- 32,38 ---- /* This output is intended to follow the GNU standards document. */ /* xgettext:c-format */ printf ("GNU %s %s\n", name, BFD_VERSION_STRING); ! printf (_("Copyright 2005 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")); Index: gas/as.c =================================================================== RCS file: /cvs/src/src/gas/as.c,v retrieving revision 1.55 diff -c -3 -p -r1.55 as.c *** gas/as.c 20 Jan 2005 15:35:57 -0000 1.55 --- gas/as.c 31 Jan 2005 17:30:13 -0000 *************** parse_args (int * pargc, char *** pargv) *** 589,595 **** #else printf (_("GNU assembler %s\n"), VERSION); #endif ! 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")); --- 589,595 ---- #else printf (_("GNU assembler %s\n"), VERSION); #endif ! printf (_("Copyright 2005 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")); Index: ld/ldver.c =================================================================== RCS file: /cvs/src/src/ld/ldver.c,v retrieving revision 1.8 diff -c -3 -p -r1.8 ldver.c *** ld/ldver.c 7 Dec 2003 23:52:44 -0000 1.8 --- ld/ldver.c 31 Jan 2005 17:30:14 -0000 *************** ldversion (int noisy) *** 39,45 **** if (noisy & 2) { ! 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")); --- 39,45 ---- if (noisy & 2) { ! printf (_("Copyright 2005 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"));