Update copyright dates.
authorAlan Modra <amodra@gmail.com>
Thu, 13 Jan 2011 13:34:54 +0000 (13:34 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 13 Jan 2011 13:34:54 +0000 (13:34 +0000)
ld/ld.h
ld/ld.texinfo
ld/ldemul.c
ld/ldlang.h
ld/ldlex.l

diff --git a/ld/ld.h b/ld/ld.h
index 22fef483b8781898cdcaecbcd45df9d8279b986e..564cb73ee3dbb57862dbcce15fd5bbc3600e0dd2 100644 (file)
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -1,6 +1,6 @@
 /* ld.h -- general linker header file
    Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
index 51569b1194682173c316d358c5aaefffee1094e2..4ea720fe0497289dfd8d27c05ae4071de408fdfc 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo
 @setfilename ld.info
 @c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
 @c Free Software Foundation, Inc.
 @syncodeindex ky cp
 @c man begin INCLUDE
index f1f3979578a81bf4418219011b0221615cdbc0a5..c6ba73003d590b9810db306e8b07f0566e66dc7c 100644 (file)
@@ -1,6 +1,6 @@
 /* ldemul.c -- clearing house for ld emulation states
    Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2002, 2003, 2005, 2007, 2008, 2009
+   2001, 2002, 2003, 2005, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
index 9d4d41f44311ff76c88953a4533d766a93c0bb8b..8aff0b3f2b07bfb9f52e5f697219b88147c4acf6 100644 (file)
@@ -1,6 +1,6 @@
 /* ldlang.h - linker command language support
    Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
index 397a5c6903f7e014926b9b9393ed0c5e92c6f87f..c77357b732dbc215023b7a3ef70df7147332fd90 100644 (file)
@@ -2,8 +2,8 @@
 
 %{
 
-/* Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+/* Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
    Written by Steve Chamberlain of Cygnus Support.