public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Update copyright to 2011
@ 2011-01-01 20:56 H.J. Lu
       [not found] ` <20110101213400.GB2447@gentoo.trippels.de>
  0 siblings, 1 reply; 2+ messages in thread
From: H.J. Lu @ 2011-01-01 20:56 UTC (permalink / raw)
  To: binutils

I checked in this patch to update copyright to 2011.


H.J.
---
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index db99369..e07e37b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* version.c (print_version): Update copyright to 2011.
+
 For older changes see ChangeLog-2010
 \f
 Local Variables:
diff --git a/binutils/version.c b/binutils/version.c
index fc1ae08..bce8f05 100644
--- a/binutils/version.c
+++ b/binutils/version.c
@@ -33,7 +33,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 2010 Free Software Foundation, Inc.\n"));
+  printf (_("Copyright 2011 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 db99369..63868a0 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* gas.c (parse_args): Update copyright to 2011.
+
 For older changes see ChangeLog-2010
 \f
 Local Variables:
diff --git a/gas/as.c b/gas/as.c
index 4937351..8fe13e9 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -617,7 +617,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 2010 Free Software Foundation, Inc.\n"));
+	  printf (_("Copyright 2011 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/gold/ChangeLog b/gold/ChangeLog
index 316648a..7a5b89d 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* version.cc (print_version): Update copyright to 2011.
+
 2010-12-23  Cary Coutant  <ccoutant@google.com>
 
 	* output.h (Output_data_reloc::add_output_section): Pass OD instead
diff --git a/gold/version.cc b/gold/version.cc
index a4f5263..9d3be22 100644
--- a/gold/version.cc
+++ b/gold/version.cc
@@ -63,7 +63,7 @@ print_version(bool print_short)
   if (!print_short)
     {
       // This output is intended to follow the GNU standards.
-      printf(_("Copyright 2010 Free Software Foundation, Inc.\n"));
+      printf(_("Copyright 2011 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\
diff --git a/ld/ChangeLog b/ld/ChangeLog
index db99369..8644b45 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* ldver.c (ldversion): Update copyright to 2011.
+
 For older changes see ChangeLog-2010
 \f
 Local Variables:
diff --git a/ld/ldver.c b/ld/ldver.c
index df4fdca..9f6632b 100644
--- a/ld/ldver.c
+++ b/ld/ldver.c
@@ -40,7 +40,7 @@ ldversion (int noisy)
 
   if (noisy & 2)
     {
-      printf (_("Copyright 2010 Free Software Foundation, Inc.\n"));
+      printf (_("Copyright 2011 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\
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index db99369..bd88388 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* i386-gen.c (process_copyright): Update copyright to 2011.
+
 For older changes see ChangeLog-2010
 \f
 Local Variables:
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index ee06338..a0d0627 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -466,7 +466,7 @@ static void
 process_copyright (FILE *fp)
 {
   fprintf (fp, "/* This file is automatically generated by i386-gen.  Do not edit!  */\n\
-/* Copyright 2007, 2008, 2009, 2010\n\
+/* Copyright 2007, 2008, 2009, 2010, 2010\n\
    Free Software Foundation, Inc.\n\
 \n\
    This file is part of the GNU opcodes library.\n\

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: Update copyright to 2011
       [not found] ` <20110101213400.GB2447@gentoo.trippels.de>
