From 43123e988c7c2a0795934a0159a9a60e7523e270 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 1 Sep 2009 19:30:28 +0000 Subject: [PATCH] Change to "Copyright 2009". --- binutils/ChangeLog | 4 ++++ binutils/version.c | 2 +- gas/ChangeLog | 4 ++++ gas/as.c | 2 +- ld/ChangeLog | 4 ++++ ld/ldver.c | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 86a5b9699c6..b01795fa749 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2009-09-01 H.J. Lu + + * version.c (print_version): Change to "Copyright 2009". + 2009-09-01 Tristan Gingold * makefile.vms-in: Remove unused VERSION variable. Remove unused diff --git a/binutils/version.c b/binutils/version.c index 0073794e548..1ca26ce5c6a 100644 --- a/binutils/version.c +++ b/binutils/version.c @@ -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 2008 Free Software Foundation, Inc.\n")); + printf (_("Copyright 2009 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 version 3 or (at your option) any later version.\n\ diff --git a/gas/ChangeLog b/gas/ChangeLog index a9a461f28bb..260abf7a561 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2009-09-01 H.J. Lu + + * version.c (parse_args): Change to "Copyright 2009". + 2009-09-01 Tristan Gingold * makefile.vms: Adjust include pathes. Remove useless vaxctrl diff --git a/gas/as.c b/gas/as.c index cc945c6332d..ff17a2c1d48 100644 --- a/gas/as.c +++ b/gas/as.c @@ -600,7 +600,7 @@ parse_args (int * pargc, char *** pargv) case OPTION_VERSION: /* This output is intended to follow the GNU standards document. */ printf (_("GNU assembler %s\n"), BFD_VERSION_STRING); - printf (_("Copyright 2008 Free Software Foundation, Inc.\n")); + printf (_("Copyright 2009 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 version 3 or later.\n\ diff --git a/ld/ChangeLog b/ld/ChangeLog index 18344c792ce..9238c3289a3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2009-09-01 H.J. Lu + + * ldver.c (ldversion): Change to "Copyright 2009". + 2009-09-01 Jie Zhang * scripttempl/elf.sc: Add ${USER_LABEL_PREFIX} to _start, etext, diff --git a/ld/ldver.c b/ld/ldver.c index f0bedcb5fda..d6c97b61258 100644 --- a/ld/ldver.c +++ b/ld/ldver.c @@ -39,7 +39,7 @@ ldversion (int noisy) if (noisy & 2) { - printf (_("Copyright 2008 Free Software Foundation, Inc.\n")); + printf (_("Copyright 2009 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 version 3 or (at your option) a later version.\n\ -- 2.30.2