aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-01-13 13:34:54 +0000
committerAlan Modra <amodra@gmail.com>2011-01-13 13:34:54 +0000
commit729c05fc7cb2755738a63eb97c69815bbfce5e70 (patch)
tree4935d250a3506ea465d92dfa2897db7ebdcbab8d
parent01554a74b59e63cc487533b71d94a7606b76a871 (diff)
downloadgdb-729c05fc7cb2755738a63eb97c69815bbfce5e70.zip
gdb-729c05fc7cb2755738a63eb97c69815bbfce5e70.tar.gz
gdb-729c05fc7cb2755738a63eb97c69815bbfce5e70.tar.bz2
Update copyright dates.
-rw-r--r--ld/ld.h2
-rw-r--r--ld/ld.texinfo2
-rw-r--r--ld/ldemul.c2
-rw-r--r--ld/ldlang.h2
-rw-r--r--ld/ldlex.l4
5 files changed, 6 insertions, 6 deletions
diff --git a/ld/ld.h b/ld/ld.h
index 22fef48..564cb73 100644
--- 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.
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 51569b1..4ea720f 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -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
diff --git a/ld/ldemul.c b/ld/ldemul.c
index f1f3979..c6ba730 100644
--- a/ld/ldemul.c
+++ b/ld/ldemul.c
@@ -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.
diff --git a/ld/ldlang.h b/ld/ldlang.h
index 9d4d41f..8aff0b3 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -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.
diff --git a/ld/ldlex.l b/ld/ldlex.l
index 397a5c6..c77357b 100644
--- a/ld/ldlex.l
+++ b/ld/ldlex.l
@@ -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.