aboutsummaryrefslogtreecommitdiff
path: root/include/coff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-01-03 15:47:27 +1030
committerAlan Modra <amodra@gmail.com>2018-01-03 17:49:56 +1030
commit219d1afa89d0d53ca93a684cac341f16470f3ca0 (patch)
tree19d69ea0e6d037331f5cb47a1252e0efe704ee50 /include/coff
parent1e563868718a69231c80a1d86698cee0cf847e72 (diff)
downloadgdb-219d1afa89d0d53ca93a684cac341f16470f3ca0.zip
gdb-219d1afa89d0d53ca93a684cac341f16470f3ca0.tar.gz
gdb-219d1afa89d0d53ca93a684cac341f16470f3ca0.tar.bz2
Update year range in copyright notice of binutils files
Diffstat (limited to 'include/coff')
-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
36 files changed, 36 insertions, 36 deletions
diff --git a/include/coff/alpha.h b/include/coff/alpha.h
index 7434526..7440690 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 95bc301..14f223f 100644
--- a/include/coff/apollo.h
+++ b/include/coff/apollo.h
@@ -1,6 +1,6 @@
/* coff information for Apollo M68K
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 c813ac2..01aae15 100644
--- a/include/coff/arm.h
+++ b/include/coff/arm.h
@@ -1,5 +1,5 @@
/* ARM COFF support for BFD.
- Copyright (C) 1998-2017 Free Software Foundation, Inc.
+ Copyright (C) 1998-2018 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 5cdf3a0..6ebf941 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 b852a19..71c0c72 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 a5e10ae..d7d4193 100644
--- a/include/coff/external.h
+++ b/include/coff/external.h
@@ -1,6 +1,6 @@
/* external.h -- External COFF structures
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 ffd2753..e27e1bf 100644
--- a/include/coff/go32exe.h
+++ b/include/coff/go32exe.h
@@ -1,6 +1,6 @@
/* COFF information for PC running go32.
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 48509c3..78b0ee6 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 2b838fd..18a1ae1 100644
--- a/include/coff/h8500.h
+++ b/include/coff/h8500.h
@@ -1,6 +1,6 @@
/* coff information for Renesas H8/500
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 59b20d2..f1b2444 100644
--- a/include/coff/i386.h
+++ b/include/coff/i386.h
@@ -1,6 +1,6 @@
/* coff information for Intel 386/486.
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 911cfa8..3afa38f 100644
--- a/include/coff/i860.h
+++ b/include/coff/i860.h
@@ -1,6 +1,6 @@
/* COFF information for the Intel i860.
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 59ec839..19d35f9 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 28398d4..6c3b83b 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2000-2018 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 df49669..81a84c8 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 1999-2018 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 148db61..b031279 100644
--- a/include/coff/m68k.h
+++ b/include/coff/m68k.h
@@ -1,6 +1,6 @@
/* coff information for M68K
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 2faeff9..6c1e544 100644
--- a/include/coff/m88k.h
+++ b/include/coff/m88k.h
@@ -1,6 +1,6 @@
/* coff information for 88k bcs
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 b520f44..fde0521 100644
--- a/include/coff/mcore.h
+++ b/include/coff/mcore.h
@@ -1,5 +1,5 @@
/* Motorola MCore support for BFD.
- Copyright (C) 1999-2017 Free Software Foundation, Inc.
+ Copyright (C) 1999-2018 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 12dbde4..e319c1d 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 1999-2018 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 93d5661..01bec6c 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2000-2018 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 5239916..f9035bf 100644
--- a/include/coff/pe.h
+++ b/include/coff/pe.h
@@ -1,6 +1,6 @@
/* pe.h - PE COFF header information
- Copyright (C) 1999-2017 Free Software Foundation, Inc.
+ Copyright (C) 1999-2018 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 f745dd1..37fef42 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 08fded3..7b9d243 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 1990-2018 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 6f9a728..5ee2663 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2000-2018 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 32e8cbd..2905599 100644
--- a/include/coff/sh.h
+++ b/include/coff/sh.h
@@ -1,6 +1,6 @@
/* coff information for Renesas SH
- Copyright (C) 2000-2017 Free Software Foundation, Inc.
+ Copyright (C) 2000-2018 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 6fb60ed..369097a 100644
--- a/include/coff/sparc.h
+++ b/include/coff/sparc.h
@@ -1,6 +1,6 @@
/* coff information for Sparc.
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 3a775a1..0ebc7bf 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2000-2018 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 556ae2a..c1777c6 100644
--- a/include/coff/tic30.h
+++ b/include/coff/tic30.h
@@ -1,6 +1,6 @@
/* coff information for Texas Instruments TMS320C3X
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 96e62d0..541f4af 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2002-2018 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 d0694c97..b01b631 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2000-2018 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 d155b83..eda8d5a 100644
--- a/include/coff/tic80.h
+++ b/include/coff/tic80.h
@@ -1,6 +1,6 @@
/* coff information for TI TMS320C80 (MVP)
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 ce40416..f8401a5 100644
--- a/include/coff/w65.h
+++ b/include/coff/w65.h
@@ -1,6 +1,6 @@
/* coff information for WDC 65816
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 9c3f5a8..ed9899b 100644
--- a/include/coff/we32k.h
+++ b/include/coff/we32k.h
@@ -1,6 +1,6 @@
/* coff information for we32k
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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 4d7a0c4..4ea1449 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2006-2018 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 c8ba2e4..77c6bb2 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 1995-2018 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 ab68cb0..5d70593 100644
--- a/include/coff/z80.h
+++ b/include/coff/z80.h
@@ -1,5 +1,5 @@
/* coff information for Zilog Z80
- Copyright (C) 2005-2017 Free Software Foundation, Inc.
+ Copyright (C) 2005-2018 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 b714e15..29cb6cc 100644
--- a/include/coff/z8k.h
+++ b/include/coff/z8k.h
@@ -1,6 +1,6 @@
/* coff information for Zilog Z800N
- Copyright (C) 2001-2017 Free Software Foundation, Inc.
+ Copyright (C) 2001-2018 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