aboutsummaryrefslogtreecommitdiff
path: root/include/coff
diff options
context:
space:
mode:
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog6
-rw-r--r--include/coff/alpha.h2
-rw-r--r--include/coff/apollo.h2
-rw-r--r--include/coff/arm.h2
-rw-r--r--include/coff/aux-coff.h2
-rw-r--r--include/coff/ecoff.h2
-rw-r--r--include/coff/external.h2
-rw-r--r--include/coff/go32exe.h2
-rw-r--r--include/coff/h8300.h2
-rw-r--r--include/coff/h8500.h2
-rw-r--r--include/coff/i386.h2
-rw-r--r--include/coff/i860.h2
-rw-r--r--include/coff/i960.h2
-rw-r--r--include/coff/ia64.h2
-rw-r--r--include/coff/internal.h2
-rw-r--r--include/coff/m68k.h2
-rw-r--r--include/coff/m88k.h2
-rw-r--r--include/coff/mcore.h2
-rw-r--r--include/coff/mips.h2
-rw-r--r--include/coff/mipspe.h2
-rw-r--r--include/coff/pe.h2
-rw-r--r--include/coff/powerpc.h2
-rw-r--r--include/coff/rs6000.h2
-rw-r--r--include/coff/rs6k64.h2
-rw-r--r--include/coff/sh.h2
-rw-r--r--include/coff/sparc.h2
-rw-r--r--include/coff/ti.h2
-rw-r--r--include/coff/tic30.h2
-rw-r--r--include/coff/tic4x.h2
-rw-r--r--include/coff/tic54x.h2
-rw-r--r--include/coff/tic80.h2
-rw-r--r--include/coff/w65.h2
-rw-r--r--include/coff/we32k.h2
-rw-r--r--include/coff/x86_64.h2
-rw-r--r--include/coff/xcoff.h2
-rw-r--r--include/coff/z80.h2
-rw-r--r--include/coff/z8k.h2
37 files changed, 41 insertions, 37 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index 3f960a3..343298f 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-01 Alan Modra <amodra@gmail.com>
+
+ Update year range in copyright notice of all files.
+
2014-08-20 Daniel Micay <danielmicay@gmail.com>
* pe.h: Add HIGH_ENTROPY_VA flag
@@ -395,7 +399,7 @@
For older changes see ChangeLog-9103
-Copyright (C) 2004-2014 Free Software Foundation, Inc.
+Copyright (C) 2004-2015 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/coff/alpha.h b/include/coff/alpha.h
index d386b62..3b7220a 100644
--- a/include/coff/alpha.h
+++ b/include/coff/alpha.h
@@ -1,7 +1,7 @@
/* ECOFF support on Alpha machines.
coff/ecoff.h must be included before this file.
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/apollo.h b/include/coff/apollo.h
index ff3471a..affb32f 100644
--- a/include/coff/apollo.h
+++ b/include/coff/apollo.h
@@ -1,6 +1,6 @@
/* coff information for Apollo M68K
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/arm.h b/include/coff/arm.h
index 491db7f..598b660 100644
--- a/include/coff/arm.h
+++ b/include/coff/arm.h
@@ -1,5 +1,5 @@
/* ARM COFF support for BFD.
- Copyright (C) 1998-2014 Free Software Foundation, Inc.
+ Copyright (C) 1998-2015 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/coff/aux-coff.h b/include/coff/aux-coff.h
index 30bd2f4..9f6a54f 100644
--- a/include/coff/aux-coff.h
+++ b/include/coff/aux-coff.h
@@ -1,6 +1,6 @@
/* Modifications of internal.h and m68k.h needed by A/UX
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/ecoff.h b/include/coff/ecoff.h
index 4dd1a6e..7b5144e 100644
--- a/include/coff/ecoff.h
+++ b/include/coff/ecoff.h
@@ -2,7 +2,7 @@
This does not include symbol information, found in sym.h and
symconst.h.
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/external.h b/include/coff/external.h
index b854332..5668dac 100644
--- a/include/coff/external.h
+++ b/include/coff/external.h
@@ -1,6 +1,6 @@
/* external.h -- External COFF structures
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/go32exe.h b/include/coff/go32exe.h
index 44944c8..d6ea04c 100644
--- a/include/coff/go32exe.h
+++ b/include/coff/go32exe.h
@@ -1,6 +1,6 @@
/* COFF information for PC running go32.
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/h8300.h b/include/coff/h8300.h
index e145a7f..ccc5ac2 100644
--- a/include/coff/h8300.h
+++ b/include/coff/h8300.h
@@ -1,6 +1,6 @@
/* coff information for Renesas H8/300 and H8/300-H
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/h8500.h b/include/coff/h8500.h
index b0ae428..5ee20ca 100644
--- a/include/coff/h8500.h
+++ b/include/coff/h8500.h
@@ -1,6 +1,6 @@
/* coff information for Renesas H8/500
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/i386.h b/include/coff/i386.h
index c727f99..4e0fe98 100644
--- a/include/coff/i386.h
+++ b/include/coff/i386.h
@@ -1,6 +1,6 @@
/* coff information for Intel 386/486.
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/i860.h b/include/coff/i860.h
index d3843c9..aafd092 100644
--- a/include/coff/i860.h
+++ b/include/coff/i860.h
@@ -1,6 +1,6 @@
/* COFF information for the Intel i860.
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/i960.h b/include/coff/i960.h
index b57ecca..2df9577 100644
--- a/include/coff/i960.h
+++ b/include/coff/i960.h
@@ -1,6 +1,6 @@
/* coff information for 80960. Origins: Intel corp, natch.
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/ia64.h b/include/coff/ia64.h
index 001f3f8..2426dd4 100644
--- a/include/coff/ia64.h
+++ b/include/coff/ia64.h
@@ -1,6 +1,6 @@
/* coff information for HP/Intel IA-64.
- Copyright (C) 2000-2014 Free Software Foundation, Inc.
+ Copyright (C) 2000-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/internal.h b/include/coff/internal.h
index 47e85d9..8329564 100644
--- a/include/coff/internal.h
+++ b/include/coff/internal.h
@@ -1,7 +1,7 @@
/* Internal format of COFF object file data structures, for GNU BFD.
This file is part of BFD, the Binary File Descriptor library.
- Copyright (C) 1999-2014 Free Software Foundation, Inc.
+ Copyright (C) 1999-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/m68k.h b/include/coff/m68k.h
index 78ca98b..9e6c509 100644
--- a/include/coff/m68k.h
+++ b/include/coff/m68k.h
@@ -1,6 +1,6 @@
/* coff information for M68K
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/m88k.h b/include/coff/m88k.h
index b48cf56..c6e45de 100644
--- a/include/coff/m88k.h
+++ b/include/coff/m88k.h
@@ -1,6 +1,6 @@
/* coff information for 88k bcs
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/mcore.h b/include/coff/mcore.h
index 15ea754..3c5c75f 100644
--- a/include/coff/mcore.h
+++ b/include/coff/mcore.h
@@ -1,5 +1,5 @@
/* Motorola MCore support for BFD.
- Copyright (C) 1999-2014 Free Software Foundation, Inc.
+ Copyright (C) 1999-2015 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/coff/mips.h b/include/coff/mips.h
index 7ce96a3..d3c3524 100644
--- a/include/coff/mips.h
+++ b/include/coff/mips.h
@@ -1,7 +1,7 @@
/* ECOFF support on MIPS machines.
coff/ecoff.h must be included before this file.
- Copyright (C) 1999-2014 Free Software Foundation, Inc.
+ Copyright (C) 1999-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/mipspe.h b/include/coff/mipspe.h
index 88e0bc8..a1c5dac 100644
--- a/include/coff/mipspe.h
+++ b/include/coff/mipspe.h
@@ -1,6 +1,6 @@
/* coff information for Windows CE with MIPS VR4111
- Copyright (C) 2000-2014 Free Software Foundation, Inc.
+ Copyright (C) 2000-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/pe.h b/include/coff/pe.h
index b0fc707..27c3362 100644
--- a/include/coff/pe.h
+++ b/include/coff/pe.h
@@ -1,6 +1,6 @@
/* pe.h - PE COFF header information
- Copyright (C) 1999-2014 Free Software Foundation, Inc.
+ Copyright (C) 1999-2015 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/coff/powerpc.h b/include/coff/powerpc.h
index dd1af07..cd4688b 100644
--- a/include/coff/powerpc.h
+++ b/include/coff/powerpc.h
@@ -1,7 +1,7 @@
/* Basic coff information for the PowerPC
Based on coff/rs6000.h, coff/i386.h and others.
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/rs6000.h b/include/coff/rs6000.h
index acb6f0c..a06b4b1 100644
--- a/include/coff/rs6000.h
+++ b/include/coff/rs6000.h
@@ -1,5 +1,5 @@
/* IBM RS/6000 "XCOFF" file definitions for BFD.
- Copyright (C) 1990-2014 Free Software Foundation, Inc.
+ Copyright (C) 1990-2015 Free Software Foundation, Inc.
Written by Mimi Phuong-Thao Vo of IBM
and John Gilmore of Cygnus Support.
diff --git a/include/coff/rs6k64.h b/include/coff/rs6k64.h
index c8aefc4..7487dbb 100644
--- a/include/coff/rs6k64.h
+++ b/include/coff/rs6k64.h
@@ -1,5 +1,5 @@
/* IBM RS/6000 "XCOFF64" file definitions for BFD.
- Copyright (C) 2000-2014 Free Software Foundation, Inc.
+ Copyright (C) 2000-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/sh.h b/include/coff/sh.h
index 1606eea..7771ff2 100644
--- a/include/coff/sh.h
+++ b/include/coff/sh.h
@@ -1,6 +1,6 @@
/* coff information for Renesas SH
- Copyright (C) 2000-2014 Free Software Foundation, Inc.
+ Copyright (C) 2000-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/sparc.h b/include/coff/sparc.h
index d5553a5..cf1dca6 100644
--- a/include/coff/sparc.h
+++ b/include/coff/sparc.h
@@ -1,6 +1,6 @@
/* coff information for Sparc.
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/ti.h b/include/coff/ti.h
index 8a34f69..41ffd1a 100644
--- a/include/coff/ti.h
+++ b/include/coff/ti.h
@@ -2,7 +2,7 @@
customized in a target-specific file, and then this file included (see
tic54x.h for an example).
- Copyright (C) 2000-2014 Free Software Foundation, Inc.
+ Copyright (C) 2000-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/tic30.h b/include/coff/tic30.h
index cba03f0..41c22ed 100644
--- a/include/coff/tic30.h
+++ b/include/coff/tic30.h
@@ -1,6 +1,6 @@
/* coff information for Texas Instruments TMS320C3X
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/tic4x.h b/include/coff/tic4x.h
index 5c99c93..a0df0fa 100644
--- a/include/coff/tic4x.h
+++ b/include/coff/tic4x.h
@@ -1,7 +1,7 @@
/* TI COFF information for Texas Instruments TMS320C4X/C3X.
This file customizes the settings in coff/ti.h.
- Copyright (C) 2002-2014 Free Software Foundation, Inc.
+ Copyright (C) 2002-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/tic54x.h b/include/coff/tic54x.h
index ef8406e..9703f8d 100644
--- a/include/coff/tic54x.h
+++ b/include/coff/tic54x.h
@@ -1,7 +1,7 @@
/* TI COFF information for Texas Instruments TMS320C54X.
This file customizes the settings in coff/ti.h.
- Copyright (C) 2000-2014 Free Software Foundation, Inc.
+ Copyright (C) 2000-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/tic80.h b/include/coff/tic80.h
index a230073..c0e0add 100644
--- a/include/coff/tic80.h
+++ b/include/coff/tic80.h
@@ -1,6 +1,6 @@
/* coff information for TI TMS320C80 (MVP)
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/w65.h b/include/coff/w65.h
index 8a054bb..ba33866 100644
--- a/include/coff/w65.h
+++ b/include/coff/w65.h
@@ -1,6 +1,6 @@
/* coff information for WDC 65816
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/we32k.h b/include/coff/we32k.h
index 38dbebf..bc5c549 100644
--- a/include/coff/we32k.h
+++ b/include/coff/we32k.h
@@ -1,6 +1,6 @@
/* coff information for we32k
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/coff/x86_64.h b/include/coff/x86_64.h
index 4c5d8ba..4c8ee31 100644
--- a/include/coff/x86_64.h
+++ b/include/coff/x86_64.h
@@ -1,5 +1,5 @@
/* COFF information for AMD 64.
- Copyright (C) 2006-2014 Free Software Foundation, Inc.
+ Copyright (C) 2006-2015 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h
index 9b06d8a..1f7959e 100644
--- a/include/coff/xcoff.h
+++ b/include/coff/xcoff.h
@@ -1,6 +1,6 @@
/* Internal format of XCOFF object file data structures for BFD.
- Copyright (C) 1995-2014 Free Software Foundation, Inc.
+ Copyright (C) 1995-2015 Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>, Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/include/coff/z80.h b/include/coff/z80.h
index b294abc..d0d9586 100644
--- a/include/coff/z80.h
+++ b/include/coff/z80.h
@@ -1,5 +1,5 @@
/* coff information for Zilog Z80
- Copyright (C) 2005-2014 Free Software Foundation, Inc.
+ Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Arnold Metselaar <arnold_m@operamail.com>
This program is free software; you can redistribute it and/or modify
diff --git a/include/coff/z8k.h b/include/coff/z8k.h
index 6f4992f..24b0c22 100644
--- a/include/coff/z8k.h
+++ b/include/coff/z8k.h
@@ -1,6 +1,6 @@
/* coff information for Zilog Z800N
- Copyright (C) 2001-2014 Free Software Foundation, Inc.
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by