summaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-01-02 14:06:43 +1030
committerAlan Modra <amodra@gmail.com>2017-01-02 14:08:56 +1030
commit2571583aed598dd3f9651b53434e5f177a0e3cf7 (patch)
tree807b4c004865be5bcdfbb39b9dc55f26fb0c1e83 /elfcpp
parent5c1ad6b5bb2602a0c590f2e49316ccc9fb30e1a9 (diff)
downloadbinutils-gdb-2571583aed598dd3f9651b53434e5f177a0e3cf7.tar.gz
Update year range in copyright notice of all files.
Diffstat (limited to 'elfcpp')
-rw-r--r--elfcpp/ChangeLog4
-rw-r--r--elfcpp/README2
-rw-r--r--elfcpp/aarch64.h2
-rw-r--r--elfcpp/arm.h2
-rw-r--r--elfcpp/dwarf.h2
-rw-r--r--elfcpp/elfcpp.h2
-rw-r--r--elfcpp/elfcpp_file.h2
-rw-r--r--elfcpp/elfcpp_internal.h2
-rw-r--r--elfcpp/elfcpp_swap.h2
-rw-r--r--elfcpp/i386.h2
-rw-r--r--elfcpp/mips.h2
-rw-r--r--elfcpp/powerpc.h2
-rw-r--r--elfcpp/s390.h2
-rw-r--r--elfcpp/sparc.h2
-rw-r--r--elfcpp/tilegx.h2
-rw-r--r--elfcpp/x86_64.h2
16 files changed, 19 insertions, 15 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index e33ce1bf089..6a61d61fee1 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-02 Alan Modra <amodra@gmail.com>
+
+ Update year range in copyright notice of all files.
+
For older changes see ChangeLog-2016
Copyright (C) 2017 Free Software Foundation, Inc.
diff --git a/elfcpp/README b/elfcpp/README
index c44fbd59dbc..eeb73483e8b 100644
--- a/elfcpp/README
+++ b/elfcpp/README
@@ -9,7 +9,7 @@ For efficiency, most accessors are templates with two arguments: the
ELF file class (32 or 64 bits) and the endianness.
-Copyright (C) 2012-2016 Free Software Foundation, Inc.
+Copyright (C) 2012-2017 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/elfcpp/aarch64.h b/elfcpp/aarch64.h
index 4929f043b4f..b570f37955c 100644
--- a/elfcpp/aarch64.h
+++ b/elfcpp/aarch64.h
@@ -1,6 +1,6 @@
// aarch64.h -- ELF definitions specific to AARCH64 -*- C++ -*-
-// Copyright (C) 2014-2016 Free Software Foundation, Inc.
+// Copyright (C) 2014-2017 Free Software Foundation, Inc.
// Written by Jing Yu (jingyu@google.com)
// This file is part of elfcpp.
diff --git a/elfcpp/arm.h b/elfcpp/arm.h
index 1578fe68774..bc10c69603a 100644
--- a/elfcpp/arm.h
+++ b/elfcpp/arm.h
@@ -1,6 +1,6 @@
// arm.h -- ELF definitions specific to EM_ARM -*- C++ -*-
-// Copyright (C) 2009-2016 Free Software Foundation, Inc.
+// Copyright (C) 2009-2017 Free Software Foundation, Inc.
// Written by Doug Kwan <dougkwan@google.com>.
// This file is part of elfcpp.
diff --git a/elfcpp/dwarf.h b/elfcpp/dwarf.h
index 079a1ffdfef..364b774319d 100644
--- a/elfcpp/dwarf.h
+++ b/elfcpp/dwarf.h
@@ -1,6 +1,6 @@
// dwarf.h -- DWARF2 constants -*- C++ -*-
-// Copyright (C) 2006-2016 Free Software Foundation, Inc.
+// Copyright (C) 2006-2017 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of elfcpp.
diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h
index bee73df6f6b..cce40d41ded 100644
--- a/elfcpp/elfcpp.h
+++ b/elfcpp/elfcpp.h
@@ -1,6 +1,6 @@
// elfcpp.h -- main header file for elfcpp -*- C++ -*-
-// Copyright (C) 2006-2016 Free Software Foundation, Inc.
+// Copyright (C) 2006-2017 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of elfcpp.
diff --git a/elfcpp/elfcpp_file.h b/elfcpp/elfcpp_file.h
index 0ae2e943d5e..a7088a6317c 100644
--- a/elfcpp/elfcpp_file.h
+++ b/elfcpp/elfcpp_file.h
@@ -1,6 +1,6 @@
// elfcpp_file.h -- file access for elfcpp -*- C++ -*-
-// Copyright (C) 2006-2016 Free Software Foundation, Inc.
+// Copyright (C) 2006-2017 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of elfcpp.
diff --git a/elfcpp/elfcpp_internal.h b/elfcpp/elfcpp_internal.h
index 2aaeeba8a40..14adfdef344 100644
--- a/elfcpp/elfcpp_internal.h
+++ b/elfcpp/elfcpp_internal.h
@@ -1,6 +1,6 @@
// elfcpp_internal.h -- internals for elfcpp -*- C++ -*-
-// Copyright (C) 2006-2016 Free Software Foundation, Inc.
+// Copyright (C) 2006-2017 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of elfcpp.
diff --git a/elfcpp/elfcpp_swap.h b/elfcpp/elfcpp_swap.h
index 8906029f58a..0ca03948fa3 100644
--- a/elfcpp/elfcpp_swap.h
+++ b/elfcpp/elfcpp_swap.h
@@ -1,6 +1,6 @@
// elfcpp_swap.h -- Handle swapping for elfcpp -*- C++ -*-
-// Copyright (C) 2006-2016 Free Software Foundation, Inc.
+// Copyright (C) 2006-2017 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of elfcpp.
diff --git a/elfcpp/i386.h b/elfcpp/i386.h
index d80778760f2..ea17172da20 100644
--- a/elfcpp/i386.h
+++ b/elfcpp/i386.h
@@ -1,6 +1,6 @@
// i386.h -- ELF definitions specific to EM_386 -*- C++ -*-
-// Copyright (C) 2006-2016 Free Software Foundation, Inc.
+// Copyright (C) 2006-2017 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of elfcpp.
diff --git a/elfcpp/mips.h b/elfcpp/mips.h
index f93a18f5a19..599ba5c8bb4 100644
--- a/elfcpp/mips.h
+++ b/elfcpp/mips.h
@@ -1,6 +1,6 @@
// mips.h -- ELF definitions specific to EM_MIPS -*- C++ -*-
-// Copyright (C) 2012-2016 Free Software Foundation, Inc.
+// Copyright (C) 2012-2017 Free Software Foundation, Inc.
// Written by Sasa Stankovic <sasa.stankovic@imgtec.com>
// and Aleksandar Simeonov <aleksandar.simeonov@rt-rk.com>.
diff --git a/elfcpp/powerpc.h b/elfcpp/powerpc.h
index fff58bf7915..99647bd9855 100644
--- a/elfcpp/powerpc.h
+++ b/elfcpp/powerpc.h
@@ -1,6 +1,6 @@
// powerpc.h -- ELF definitions specific to EM_PPC and EM_PPC64 -*- C++ -*-
-// Copyright (C) 2008-2016 Free Software Foundation, Inc.
+// Copyright (C) 2008-2017 Free Software Foundation, Inc.
// Written by David S. Miller <davem@davemloft.net>.
// This file is part of elfcpp.
diff --git a/elfcpp/s390.h b/elfcpp/s390.h
index e29d0c5f05a..84981a5a3fc 100644
--- a/elfcpp/s390.h
+++ b/elfcpp/s390.h
@@ -1,6 +1,6 @@
// s390.h -- ELF definitions specific to EM_S390 -*- C++ -*-
-// Copyright (C) 2015-2016 Free Software Foundation, Inc.
+// Copyright (C) 2015-2017 Free Software Foundation, Inc.
// Written by Marcin Koƛcielnicki <koriakin@0x04.net>.
// This file is part of elfcpp.
diff --git a/elfcpp/sparc.h b/elfcpp/sparc.h
index 762b7f562ee..05d75720bbf 100644
--- a/elfcpp/sparc.h
+++ b/elfcpp/sparc.h
@@ -1,6 +1,6 @@
// sparc.h -- ELF definitions specific to EM_SPARC -*- C++ -*-
-// Copyright (C) 2008-2016 Free Software Foundation, Inc.
+// Copyright (C) 2008-2017 Free Software Foundation, Inc.
// Written by David S. Miller <davem@davemloft.net>.
// This file is part of elfcpp.
diff --git a/elfcpp/tilegx.h b/elfcpp/tilegx.h
index 7abe38b9088..20ac49d1572 100644
--- a/elfcpp/tilegx.h
+++ b/elfcpp/tilegx.h
@@ -1,6 +1,6 @@
// tilegx.h -- ELF definitions specific to EM_TILEGX -*- C++ -*-
-// Copyright (C) 2012-2016 Free Software Foundation, Inc.
+// Copyright (C) 2012-2017 Free Software Foundation, Inc.
// Written by Jiong Wang (jiwang@tilera.com)
// This file is part of elfcpp.
diff --git a/elfcpp/x86_64.h b/elfcpp/x86_64.h
index a6ced0ed35d..00e5190100e 100644
--- a/elfcpp/x86_64.h
+++ b/elfcpp/x86_64.h
@@ -1,6 +1,6 @@
// x86-64.h -- ELF definitions specific to EM_X86_64 -*- C++ -*-
-// Copyright (C) 2006-2016 Free Software Foundation, Inc.
+// Copyright (C) 2006-2017 Free Software Foundation, Inc.
// Written by Andrew Chatham.
// This file is part of elfcpp.