summaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-01-02 09:00:17 +1030
committerAlan Modra <amodra@gmail.com>2022-01-02 12:04:28 +1030
commita2c5833233df078288c791c348a265c96c6182da (patch)
treef5eff10f74757fb7ebde3b831ee7f6b7b937d0a3 /elfcpp
parent8b91f9ce09bbb53ec103ec91583cea5f42f165c0 (diff)
downloadbinutils-gdb-a2c5833233df078288c791c348a265c96c6182da.tar.gz
Update year range in copyright notice of binutils files
The result of running etc/update-copyright.py --this-year, fixing all the files whose mode is changed by the script, plus a build with --enable-maintainer-mode --enable-cgen-maint=yes, then checking out */po/*.pot which we don't update frequently. The copy of cgen was with commit d1dd5fcc38ead reverted as that commit breaks building of bfp opcodes files.
Diffstat (limited to 'elfcpp')
-rw-r--r--elfcpp/ChangeLog2
-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, 16 insertions, 16 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index 0d149351e8a..d7dd7698f74 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -22,7 +22,7 @@
For older changes see ChangeLog-2020
-Copyright (C) 2021 Free Software Foundation, Inc.
+Copyright (C) 2021-2022 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 97e420b9b92..d1a8f27138c 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-2021 Free Software Foundation, Inc.
+Copyright (C) 2012-2022 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 3069221afd4..5e1a95bc242 100644
--- a/elfcpp/aarch64.h
+++ b/elfcpp/aarch64.h
@@ -1,6 +1,6 @@
// aarch64.h -- ELF definitions specific to AARCH64 -*- C++ -*-
-// Copyright (C) 2014-2021 Free Software Foundation, Inc.
+// Copyright (C) 2014-2022 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 65374bb41ee..cba11197cdf 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-2021 Free Software Foundation, Inc.
+// Copyright (C) 2009-2022 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 c9a9e02369c..fde307cf0cc 100644
--- a/elfcpp/dwarf.h
+++ b/elfcpp/dwarf.h
@@ -1,6 +1,6 @@
// dwarf.h -- DWARF2 constants -*- C++ -*-
-// Copyright (C) 2006-2021 Free Software Foundation, Inc.
+// Copyright (C) 2006-2022 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 fdee7ce3b8b..4b0aff0da7f 100644
--- a/elfcpp/elfcpp.h
+++ b/elfcpp/elfcpp.h
@@ -1,6 +1,6 @@
// elfcpp.h -- main header file for elfcpp -*- C++ -*-
-// Copyright (C) 2006-2021 Free Software Foundation, Inc.
+// Copyright (C) 2006-2022 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 8d4aac8bbae..7c5cecb38c2 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-2021 Free Software Foundation, Inc.
+// Copyright (C) 2006-2022 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 4aa4428dca3..c0021d2f203 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-2021 Free Software Foundation, Inc.
+// Copyright (C) 2006-2022 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 4ccb48e2899..2d1087a2578 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-2021 Free Software Foundation, Inc.
+// Copyright (C) 2006-2022 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 d1a1af57438..a9bca997823 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-2021 Free Software Foundation, Inc.
+// Copyright (C) 2006-2022 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 08294b162f4..3d4bc5a64fc 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-2021 Free Software Foundation, Inc.
+// Copyright (C) 2012-2022 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 3f4f79d8ab2..9e065a5340b 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-2021 Free Software Foundation, Inc.
+// Copyright (C) 2008-2022 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 2029bc14ce6..797ce7c152c 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-2021 Free Software Foundation, Inc.
+// Copyright (C) 2015-2022 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 5ca2a60716a..ca14bfeb5e1 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-2021 Free Software Foundation, Inc.
+// Copyright (C) 2008-2022 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 cd473b28558..20163d8c521 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-2021 Free Software Foundation, Inc.
+// Copyright (C) 2012-2022 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 027c059d8fa..19752af8f46 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-2021 Free Software Foundation, Inc.
+// Copyright (C) 2006-2022 Free Software Foundation, Inc.
// Written by Andrew Chatham.
// This file is part of elfcpp.