aboutsummaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-01-02 00:45:26 +1030
committerAlan Modra <amodra@gmail.com>2015-01-02 00:53:45 +1030
commitb90efa5b79ac1524ec260f8eb89d1be37e0219a7 (patch)
treea7ebeb673d79bf4ba968d3a740a9b2a185f0bb48 /elfcpp
parent32d0add0a654c1204ab71dc8a55d9374538c4b33 (diff)
downloadfsf-binutils-gdb-b90efa5b79ac1524ec260f8eb89d1be37e0219a7.zip
fsf-binutils-gdb-b90efa5b79ac1524ec260f8eb89d1be37e0219a7.tar.gz
fsf-binutils-gdb-b90efa5b79ac1524ec260f8eb89d1be37e0219a7.tar.bz2
ChangeLog rotatation and copyright year update
Diffstat (limited to 'elfcpp')
-rw-r--r--elfcpp/ChangeLog6
-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/sparc.h2
-rw-r--r--elfcpp/tilegx.h2
-rw-r--r--elfcpp/x86_64.h2
15 files changed, 19 insertions, 15 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index 770d9c8..0687860 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-01 Alan Modra <amodra@gmail.com>
+
+ Update year range in copyright notice of all files.
+
2014-12-25 Alan Modra <amodra@gmail.com>
* arm.h: Add enums for Tag_ABI_FP_number_model and Tag_ABI_VFP_args.
@@ -385,7 +389,7 @@
* Added source code to GNU binutils.
-Copyright (C) 2008-2014 Free Software Foundation, Inc.
+Copyright (C) 2008-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/elfcpp/README b/elfcpp/README
index b6f65ab..878dc4b 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-2014 Free Software Foundation, Inc.
+Copyright (C) 2012-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/elfcpp/aarch64.h b/elfcpp/aarch64.h
index 55a5dfa..7a7bb1f 100644
--- a/elfcpp/aarch64.h
+++ b/elfcpp/aarch64.h
@@ -1,6 +1,6 @@
// aarch64.h -- ELF definitions specific to AARCH64 -*- C++ -*-
-// Copyright (C) 2014 Free Software Foundation, Inc.
+// Copyright (C) 2014-2015 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 8a86595..2d30add 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-2014 Free Software Foundation, Inc.
+// Copyright (C) 2009-2015 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 f7f3027..ccd967e 100644
--- a/elfcpp/dwarf.h
+++ b/elfcpp/dwarf.h
@@ -1,6 +1,6 @@
// dwarf.h -- DWARF2 constants -*- C++ -*-
-// Copyright (C) 2006-2014 Free Software Foundation, Inc.
+// Copyright (C) 2006-2015 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 3e55db5..327aeb2 100644
--- a/elfcpp/elfcpp.h
+++ b/elfcpp/elfcpp.h
@@ -1,6 +1,6 @@
// elfcpp.h -- main header file for elfcpp -*- C++ -*-
-// Copyright (C) 2006-2014 Free Software Foundation, Inc.
+// Copyright (C) 2006-2015 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 a8daf91..4d37147 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-2014 Free Software Foundation, Inc.
+// Copyright (C) 2006-2015 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 357ccc1..d800f7a 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-2014 Free Software Foundation, Inc.
+// Copyright (C) 2006-2015 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 6a06763..5b9a915 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-2014 Free Software Foundation, Inc.
+// Copyright (C) 2006-2015 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 6b20964..16fdef8 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-2014 Free Software Foundation, Inc.
+// Copyright (C) 2006-2015 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 a59c3e2..c29e813 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-2014 Free Software Foundation, Inc.
+// Copyright (C) 2012-2015 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 2a22121..d52a832 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-2014 Free Software Foundation, Inc.
+// Copyright (C) 2008-2015 Free Software Foundation, Inc.
// Written by David S. Miller <davem@davemloft.net>.
// This file is part of elfcpp.
diff --git a/elfcpp/sparc.h b/elfcpp/sparc.h
index b46016e..ba5cbfc 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-2014 Free Software Foundation, Inc.
+// Copyright (C) 2008-2015 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 1ba1243..b9e3139 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-2014 Free Software Foundation, Inc.
+// Copyright (C) 2012-2015 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 4b2f76d..e97ff52 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-2014 Free Software Foundation, Inc.
+// Copyright (C) 2006-2015 Free Software Foundation, Inc.
// Written by Andrew Chatham.
// This file is part of elfcpp.