aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/ChangeLog6
-rw-r--r--include/elf/aarch64.h2
-rw-r--r--include/elf/alpha.h2
-rw-r--r--include/elf/arc.h2
-rw-r--r--include/elf/arm.h3
-rw-r--r--include/elf/avr.h3
-rw-r--r--include/elf/bfin.h2
-rw-r--r--include/elf/common.h2
-rw-r--r--include/elf/cr16.h2
-rw-r--r--include/elf/cr16c.h2
-rw-r--r--include/elf/cris.h2
-rw-r--r--include/elf/crx.h2
-rw-r--r--include/elf/d10v.h2
-rw-r--r--include/elf/d30v.h2
-rw-r--r--include/elf/dlx.h2
-rw-r--r--include/elf/dwarf.h2
-rw-r--r--include/elf/epiphany.h2
-rw-r--r--include/elf/external.h3
-rw-r--r--include/elf/fr30.h2
-rw-r--r--include/elf/frv.h2
-rw-r--r--include/elf/h8.h2
-rw-r--r--include/elf/hppa.h3
-rw-r--r--include/elf/i370.h2
-rw-r--r--include/elf/i386.h3
-rw-r--r--include/elf/i860.h2
-rw-r--r--include/elf/i960.h2
-rw-r--r--include/elf/ia64.h3
-rw-r--r--include/elf/internal.h3
-rw-r--r--include/elf/ip2k.h2
-rw-r--r--include/elf/iq2000.h2
-rw-r--r--include/elf/lm32.h2
-rw-r--r--include/elf/m32c.h2
-rw-r--r--include/elf/m32r.h3
-rw-r--r--include/elf/m68hc11.h2
-rw-r--r--include/elf/m68k.h3
-rw-r--r--include/elf/mcore.h2
-rw-r--r--include/elf/mep.h3
-rw-r--r--include/elf/metag.h2
-rw-r--r--include/elf/microblaze.h2
-rw-r--r--include/elf/mips.h4
-rw-r--r--include/elf/mmix.h2
-rw-r--r--include/elf/mn10200.h2
-rw-r--r--include/elf/mn10300.h2
-rw-r--r--include/elf/moxie.h2
-rw-r--r--include/elf/msp430.h2
-rw-r--r--include/elf/mt.h2
-rw-r--r--include/elf/nds32.h2
-rw-r--r--include/elf/nios2.h2
-rw-r--r--include/elf/openrisc.h2
-rw-r--r--include/elf/or32.h2
-rw-r--r--include/elf/pj.h2
-rw-r--r--include/elf/ppc.h3
-rw-r--r--include/elf/ppc64.h2
-rw-r--r--include/elf/reloc-macros.h2
-rw-r--r--include/elf/rl78.h2
-rw-r--r--include/elf/rx.h2
-rw-r--r--include/elf/s390.h2
-rw-r--r--include/elf/score.h2
-rw-r--r--include/elf/sh.h3
-rw-r--r--include/elf/sparc.h4
-rw-r--r--include/elf/spu.h2
-rw-r--r--include/elf/tic6x-attrs.h3
-rw-r--r--include/elf/tic6x.h3
-rw-r--r--include/elf/tilegx.h2
-rw-r--r--include/elf/tilepro.h2
-rw-r--r--include/elf/v850.h2
-rw-r--r--include/elf/vax.h2
-rw-r--r--include/elf/vxworks.h3
-rw-r--r--include/elf/x86-64.h3
-rw-r--r--include/elf/xc16x.h2
-rw-r--r--include/elf/xgate.h2
-rw-r--r--include/elf/xstormy16.h2
-rw-r--r--include/elf/xtensa.h2
73 files changed, 77 insertions, 93 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index bf7a37066ac..dd7805ed20d 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,5 +1,9 @@
2014-03-05 Alan Modra <amodra@gmail.com>
+ Update copyright years.
+
+2014-03-05 Alan Modra <amodra@gmail.com>
+
* ppc64.h (R_PPC64_REL24_NOTOC, R_PPC64_ADDR64_LOCAL): Define.
2014-02-06 Andrew Pinski <apinski@cavium.com>
@@ -1944,7 +1948,7 @@
For older changes see ChangeLog-9103
-Copyright (C) 2004-2012 Free Software Foundation, Inc.
+Copyright (C) 2004-2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h
index 7dbab8ccf97..e2b71de1f4e 100644
--- a/include/elf/aarch64.h
+++ b/include/elf/aarch64.h
@@ -1,6 +1,6 @@
/* AArch64 ELF support for BFD.
- Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+ Copyright (C) 2009-2014 Free Software Foundation, Inc.
Contributed by ARM Ltd.
This file is part of GNU Binutils.
diff --git a/include/elf/alpha.h b/include/elf/alpha.h
index f4fe566b081..274b3b1abc6 100644
--- a/include/elf/alpha.h
+++ b/include/elf/alpha.h
@@ -1,5 +1,5 @@
/* ALPHA ELF support for BFD.
- Copyright 1996, 1998, 2000, 2001, 2002, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1996-2014 Free Software Foundation, Inc.
By Eric Youngdale, <eric@aib.com>. No processor supplement available
for this platform.
diff --git a/include/elf/arc.h b/include/elf/arc.h
index a07ed2e3ab5..6b4246293c6 100644
--- a/include/elf/arc.h
+++ b/include/elf/arc.h
@@ -1,5 +1,5 @@
/* ARC ELF support for BFD.
- Copyright 1995, 1997, 1998, 2000, 2001, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1995-2014 Free Software Foundation, Inc.
Contributed by Doug Evans, (dje@cygnus.com)
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/arm.h b/include/elf/arm.h
index d79930380ed..34afdfd9f4d 100644
--- a/include/elf/arm.h
+++ b/include/elf/arm.h
@@ -1,6 +1,5 @@
/* ARM ELF support for BFD.
- Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/avr.h b/include/elf/avr.h
index b45d902d23a..5480dd42eb9 100644
--- a/include/elf/avr.h
+++ b/include/elf/avr.h
@@ -1,6 +1,5 @@
/* AVR ELF support for BFD.
- Copyright 1999, 2000, 2004, 2006, 2010, 2012
- Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 Free Software Foundation, Inc.
Contributed by Denis Chertykov <denisc@overta.ru>
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/bfin.h b/include/elf/bfin.h
index 8d92906aab3..c6ea00eae4b 100644
--- a/include/elf/bfin.h
+++ b/include/elf/bfin.h
@@ -1,5 +1,5 @@
/* Blackfin ELF support for BFD.
- Copyright (C) 2005, 2006, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2005-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/common.h b/include/elf/common.h
index 2e3e43a9e96..9643a3959ac 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -1,5 +1,5 @@
/* ELF support for BFD.
- Copyright 1991-2013 Free Software Foundation, Inc.
+ Copyright (C) 1991-2014 Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support, from information published
in "UNIX System V Release 4, Programmers Guide: ANSI C and
diff --git a/include/elf/cr16.h b/include/elf/cr16.h
index 3278474865f..0da44f70ee7 100644
--- a/include/elf/cr16.h
+++ b/include/elf/cr16.h
@@ -1,5 +1,5 @@
/* CR16 ELF support for BFD.
- Copyright 2007, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2007-2014 Free Software Foundation, Inc.
Contributed by M R Swami Reddy.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/cr16c.h b/include/elf/cr16c.h
index dbefb0ab615..15a2d09692e 100644
--- a/include/elf/cr16c.h
+++ b/include/elf/cr16c.h
@@ -1,5 +1,5 @@
/* CR16C ELF support for BFD.
- Copyright 2004, 2008, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2004-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/cris.h b/include/elf/cris.h
index 5889a90d081..6331ca13b94 100644
--- a/include/elf/cris.h
+++ b/include/elf/cris.h
@@ -1,5 +1,5 @@
/* CRIS ELF support for BFD.
- Copyright 2000, 2001, 2004, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
Contributed by Axis Communications AB, Lund, Sweden.
Written by Hans-Peter Nilsson.
diff --git a/include/elf/crx.h b/include/elf/crx.h
index 38428f297ce..b201567f725 100644
--- a/include/elf/crx.h
+++ b/include/elf/crx.h
@@ -1,5 +1,5 @@
/* CRX ELF support for BFD.
- Copyright 2004, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2004-2014 Free Software Foundation, Inc.
Contributed by Tomer Levi, NSC, Israel.
Originally written for GAS 2.12 by Tomer Levi, NSC, Israel.
Updates, BFDizing, GNUifying and ELF support by Tomer Levi.
diff --git a/include/elf/d10v.h b/include/elf/d10v.h
index 5850b3740ad..5ee1112b76c 100644
--- a/include/elf/d10v.h
+++ b/include/elf/d10v.h
@@ -1,5 +1,5 @@
/* d10v ELF support for BFD.
- Copyright 1998, 2000, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/d30v.h b/include/elf/d30v.h
index 8174a40e0a8..176bb6e0280 100644
--- a/include/elf/d30v.h
+++ b/include/elf/d30v.h
@@ -1,5 +1,5 @@
/* d30v ELF support for BFD.
- Copyright 1998, 2000, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/dlx.h b/include/elf/dlx.h
index 7d61633c2b9..da72c4dc93e 100644
--- a/include/elf/dlx.h
+++ b/include/elf/dlx.h
@@ -1,5 +1,5 @@
/* DLX support for BFD.
- Copyright 2002, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2002-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/dwarf.h b/include/elf/dwarf.h
index c2e6a67e866..f9bb461fd13 100644
--- a/include/elf/dwarf.h
+++ b/include/elf/dwarf.h
@@ -3,7 +3,7 @@
Written by Ron Guilmette (rfg@netcom.com)
- Copyright 1992, 1993, 1995, 1999, 2005, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of both GCC and the BFD library.
diff --git a/include/elf/epiphany.h b/include/elf/epiphany.h
index bb2dcffee4d..38f973fbad5 100644
--- a/include/elf/epiphany.h
+++ b/include/elf/epiphany.h
@@ -1,5 +1,5 @@
/* Adapteva EPIPHANY ELF support for BFD.
- Copyright (C) 2009, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2014 Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/external.h b/include/elf/external.h
index ef7724e94bc..63d83b9440c 100644
--- a/include/elf/external.h
+++ b/include/elf/external.h
@@ -1,6 +1,5 @@
/* ELF support for BFD.
- Copyright 1991, 1992, 1993, 1995, 1997, 1998, 1999, 2001, 2003, 2005,
- 2008, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1991-2014 Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support, from information published
in "UNIX System V Release 4, Programmers Guide: ANSI C and
diff --git a/include/elf/fr30.h b/include/elf/fr30.h
index 918ac977f86..4107f399227 100644
--- a/include/elf/fr30.h
+++ b/include/elf/fr30.h
@@ -1,5 +1,5 @@
/* FR30 ELF support for BFD.
- Copyright 1998, 1999, 2000, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/frv.h b/include/elf/frv.h
index b79e51d0653..89e95641e41 100644
--- a/include/elf/frv.h
+++ b/include/elf/frv.h
@@ -1,5 +1,5 @@
/* FRV ELF support for BFD.
- Copyright (C) 2002, 2003, 2004, 2005, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2002-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/h8.h b/include/elf/h8.h
index 2a3d905ebec..c9090431995 100644
--- a/include/elf/h8.h
+++ b/include/elf/h8.h
@@ -1,5 +1,5 @@
/* H8300/h8500 ELF support for BFD.
- Copyright 2001-2013 Free Software Foundation, Inc.
+ Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/hppa.h b/include/elf/hppa.h
index 8d3ea45f41f..fe7be067eef 100644
--- a/include/elf/hppa.h
+++ b/include/elf/hppa.h
@@ -1,6 +1,5 @@
/* HPPA ELF support for BFD.
- Copyright 1993, 1994, 1995, 1998, 1999, 2000, 2005, 2006, 2008, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 1993-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/i370.h b/include/elf/i370.h
index 7b451ff9db2..88231dfddc5 100644
--- a/include/elf/i370.h
+++ b/include/elf/i370.h
@@ -1,5 +1,5 @@
/* i370 ELF support for BFD.
- Copyright 2000, 2002, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/i386.h b/include/elf/i386.h
index c4750925fad..b86ae04ecce 100644
--- a/include/elf/i386.h
+++ b/include/elf/i386.h
@@ -1,6 +1,5 @@
/* ix86 ELF support for BFD.
- Copyright 1998, 1999, 2000, 2002, 2004, 2005, 2006, 2009, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/i860.h b/include/elf/i860.h
index 834c77660aa..3d44ead861f 100644
--- a/include/elf/i860.h
+++ b/include/elf/i860.h
@@ -1,5 +1,5 @@
/* i860 ELF support for BFD.
- Copyright 2000, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
Contributed by Jason Eckhardt <jle@cygnus.com>.
diff --git a/include/elf/i960.h b/include/elf/i960.h
index c319b3226a3..7ec36d31518 100644
--- a/include/elf/i960.h
+++ b/include/elf/i960.h
@@ -1,5 +1,5 @@
/* Intel 960 ELF support for BFD.
- Copyright 1999, 2000, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/ia64.h b/include/elf/ia64.h
index 7f2453d0eaa..e24a13861a0 100644
--- a/include/elf/ia64.h
+++ b/include/elf/ia64.h
@@ -1,6 +1,5 @@
/* IA-64 ELF support for BFD.
- Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2008, 2009, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/internal.h b/include/elf/internal.h
index 46150378304..310c1d9e47d 100644
--- a/include/elf/internal.h
+++ b/include/elf/internal.h
@@ -1,6 +1,5 @@
/* ELF support for BFD.
- Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1998, 2000, 2001, 2002,
- 2003, 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1991-2014 Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support, from information published
in "UNIX System V Release 4, Programmers Guide: ANSI C and
diff --git a/include/elf/ip2k.h b/include/elf/ip2k.h
index 8b4f36ef34f..0e90aae9770 100644
--- a/include/elf/ip2k.h
+++ b/include/elf/ip2k.h
@@ -1,5 +1,5 @@
/* IP2xxx ELF support for BFD.
- Copyright (C) 2000, 2002, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/iq2000.h b/include/elf/iq2000.h
index 0f8e69714f0..3bba7308483 100644
--- a/include/elf/iq2000.h
+++ b/include/elf/iq2000.h
@@ -1,5 +1,5 @@
/* IQ2000 ELF support for BFD.
- Copyright (C) 2002, 2003, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2002-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/lm32.h b/include/elf/lm32.h
index 6ed34ec4996..e007fc178f1 100644
--- a/include/elf/lm32.h
+++ b/include/elf/lm32.h
@@ -1,5 +1,5 @@
/* Lattice Mico32 ELF support for BFD.
- Copyright 2008, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2008-2014 Free Software Foundation, Inc.
Contributed by Jon Beniston <jon@beniston.com>
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/m32c.h b/include/elf/m32c.h
index 29b80a679cd..b0156225659 100644
--- a/include/elf/m32c.h
+++ b/include/elf/m32c.h
@@ -1,5 +1,5 @@
/* M32C ELF support for BFD.
- Copyright (C) 2004, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2004-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/m32r.h b/include/elf/m32r.h
index 7e06e3f3146..cd52612c4b0 100644
--- a/include/elf/m32r.h
+++ b/include/elf/m32r.h
@@ -1,6 +1,5 @@
/* M32R ELF support for BFD.
- Copyright 1996, 1997, 1998, 1999, 2000, 2003, 2004, 2008, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/m68hc11.h b/include/elf/m68hc11.h
index 58d88208878..06621bffd12 100644
--- a/include/elf/m68hc11.h
+++ b/include/elf/m68hc11.h
@@ -1,5 +1,5 @@
/* m68hc11 & m68hc12 ELF support for BFD.
- Copyright 1999, 2000, 2001, 2002, 2010, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/m68k.h b/include/elf/m68k.h
index f6f37ccf43d..806878eace2 100644
--- a/include/elf/m68k.h
+++ b/include/elf/m68k.h
@@ -1,6 +1,5 @@
/* MC68k ELF support for BFD.
- Copyright 1998, 1999, 2000, 2002, 2005, 2006, 2007, 2009, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/mcore.h b/include/elf/mcore.h
index 2745feebdc4..06244397ebc 100644
--- a/include/elf/mcore.h
+++ b/include/elf/mcore.h
@@ -1,5 +1,5 @@
/* Motorola MCore support for BFD.
- Copyright 1995, 1999, 2000, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1995-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/mep.h b/include/elf/mep.h
index b0e42adc387..60c0e996f71 100644
--- a/include/elf/mep.h
+++ b/include/elf/mep.h
@@ -1,6 +1,5 @@
/* Toshiba MeP ELF support for BFD.
- Copyright (C) 2001, 2004, 2005, 2007, 2009, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/metag.h b/include/elf/metag.h
index 7ea699df451..4fd2501942b 100644
--- a/include/elf/metag.h
+++ b/include/elf/metag.h
@@ -1,5 +1,5 @@
/* Meta ELF support for BFD.
- Copyright (C) 2013 Free Software Foundation, Inc.
+ Copyright (C) 2013-2014 Free Software Foundation, Inc.
Contributed by Imagination Technologies Ltd.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/microblaze.h b/include/elf/microblaze.h
index c4d98213ac2..effca20e5ba 100644
--- a/include/elf/microblaze.h
+++ b/include/elf/microblaze.h
@@ -1,6 +1,6 @@
/* Xilinx MicroBlaze support for BFD.
- Copyright 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/mips.h b/include/elf/mips.h
index 7a628757f5c..2949629be56 100644
--- a/include/elf/mips.h
+++ b/include/elf/mips.h
@@ -1,7 +1,5 @@
/* MIPS ELF support for BFD.
- Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
- 2003, 2004, 2005, 2008, 2009, 2010, 2013
- Free Software Foundation, Inc.
+ Copyright (C) 1993-2014 Free Software Foundation, Inc.
By Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>, from
information in the System V Application Binary Interface, MIPS
diff --git a/include/elf/mmix.h b/include/elf/mmix.h
index 6d15f7ae421..cab9f22b6ec 100644
--- a/include/elf/mmix.h
+++ b/include/elf/mmix.h
@@ -1,5 +1,5 @@
/* MMIX support for BFD.
- Copyright 2001, 2002, 2003, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/mn10200.h b/include/elf/mn10200.h
index 24972b6890f..e4f6dcfd27a 100644
--- a/include/elf/mn10200.h
+++ b/include/elf/mn10200.h
@@ -1,5 +1,5 @@
/* MN10200 ELF support for BFD.
- Copyright 1998, 2000, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/mn10300.h b/include/elf/mn10300.h
index 529b3897b4d..b06683b5dd9 100644
--- a/include/elf/mn10300.h
+++ b/include/elf/mn10300.h
@@ -1,5 +1,5 @@
/* MN10300 ELF support for BFD.
- Copyright 1998, 1999, 2000, 2003, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/moxie.h b/include/elf/moxie.h
index 0b3eb3810c2..4a7d9f19d14 100644
--- a/include/elf/moxie.h
+++ b/include/elf/moxie.h
@@ -1,5 +1,5 @@
/* moxie ELF support for BFD.
- Copyright 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/msp430.h b/include/elf/msp430.h
index ac8e28c31e7..a09db474e31 100644
--- a/include/elf/msp430.h
+++ b/include/elf/msp430.h
@@ -1,5 +1,5 @@
/* MSP430 ELF support for BFD.
- Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ Copyright (C) 2002-2014 Free Software Foundation, Inc.
Contributed by Dmitry Diky <diwil@mail.ru>
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/mt.h b/include/elf/mt.h
index 2bc09f42dcb..36b74b12b25 100644
--- a/include/elf/mt.h
+++ b/include/elf/mt.h
@@ -1,5 +1,5 @@
/* MS1 ELF support for BFD.
- Copyright (C) 2000, 2005, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/nds32.h b/include/elf/nds32.h
index 5f410cf45b6..216bbc1cbbd 100644
--- a/include/elf/nds32.h
+++ b/include/elf/nds32.h
@@ -1,5 +1,5 @@
/* NDS32 ELF support for BFD.
- Copyright (C) 2012-2013 Free Software Foundation, Inc.
+ Copyright (C) 2012-2014 Free Software Foundation, Inc.
Contributed by Andes Technology Corporation.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/nios2.h b/include/elf/nios2.h
index 47afc0fd45a..7571e4641b9 100644
--- a/include/elf/nios2.h
+++ b/include/elf/nios2.h
@@ -1,5 +1,5 @@
/* Altera Nios II ELF support for BFD.
- Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ Copyright (C) 2012-2014 Free Software Foundation, Inc.
Contributed by Nigel Gray (ngray@altera.com).
Contributed by Mentor Graphics, Inc.
diff --git a/include/elf/openrisc.h b/include/elf/openrisc.h
index 87969e8b87e..fb2404f6475 100644
--- a/include/elf/openrisc.h
+++ b/include/elf/openrisc.h
@@ -1,5 +1,5 @@
/* OpenRISC ELF support for BFD.
- Copyright 2001, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/or32.h b/include/elf/or32.h
index 9f1c2f3f7e5..6ab04cf5d55 100644
--- a/include/elf/or32.h
+++ b/include/elf/or32.h
@@ -1,5 +1,5 @@
/* OR1K ELF support for BFD. Derived from ppc.h.
- Copyright (C) 2002, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2002-2014 Free Software Foundation, Inc.
Contributed by Ivan Guzvinec <ivang@opencores.org>
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/pj.h b/include/elf/pj.h
index afd19e8dc71..f99eff32beb 100644
--- a/include/elf/pj.h
+++ b/include/elf/pj.h
@@ -1,5 +1,5 @@
/* picoJava ELF support for BFD.
- Copyright 1999, 2000, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/ppc.h b/include/elf/ppc.h
index da00df8688d..73b1293858e 100644
--- a/include/elf/ppc.h
+++ b/include/elf/ppc.h
@@ -1,6 +1,5 @@
/* PPC ELF support for BFD.
- Copyright 1995, 1996, 1998, 2000, 2001, 2002, 2003, 2005, 2007, 2008,
- 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1995-2014 Free Software Foundation, Inc.
By Michael Meissner, Cygnus Support, <meissner@cygnus.com>,
from information in the System V Application Binary Interface,
diff --git a/include/elf/ppc64.h b/include/elf/ppc64.h
index 30ed8bc5527..013b52c7d95 100644
--- a/include/elf/ppc64.h
+++ b/include/elf/ppc64.h
@@ -1,5 +1,5 @@
/* PPC64 ELF support for BFD.
- Copyright 2003, 2005, 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2003-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/reloc-macros.h b/include/elf/reloc-macros.h
index 92fc9c14505..29ccdbd13b8 100644
--- a/include/elf/reloc-macros.h
+++ b/include/elf/reloc-macros.h
@@ -1,5 +1,5 @@
/* Generic relocation support for BFD.
- Copyright 1998, 1999, 2000, 2003, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/rl78.h b/include/elf/rl78.h
index b281d3af6dc..342932d5777 100644
--- a/include/elf/rl78.h
+++ b/include/elf/rl78.h
@@ -1,5 +1,5 @@
/* RL78 ELF support for BFD.
- Copyright (C) 2008-2013 Free Software Foundation, Inc.
+ Copyright (C) 2008-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/rx.h b/include/elf/rx.h
index 83980853e7b..2ca0cbbfaa5 100644
--- a/include/elf/rx.h
+++ b/include/elf/rx.h
@@ -1,5 +1,5 @@
/* RX ELF support for BFD.
- Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2008-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/s390.h b/include/elf/s390.h
index 9128f8680ad..02e1db2e4ee 100644
--- a/include/elf/s390.h
+++ b/include/elf/s390.h
@@ -1,5 +1,5 @@
/* 390 ELF support for BFD.
- Copyright 2000, 2001, 2003, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
Contributed by Carl B. Pedersen and Martin Schwidefsky.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/score.h b/include/elf/score.h
index 8d9c026bb04..7b935aafc8e 100644
--- a/include/elf/score.h
+++ b/include/elf/score.h
@@ -1,5 +1,5 @@
/* Score ELF support for BFD.
- Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2006-2014 Free Software Foundation, Inc.
Contributed by
Brain.lin (brain.lin@sunplusct.com)
Mei Ligang (ligang@sunnorth.com.cn)
diff --git a/include/elf/sh.h b/include/elf/sh.h
index c2bd50d2a87..e70fddd4c89 100644
--- a/include/elf/sh.h
+++ b/include/elf/sh.h
@@ -1,6 +1,5 @@
/* SH ELF support for BFD.
- Copyright 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/sparc.h b/include/elf/sparc.h
index d182f4d7696..9bfc27fb317 100644
--- a/include/elf/sparc.h
+++ b/include/elf/sparc.h
@@ -1,7 +1,5 @@
/* SPARC ELF support for BFD.
- Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2008, 2010,
- 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1996-2014 Free Software Foundation, Inc.
By Doug Evans, Cygnus Support, <dje@cygnus.com>.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/spu.h b/include/elf/spu.h
index 0618ec8fcb1..663207186b2 100644
--- a/include/elf/spu.h
+++ b/include/elf/spu.h
@@ -1,6 +1,6 @@
/* SPU ELF support for BFD.
- Copyright 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2006-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/tic6x-attrs.h b/include/elf/tic6x-attrs.h
index 21ce1e4f536..0e796c677d9 100644
--- a/include/elf/tic6x-attrs.h
+++ b/include/elf/tic6x-attrs.h
@@ -1,6 +1,5 @@
/* TI C6X ELF attributes.
- Copyright 2010
- Free Software Foundation, Inc.
+ Copyright (C) 2010-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/tic6x.h b/include/elf/tic6x.h
index e686cc3a584..ec825d5659f 100644
--- a/include/elf/tic6x.h
+++ b/include/elf/tic6x.h
@@ -1,6 +1,5 @@
/* TI C6X ELF support for BFD.
- Copyright 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2010-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/tilegx.h b/include/elf/tilegx.h
index e838b8097da..835b72f70de 100644
--- a/include/elf/tilegx.h
+++ b/include/elf/tilegx.h
@@ -1,5 +1,5 @@
/* TILE-Gx ELF support for BFD.
- Copyright 2011 Free Software Foundation, Inc.
+ Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/tilepro.h b/include/elf/tilepro.h
index 0079a2fe4a4..277ccba402b 100644
--- a/include/elf/tilepro.h
+++ b/include/elf/tilepro.h
@@ -1,5 +1,5 @@
/* TILEPro ELF support for BFD.
- Copyright 2011 Free Software Foundation, Inc.
+ Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/v850.h b/include/elf/v850.h
index 5a088202954..fcd6cd32b86 100644
--- a/include/elf/v850.h
+++ b/include/elf/v850.h
@@ -1,5 +1,5 @@
/* V850 ELF support for BFD.
- Copyright 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997-2014 Free Software Foundation, Inc.
Created by Michael Meissner, Cygnus Support <meissner@cygnus.com>
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/vax.h b/include/elf/vax.h
index e44c48e7bf0..5499b17e7e3 100644
--- a/include/elf/vax.h
+++ b/include/elf/vax.h
@@ -1,5 +1,5 @@
/* VAX ELF support for BFD.
- Copyright (C) 2002, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2002-2014 Free Software Foundation, Inc.
Contributed by Matt Thomas <matt@3am-software.com>.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/vxworks.h b/include/elf/vxworks.h
index f25f012951f..d3a351a76e7 100644
--- a/include/elf/vxworks.h
+++ b/include/elf/vxworks.h
@@ -1,6 +1,5 @@
/* VxWorks ELF support for BFD.
- Copyright 2007, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 2007-2014 Free Software Foundation, Inc.
Contributed by Nathan Sidwell <nathan@codesourcery.com>
diff --git a/include/elf/x86-64.h b/include/elf/x86-64.h
index ec59dbd868d..d0dda478462 100644
--- a/include/elf/x86-64.h
+++ b/include/elf/x86-64.h
@@ -1,6 +1,5 @@
/* x86_64 ELF support for BFD.
- Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2008, 2009, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
Contributed by Jan Hubicka <jh@suse.cz>
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/xc16x.h b/include/elf/xc16x.h
index b46d903524b..15808299af3 100644
--- a/include/elf/xc16x.h
+++ b/include/elf/xc16x.h
@@ -1,5 +1,5 @@
/* Infineon XC16X ELF support for BFD.
- Copyright 2006, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2006-2014 Free Software Foundation, Inc.
Contributed by KPIT Cummins Infosystems
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/xgate.h b/include/elf/xgate.h
index 33286a8d0cd..27cd249d5f0 100644
--- a/include/elf/xgate.h
+++ b/include/elf/xgate.h
@@ -1,5 +1,5 @@
/* XGATE ELF support for BFD.
- Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
+ Copyright (C) 2010-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/xstormy16.h b/include/elf/xstormy16.h
index 0ae0def86d3..ff702dedb3d 100644
--- a/include/elf/xstormy16.h
+++ b/include/elf/xstormy16.h
@@ -1,5 +1,5 @@
/* XSTORMY16 ELF support for BFD.
- Copyright (C) 2001, 2002, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/elf/xtensa.h b/include/elf/xtensa.h
index 0d35f7abc04..2b9b6dd3899 100644
--- a/include/elf/xtensa.h
+++ b/include/elf/xtensa.h
@@ -1,5 +1,5 @@
/* Xtensa ELF support for BFD.
- Copyright 2003, 2004, 2007, 2008, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2003-2014 Free Software Foundation, Inc.
Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
This file is part of BFD, the Binary File Descriptor library.