mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 18:06:03 +08:00
Update copyright date to 2001
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2001-01-12 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* lexsup.c (parse_args): Update copyright date.
|
||||
|
||||
2001-01-12 Philip Blundell <pb@futuretv.com>
|
||||
|
||||
* configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Parse options for the GNU linker.
|
||||
Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000
|
||||
Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GLD, the Gnu Linker.
|
||||
@ -983,7 +983,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 2000 Free Software Foundation, Inc.\n"));
|
||||
printf (_("Copyright 2001 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"));
|
||||
|
Reference in New Issue
Block a user