@ 2011-01-01 21:43   ` H.J. Lu
  0 siblings, 0 replies; 2+ messages in thread
From: H.J. Lu @ 2011-01-01 21:43 UTC (permalink / raw)
  To: Markus Trippelsdorf; +Cc: binutils

On Sat, Jan 1, 2011 at 1:34 PM, Markus Trippelsdorf
<markus@trippelsdorf.de> wrote:
> On 2011.01.01 at 12:56 -0800, H.J. Lu wrote:
>> I checked in this patch to update copyright to 2011.
>
>> --- a/opcodes/i386-gen.c
>> +++ b/opcodes/i386-gen.c
>> @@ -466,7 +466,7 @@ static void
>>  process_copyright (FILE *fp)
>>  {
>>    fprintf (fp, "/* This file is automatically generated by i386-gen.  Do not edit!  */\n\
>> -/* Copyright 2007, 2008, 2009, 2010\n\
>> +/* Copyright 2007, 2008, 2009, 2010, 2010\n\
>                                        ^^^^

I checked in this patch.

Thanks.

-- 
H.J.
---
Index: binutils/version.c
===================================================================
RCS file: /cvs/src/src/binutils/version.c,v
retrieving revision 1.21
diff -u -p -r1.21 version.c
--- binutils/version.c	1 Jan 2011 20:55:46 -0000	1.21
+++ binutils/version.c	1 Jan 2011 21:41:07 -0000
@@ -1,6 +1,6 @@
 /* version.c -- binutils version information
    Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009, 2010
+   2005, 2006, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.

    This file is part of GNU Binutils.
Index: gas/as.c
===================================================================
RCS file: /cvs/src/src/gas/as.c,v
retrieving revision 1.94
diff -u -p -r1.94 as.c
--- gas/as.c	1 Jan 2011 20:55:47 -0000	1.94
+++ gas/as.c	1 Jan 2011 21:41:07 -0000
@@ -1,6 +1,7 @@
 /* as.c - GAS main program.
    Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+   2010, 2011
    Free Software Foundation, Inc.

    This file is part of GAS, the GNU Assembler.
Index: gold/version.cc
===================================================================
RCS file: /cvs/src/src/gold/version.cc,v
retrieving revision 1.21
diff -u -p -r1.21 version.cc
--- gold/version.cc	1 Jan 2011 20:55:47 -0000	1.21
+++ gold/version.cc	1 Jan 2011 21:41:07 -0000
@@ -1,6 +1,6 @@
 // version.c -- print gold version information

-// Copyright 2006, 2007, 2008, 2009, 2010
+// Copyright 2006, 2007, 2008, 2009, 2010, 2011
 // Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.

Index: ld/ldver.c
===================================================================
RCS file: /cvs/src/src/ld/ldver.c,v
retrieving revision 1.19
diff -u -p -r1.19 ldver.c
--- ld/ldver.c	1 Jan 2011 20:55:47 -0000	1.19
+++ ld/ldver.c	1 Jan 2011 21:41:07 -0000
@@ -1,6 +1,6 @@
 /* ldver.c -- Print linker version.
    Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002,
-   2003, 2005, 2007, 2008, 2009, 2010
+   2003, 2005, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.

    This file is part of the GNU Binutils.
Index: opcodes/i386-gen.c
===================================================================
RCS file: /cvs/src/src/opcodes/i386-gen.c,v
retrieving revision 1.72
diff -u -p -r1.72 i386-gen.c
--- opcodes/i386-gen.c	1 Jan 2011 20:55:48 -0000	1.72
+++ opcodes/i386-gen.c	1 Jan 2011 21:41:07 -0000
@@ -1,4 +1,4 @@
-/* Copyright 2007, 2008, 2009, 2010
+/* Copyright 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.

    This file is part of the GNU opcodes library.
@@ -466,7 +466,7 @@ static void
 process_copyright (FILE *fp)
 {
   fprintf (fp, "/* This file is automatically generated by i386-gen.
Do not edit!  */\n\
-/* Copyright 2007, 2008, 2009, 2010, 2010\n\
+/* Copyright 2007, 2008, 2009, 2010, 2011\n\
    Free Software Foundation, Inc.\n\
 \n\
    This file is part of the GNU opcodes library.\n\

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-01 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-01 20:56 PATCH: Update copyright to 2011 H.J. Lu
     [not found] ` <20110101213400.GB2447@gentoo.trippels.de>
2011-01-01 21:43   ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).