Update copyright in comments to 2011.
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 1 Jan 2011 21:42:17 +0000 (21:42 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 1 Jan 2011 21:42:17 +0000 (21:42 +0000)
binutils/version.c
gas/as.c
gold/version.cc
ld/ldver.c
opcodes/i386-gen.c

index bce8f0550bb0b4489adbcb12d6ddce6820b60bf8..47e2b31e33873c0f25b562f8e58bfe853975c430 100644 (file)
@@ -1,6 +1,6 @@
 /* version.c -- binutils version information
    Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 /* 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.
    Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
index 8fe13e9714992c95012a7ec1dfc9a179d0b0dfea..2c550473cb4d2e5bbe10f542440f13e536387a2c 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -1,6 +1,7 @@
 /* as.c - GAS main program.
    Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
 /* 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.
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
index 9d3be229812cb7632d9a7c1a08725d93d2a66233..91d0d37cf32e9da8647bb975bdbea80afb62cc08 100644 (file)
@@ -1,6 +1,6 @@
 // version.c -- print gold version information
 
 // 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>.
 
 // Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
index 9f6632b471b6b620fc0e01522f6cef28b72f30e0..78077d23c3f7e3560b6f724ea60ffcc94e4ccf4a 100644 (file)
@@ -1,6 +1,6 @@
 /* ldver.c -- Print linker version.
    Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002,
 /* 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.
    Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
index a0d0627a1acff3e6dffe7194443a002741f3ca94..81e51ddbad3cd689843d89614965bee3abe34040 100644 (file)
@@ -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.
    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\
 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\
    Free Software Foundation, Inc.\n\
 \n\
    This file is part of the GNU opcodes library.\n\
This page took 0.029376 seconds and 4 git commands to generate.