mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
Update printed copyright.
This commit is contained in:
parent
5bfb05ca59
commit
c2f1343c8b
@ -1,3 +1,7 @@
|
|||||||
|
2000-05-15 David O'Brien <obrien@FreeBSD.org>
|
||||||
|
|
||||||
|
* lexsup.c (parse_args): Update the year in the copyright notice.
|
||||||
|
|
||||||
2000-05-13 Alan Modra <alan@linuxcare.com.au>
|
2000-05-13 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
* ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
|
* ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
|
||||||
|
@ -877,7 +877,7 @@ parse_args (argc, argv)
|
|||||||
case OPTION_VERSION:
|
case OPTION_VERSION:
|
||||||
/* This output is intended to follow the GNU standards document. */
|
/* This output is intended to follow the GNU standards document. */
|
||||||
printf ("GNU ld %s\n", ld_program_version);
|
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 (_("\
|
printf (_("\
|
||||||
This program is free software; you may redistribute it under the terms of\n\
|
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"));
|
the GNU General Public License. This program has absolutely no warranty.\n"));
|
||||||
|
Loading…
Reference in New Issue
Block a user