diff options
author | Alan Modra <amodra@gmail.com> | 2025-01-01 18:17:28 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-01-01 18:29:57 +1030 |
commit | e8e7cf2abe04d5691eb8e31cd18589ec9eb78635 (patch) | |
tree | 18cbc5ca8ee9a13c9bd06dbe06914cac87faac7c /elfcpp | |
parent | a21a6dbe639a17792b800ae75272fa2815a8b9b5 (diff) | |
download | gdb-e8e7cf2abe04d5691eb8e31cd18589ec9eb78635.zip gdb-e8e7cf2abe04d5691eb8e31cd18589ec9eb78635.tar.gz gdb-e8e7cf2abe04d5691eb8e31cd18589ec9eb78635.tar.bz2 |
Update year range in copyright notice of binutils files
Diffstat (limited to 'elfcpp')
-rw-r--r-- | elfcpp/ChangeLog | 2 | ||||
-rw-r--r-- | elfcpp/README | 2 | ||||
-rw-r--r-- | elfcpp/aarch64.h | 2 | ||||
-rw-r--r-- | elfcpp/arm.h | 2 | ||||
-rw-r--r-- | elfcpp/dwarf.h | 2 | ||||
-rw-r--r-- | elfcpp/elfcpp.h | 2 | ||||
-rw-r--r-- | elfcpp/elfcpp_file.h | 2 | ||||
-rw-r--r-- | elfcpp/elfcpp_internal.h | 2 | ||||
-rw-r--r-- | elfcpp/elfcpp_swap.h | 2 | ||||
-rw-r--r-- | elfcpp/i386.h | 2 | ||||
-rw-r--r-- | elfcpp/mips.h | 2 | ||||
-rw-r--r-- | elfcpp/powerpc.h | 2 | ||||
-rw-r--r-- | elfcpp/s390.h | 2 | ||||
-rw-r--r-- | elfcpp/sparc.h | 2 | ||||
-rw-r--r-- | elfcpp/tilegx.h | 2 | ||||
-rw-r--r-- | elfcpp/x86_64.h | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 44232a1..4a36c85 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -46,7 +46,7 @@ For older changes see ChangeLog-2020 -Copyright (C) 2021-2024 Free Software Foundation, Inc. +Copyright (C) 2021-2025 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 009d677..997b464 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-2024 Free Software Foundation, Inc. +Copyright (C) 2012-2025 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 509ab04..1938f74 100644 --- a/elfcpp/aarch64.h +++ b/elfcpp/aarch64.h @@ -1,6 +1,6 @@ // aarch64.h -- ELF definitions specific to AARCH64 -*- C++ -*- -// Copyright (C) 2014-2024 Free Software Foundation, Inc. +// Copyright (C) 2014-2025 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 b11496e..9a0f08c 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-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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 1ce59c6..65e9b8d 100644 --- a/elfcpp/dwarf.h +++ b/elfcpp/dwarf.h @@ -1,6 +1,6 @@ // dwarf.h -- DWARF2 constants -*- C++ -*- -// Copyright (C) 2006-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 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 f2fe733..3ceddbd 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -1,6 +1,6 @@ // elfcpp.h -- main header file for elfcpp -*- C++ -*- -// Copyright (C) 2006-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 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 6740113..111d35b 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-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 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 655f20e..153a846 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-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 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 ac52fa0..0804e5c 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-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 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 902eead..4947447 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-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 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 e8a8e24..409a632 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-2024 Free Software Foundation, Inc. +// Copyright (C) 2012-2025 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 db0deba..543ae07 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-2024 Free Software Foundation, Inc. +// Copyright (C) 2008-2025 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 77b2728..a575a77 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-2024 Free Software Foundation, Inc. +// Copyright (C) 2015-2025 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 a86c46a..5c6846d 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-2024 Free Software Foundation, Inc. +// Copyright (C) 2008-2025 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 1e6d319..dc41470 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-2024 Free Software Foundation, Inc. +// Copyright (C) 2012-2025 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 5d254ce..1c31d62 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-2024 Free Software Foundation, Inc. +// Copyright (C) 2006-2025 Free Software Foundation, Inc. // Written by Andrew Chatham. // This file is part of elfcpp. |