aboutsummaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2024-01-04 22:22:08 +1030
committerAlan Modra <amodra@gmail.com>2024-01-04 22:58:12 +1030
commitfd67aa1129fd006ad49ed5ecb2b063705211553a (patch)
tree323c2da4c82f1fc5e98e7fc788e7f3d12ad4687d /elfcpp
parentce3abd4734c1d4994937dc0defa71c4ac9f34185 (diff)
downloadgdb-fd67aa1129fd006ad49ed5ecb2b063705211553a.zip
gdb-fd67aa1129fd006ad49ed5ecb2b063705211553a.tar.gz
gdb-fd67aa1129fd006ad49ed5ecb2b063705211553a.tar.bz2
Update year range in copyright notice of binutils files
Adds two new external authors to etc/update-copyright.py to cover bfd/ax_tls.m4, and adds gprofng to dirs handled automatically, then updates copyright messages as follows: 1) Update cgen/utils.scm emitted copyrights. 2) Run "etc/update-copyright.py --this-year" with an extra external author I haven't committed, 'Kalray SA.', to cover gas testsuite files (which should have their copyright message removed). 3) Build with --enable-maintainer-mode --enable-cgen-maint=yes. 4) Check out */po/*.pot which we don't update frequently.
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 9277220..247d2fb 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -38,7 +38,7 @@
For older changes see ChangeLog-2020
-Copyright (C) 2021-2023 Free Software Foundation, Inc.
+Copyright (C) 2021-2024 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 4f10911..009d677 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-2023 Free Software Foundation, Inc.
+Copyright (C) 2012-2024 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 00272bb..509ab04 100644
--- a/elfcpp/aarch64.h
+++ b/elfcpp/aarch64.h
@@ -1,6 +1,6 @@
// aarch64.h -- ELF definitions specific to AARCH64 -*- C++ -*-
-// Copyright (C) 2014-2023 Free Software Foundation, Inc.
+// Copyright (C) 2014-2024 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 e8f205d..b11496e 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-2023 Free Software Foundation, Inc.
+// Copyright (C) 2009-2024 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 16bb42a..2adb864 100644
--- a/elfcpp/dwarf.h
+++ b/elfcpp/dwarf.h
@@ -1,6 +1,6 @@
// dwarf.h -- DWARF2 constants -*- C++ -*-
-// Copyright (C) 2006-2023 Free Software Foundation, Inc.
+// Copyright (C) 2006-2024 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 2309231..f2fe733 100644
--- a/elfcpp/elfcpp.h
+++ b/elfcpp/elfcpp.h
@@ -1,6 +1,6 @@
// elfcpp.h -- main header file for elfcpp -*- C++ -*-
-// Copyright (C) 2006-2023 Free Software Foundation, Inc.
+// Copyright (C) 2006-2024 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 17c9ced..6740113 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-2023 Free Software Foundation, Inc.
+// Copyright (C) 2006-2024 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 619efbd..655f20e 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-2023 Free Software Foundation, Inc.
+// Copyright (C) 2006-2024 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 8f2ff01..ac52fa0 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-2023 Free Software Foundation, Inc.
+// Copyright (C) 2006-2024 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 c9bab42..902eead 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-2023 Free Software Foundation, Inc.
+// Copyright (C) 2006-2024 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 a3bc8c6..e8a8e24 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-2023 Free Software Foundation, Inc.
+// Copyright (C) 2012-2024 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 9322061..db0deba 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-2023 Free Software Foundation, Inc.
+// Copyright (C) 2008-2024 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 c297ed1..77b2728 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-2023 Free Software Foundation, Inc.
+// Copyright (C) 2015-2024 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 06a0fd9..a86c46a 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-2023 Free Software Foundation, Inc.
+// Copyright (C) 2008-2024 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 224d830..1e6d319 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-2023 Free Software Foundation, Inc.
+// Copyright (C) 2012-2024 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 da6ac19..135f339 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-2023 Free Software Foundation, Inc.
+// Copyright (C) 2006-2024 Free Software Foundation, Inc.
// Written by Andrew Chatham.
// This file is part of elfcpp.