Update year range in copyright notice of binutils files

The newer update-copyright.py fixes file encoding too, removing cr/lf
on binutils/bfdtest2.c and ld/testsuite/ld-cygwin/exe-export.exp, and
embedded cr in binutils/testsuite/binutils-all/ar.exp string match.
This commit is contained in:
Alan Modra
2023-01-01 16:38:42 +10:30
parent 004cb07ebf
commit d87bef3a7b
2786 changed files with 3125 additions and 3123 deletions

View File

@@ -34,7 +34,7 @@
For older changes see ChangeLog-2020
Copyright (C) 2021-2022 Free Software Foundation, Inc.
Copyright (C) 2021-2023 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

View File

@@ -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-2022 Free Software Foundation, Inc.
Copyright (C) 2012-2023 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

View File

@@ -1,6 +1,6 @@
// aarch64.h -- ELF definitions specific to AARCH64 -*- C++ -*-
// Copyright (C) 2014-2022 Free Software Foundation, Inc.
// Copyright (C) 2014-2023 Free Software Foundation, Inc.
// Written by Jing Yu (jingyu@google.com)
// This file is part of elfcpp.

View File

@@ -1,6 +1,6 @@
// arm.h -- ELF definitions specific to EM_ARM -*- C++ -*-
// Copyright (C) 2009-2022 Free Software Foundation, Inc.
// Copyright (C) 2009-2023 Free Software Foundation, Inc.
// Written by Doug Kwan <dougkwan@google.com>.
// This file is part of elfcpp.

View File

@@ -1,6 +1,6 @@
// dwarf.h -- DWARF2 constants -*- C++ -*-
// Copyright (C) 2006-2022 Free Software Foundation, Inc.
// Copyright (C) 2006-2023 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of elfcpp.

View File

@@ -1,6 +1,6 @@
// elfcpp.h -- main header file for elfcpp -*- C++ -*-
// Copyright (C) 2006-2022 Free Software Foundation, Inc.
// Copyright (C) 2006-2023 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of elfcpp.

View File

@@ -1,6 +1,6 @@
// elfcpp_file.h -- file access for elfcpp -*- C++ -*-
// Copyright (C) 2006-2022 Free Software Foundation, Inc.
// Copyright (C) 2006-2023 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of elfcpp.

View File

@@ -1,6 +1,6 @@
// elfcpp_internal.h -- internals for elfcpp -*- C++ -*-
// Copyright (C) 2006-2022 Free Software Foundation, Inc.
// Copyright (C) 2006-2023 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of elfcpp.

View File

@@ -1,6 +1,6 @@
// elfcpp_swap.h -- Handle swapping for elfcpp -*- C++ -*-
// Copyright (C) 2006-2022 Free Software Foundation, Inc.
// Copyright (C) 2006-2023 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of elfcpp.

View File

@@ -1,6 +1,6 @@
// i386.h -- ELF definitions specific to EM_386 -*- C++ -*-
// Copyright (C) 2006-2022 Free Software Foundation, Inc.
// Copyright (C) 2006-2023 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of elfcpp.

View File

@@ -1,6 +1,6 @@
// mips.h -- ELF definitions specific to EM_MIPS -*- C++ -*-
// Copyright (C) 2012-2022 Free Software Foundation, Inc.
// Copyright (C) 2012-2023 Free Software Foundation, Inc.
// Written by Sasa Stankovic <sasa.stankovic@imgtec.com>
// and Aleksandar Simeonov <aleksandar.simeonov@rt-rk.com>.

View File

@@ -1,6 +1,6 @@
// powerpc.h -- ELF definitions specific to EM_PPC and EM_PPC64 -*- C++ -*-
// Copyright (C) 2008-2022 Free Software Foundation, Inc.
// Copyright (C) 2008-2023 Free Software Foundation, Inc.
// Written by David S. Miller <davem@davemloft.net>.
// This file is part of elfcpp.

View File

@@ -1,6 +1,6 @@
// s390.h -- ELF definitions specific to EM_S390 -*- C++ -*-
// Copyright (C) 2015-2022 Free Software Foundation, Inc.
// Copyright (C) 2015-2023 Free Software Foundation, Inc.
// Written by Marcin Kościelnicki <koriakin@0x04.net>.
// This file is part of elfcpp.

View File

@@ -1,6 +1,6 @@
// sparc.h -- ELF definitions specific to EM_SPARC -*- C++ -*-
// Copyright (C) 2008-2022 Free Software Foundation, Inc.
// Copyright (C) 2008-2023 Free Software Foundation, Inc.
// Written by David S. Miller <davem@davemloft.net>.
// This file is part of elfcpp.

View File

@@ -1,6 +1,6 @@
// tilegx.h -- ELF definitions specific to EM_TILEGX -*- C++ -*-
// Copyright (C) 2012-2022 Free Software Foundation, Inc.
// Copyright (C) 2012-2023 Free Software Foundation, Inc.
// Written by Jiong Wang (jiwang@tilera.com)
// This file is part of elfcpp.

View File

@@ -1,6 +1,6 @@
// x86-64.h -- ELF definitions specific to EM_X86_64 -*- C++ -*-
// Copyright (C) 2006-2022 Free Software Foundation, Inc.
// Copyright (C) 2006-2023 Free Software Foundation, Inc.
// Written by Andrew Chatham.
// This file is part of elfcpp.