From 219d1afa89d0d53ca93a684cac341f16470f3ca0 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 3 Jan 2018 15:47:27 +1030 Subject: Update year range in copyright notice of binutils files --- elfcpp/ChangeLog | 4 ++++ elfcpp/README | 2 +- elfcpp/aarch64.h | 2 +- elfcpp/arm.h | 2 +- elfcpp/dwarf.h | 2 +- elfcpp/elfcpp.h | 2 +- elfcpp/elfcpp_file.h | 2 +- elfcpp/elfcpp_internal.h | 2 +- elfcpp/elfcpp_swap.h | 2 +- elfcpp/i386.h | 2 +- elfcpp/mips.h | 2 +- elfcpp/powerpc.h | 2 +- elfcpp/s390.h | 2 +- elfcpp/sparc.h | 2 +- elfcpp/tilegx.h | 2 +- elfcpp/x86_64.h | 2 +- 16 files changed, 19 insertions(+), 15 deletions(-) (limited to 'elfcpp') diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 8debaf0..2b8e7c5 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2018-01-03 Alan Modra + + Update year range in copyright notice of all files. + For older changes see ChangeLog-2017 Copyright (C) 2018 Free Software Foundation, Inc. diff --git a/elfcpp/README b/elfcpp/README index eeb7348..2f69715 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-2017 Free Software Foundation, Inc. +Copyright (C) 2012-2018 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 b570f37..935a4d7 100644 --- a/elfcpp/aarch64.h +++ b/elfcpp/aarch64.h @@ -1,6 +1,6 @@ // aarch64.h -- ELF definitions specific to AARCH64 -*- C++ -*- -// Copyright (C) 2014-2017 Free Software Foundation, Inc. +// Copyright (C) 2014-2018 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 bc10c69..b5da950 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-2017 Free Software Foundation, Inc. +// Copyright (C) 2009-2018 Free Software Foundation, Inc. // Written by Doug Kwan . // This file is part of elfcpp. diff --git a/elfcpp/dwarf.h b/elfcpp/dwarf.h index 47de57c..6d405e9 100644 --- a/elfcpp/dwarf.h +++ b/elfcpp/dwarf.h @@ -1,6 +1,6 @@ // dwarf.h -- DWARF2 constants -*- C++ -*- -// Copyright (C) 2006-2017 Free Software Foundation, Inc. +// Copyright (C) 2006-2018 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 1f629ce..018e0f5 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -1,6 +1,6 @@ // elfcpp.h -- main header file for elfcpp -*- C++ -*- -// Copyright (C) 2006-2017 Free Software Foundation, Inc. +// Copyright (C) 2006-2018 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. diff --git a/elfcpp/elfcpp_file.h b/elfcpp/elfcpp_file.h index a7088a6..66c2ffa 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-2017 Free Software Foundation, Inc. +// Copyright (C) 2006-2018 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. diff --git a/elfcpp/elfcpp_internal.h b/elfcpp/elfcpp_internal.h index 14adfde..a9fc66e 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-2017 Free Software Foundation, Inc. +// Copyright (C) 2006-2018 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. diff --git a/elfcpp/elfcpp_swap.h b/elfcpp/elfcpp_swap.h index 0ca0394..1e4ea07 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-2017 Free Software Foundation, Inc. +// Copyright (C) 2006-2018 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. diff --git a/elfcpp/i386.h b/elfcpp/i386.h index ea17172..88e0174 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-2017 Free Software Foundation, Inc. +// Copyright (C) 2006-2018 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of elfcpp. diff --git a/elfcpp/mips.h b/elfcpp/mips.h index 599ba5c..cac8592 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-2017 Free Software Foundation, Inc. +// Copyright (C) 2012-2018 Free Software Foundation, Inc. // Written by Sasa Stankovic // and Aleksandar Simeonov . diff --git a/elfcpp/powerpc.h b/elfcpp/powerpc.h index 71cac5e..c4e993e 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-2017 Free Software Foundation, Inc. +// Copyright (C) 2008-2018 Free Software Foundation, Inc. // Written by David S. Miller . // This file is part of elfcpp. diff --git a/elfcpp/s390.h b/elfcpp/s390.h index 84981a5..643c234 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-2017 Free Software Foundation, Inc. +// Copyright (C) 2015-2018 Free Software Foundation, Inc. // Written by Marcin Koƛcielnicki . // This file is part of elfcpp. diff --git a/elfcpp/sparc.h b/elfcpp/sparc.h index 05d7572..6191405 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-2017 Free Software Foundation, Inc. +// Copyright (C) 2008-2018 Free Software Foundation, Inc. // Written by David S. Miller . // This file is part of elfcpp. diff --git a/elfcpp/tilegx.h b/elfcpp/tilegx.h index 20ac49d..b091f59 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-2017 Free Software Foundation, Inc. +// Copyright (C) 2012-2018 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 00e5190..a8883dd 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-2017 Free Software Foundation, Inc. +// Copyright (C) 2006-2018 Free Software Foundation, Inc. // Written by Andrew Chatham. // This file is part of elfcpp. -- cgit v1.1