This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]: Update copyright year in --version messages


Hi Guys,

  Almost in time for 2009 I am applying the patch below to update the
  copyright year in --version messages to 2008...

Cheers
  Nick

gas/ChangeLog
2008-11-17  Nick Clifton  <nickc@redhat.com>

	* as.c (parse_args): Update copyright year.

ld/ChangeLog
2008-11-17  Nick Clifton  <nickc@redhat.com>

	* ldver.c: Update copyright year.

binutuls/ChangeLog
2008-11-17  Nick Clifton  <nickc@redhat.com>

	* version.c (print_version): Update copyright year.


Index: ld/ldver.c
===================================================================
RCS file: /cvs/src/src/ld/ldver.c,v
retrieving revision 1.14
diff -c -3 -p -r1.14 ldver.c
*** ld/ldver.c	6 Jul 2007 14:09:41 -0000	1.14
--- ld/ldver.c	17 Nov 2008 17:43:46 -0000
*************** ldversion (int noisy)
*** 39,45 ****
  
    if (noisy & 2)
      {
!       printf (_("Copyright 2007 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\
--- 39,45 ----
  
    if (noisy & 2)
      {
!       printf (_("Copyright 2008 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\
Index: gas/as.c
===================================================================
RCS file: /cvs/src/src/gas/as.c,v
retrieving revision 1.80
diff -c -3 -p -r1.80 as.c
*** gas/as.c	12 Aug 2008 23:39:30 -0000	1.80
--- gas/as.c	17 Nov 2008 17:43:46 -0000
*************** parse_args (int * pargc, char *** pargv)
*** 600,606 ****
  	case OPTION_VERSION:
  	  /* This output is intended to follow the GNU standards document.  */
  	  printf (_("GNU assembler %s\n"), BFD_VERSION_STRING);
! 	  printf (_("Copyright 2007 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\
--- 600,606 ----
  	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 (_("\
  This program is free software; you may redistribute it under the terms of\n\
  the GNU General Public License version 3 or later.\n\
Index: binutils/version.c
===================================================================
RCS file: /cvs/src/src/binutils/version.c,v
retrieving revision 1.16
diff -c -3 -p -r1.16 version.c
*** binutils/version.c	5 Jul 2007 16:54:45 -0000	1.16
--- binutils/version.c	17 Nov 2008 17:43:46 -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 2007 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\
--- 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 2008 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\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]