This is the mail archive of the binutils@sources.redhat.com 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]

Synchronise copyright dates reported by --version


Hi Guys,

  I am applying the attached patch to synchronise the date in the
  copyright messages reported by gas, ld and the binutils.  (Gprof has
  its own copyright assigned to the Regents of the University of
  California, so I am not touching that).

Cheers
  Nick

gas/ChangeLog
2005-01-31  Nick Clifton  <nickc@redhat.com>

	* as.c (parse_args): Bump copyright date reported by --version to
	2005.

ld/ChangeLog
2005-01-31  Nick Clifton  <nickc@redhat.com>

	* ldver.c (ldversion): Bump reported copyright date to 2005.

binutils/ChangeLog
2005-01-31  Nick Clifton  <nickc@redhat.com>

	* version.c (print_version): Bump the copyright date to 2005.

Index: binutils/version.c
===================================================================
RCS file: /cvs/src/src/binutils/version.c,v
retrieving revision 1.9
diff -c -3 -p -r1.9 version.c
*** binutils/version.c	20 Jan 2004 13:08:47 -0000	1.9
--- binutils/version.c	31 Jan 2005 17:30:13 -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 2004 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"));
--- 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 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"));
Index: gas/as.c
===================================================================
RCS file: /cvs/src/src/gas/as.c,v
retrieving revision 1.55
diff -c -3 -p -r1.55 as.c
*** gas/as.c	20 Jan 2005 15:35:57 -0000	1.55
--- gas/as.c	31 Jan 2005 17:30:13 -0000
*************** parse_args (int * pargc, char *** pargv)
*** 589,595 ****
  #else
  	  printf (_("GNU assembler %s\n"), VERSION);
  #endif
! 	  printf (_("Copyright 2002 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"));
--- 589,595 ----
  #else
  	  printf (_("GNU assembler %s\n"), VERSION);
  #endif
! 	  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"));
Index: ld/ldver.c
===================================================================
RCS file: /cvs/src/src/ld/ldver.c,v
retrieving revision 1.8
diff -c -3 -p -r1.8 ldver.c
*** ld/ldver.c	7 Dec 2003 23:52:44 -0000	1.8
--- ld/ldver.c	31 Jan 2005 17:30:14 -0000
*************** ldversion (int noisy)
*** 39,45 ****
  
    if (noisy & 2)
      {
!       printf (_("Copyright 2002 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"));
--- 39,45 ----
  
    if (noisy & 2)
      {
!       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"));

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