Update reported copyright dates.
This commit is contained in:
parent
d648679633
commit
d342277e67
6 changed files with 31 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
/* version.c -- binutils version information
|
||||
Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
|
||||
Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Binutils.
|
||||
|
@ -32,7 +32,7 @@ print_version (const char *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 2004 Free Software Foundation, Inc.\n"));
|
||||
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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue