diff options
author | Alan Modra <amodra@gmail.com> | 2014-03-05 22:16:15 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-03-05 22:16:15 +1030 |
commit | 4b95cf5c0c75d6efc1b2f96af72317aecca079f1 (patch) | |
tree | 665946eb3fd6cfcaac5029a0d44741e7fdc08d3e /elfcpp | |
parent | Support R_PPC64_ADDR64_LOCAL (diff) | |
download | binutils-gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.tar.gz binutils-gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.tar.bz2 binutils-gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.zip |
Update copyright years
Diffstat (limited to 'elfcpp')
-rw-r--r-- | elfcpp/ChangeLog | 6 | ||||
-rw-r--r-- | elfcpp/README | 2 | ||||
-rw-r--r-- | elfcpp/arm.h | 2 | ||||
-rw-r--r-- | elfcpp/dwarf.h | 2 | ||||
-rw-r--r-- | elfcpp/elfcpp.h | 3 | ||||
-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/sparc.h | 2 | ||||
-rw-r--r-- | elfcpp/tilegx.h | 2 | ||||
-rw-r--r-- | elfcpp/x86_64.h | 2 |
14 files changed, 18 insertions, 15 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index fc30035c088..50da2da1c5d 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,5 +1,9 @@ 2014-03-05 Alan Modra <amodra@gmail.com> + Update copyright years. + +2014-03-05 Alan Modra <amodra@gmail.com> + * powerpc.h (R_PPC64_REL24_NOTOC, R_PPC64_ADDR64_LOCAL): Define. 2014-02-06 Andrew Pinski <apinski@cavium.com> @@ -312,7 +316,7 @@ * Added source code to GNU binutils. -Copyright (C) 2008-2012 Free Software Foundation, Inc. +Copyright (C) 2008-2014 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 8739b9680c6..b6f65ab1380 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 Free Software Foundation, Inc. +Copyright (C) 2012-2014 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/arm.h b/elfcpp/arm.h index ab0618a3d67..8c6b6bfd3bd 100644 --- a/elfcpp/arm.h +++ b/elfcpp/arm.h @@ -1,6 +1,6 @@ // arm.h -- ELF definitions specific to EM_ARM -*- C++ -*- -// Copyright 2009, 2012 Free Software Foundation, Inc. +// Copyright (C) 2009-2014 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 de8b9baafb9..f7f30273a93 100644 --- a/elfcpp/dwarf.h +++ b/elfcpp/dwarf.h @@ -1,6 +1,6 @@ // dwarf.h -- DWARF2 constants -*- C++ -*- -// Copyright 2006, 2007, 2008, 2011, 2012 Free Software Foundation, Inc. +// Copyright (C) 2006-2014 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 067c7752cbc..9511130d25e 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -1,7 +1,6 @@ // elfcpp.h -- main header file for elfcpp -*- C++ -*- -// Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012 -// Free Software Foundation, Inc. +// Copyright (C) 2006-2014 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 8dd7ad5cca1..bcb0275413c 100644 --- a/elfcpp/elfcpp_file.h +++ b/elfcpp/elfcpp_file.h @@ -1,6 +1,6 @@ // elfcpp_file.h -- file access for elfcpp -*- C++ -*- -// Copyright 2006, 2007, Free Software Foundation, Inc. +// Copyright (C) 2006-2014 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 df84e7e765b..357ccc1937c 100644 --- a/elfcpp/elfcpp_internal.h +++ b/elfcpp/elfcpp_internal.h @@ -1,6 +1,6 @@ // elfcpp_internal.h -- internals for elfcpp -*- C++ -*- -// Copyright 2006, 2007, Free Software Foundation, Inc. +// Copyright (C) 2006-2014 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 833da5da5fd..6a06763ab82 100644 --- a/elfcpp/elfcpp_swap.h +++ b/elfcpp/elfcpp_swap.h @@ -1,6 +1,6 @@ // elfcpp_swap.h -- Handle swapping for elfcpp -*- C++ -*- -// Copyright 2006, 2007, 2008, 2009, 2012 Free Software Foundation, Inc. +// Copyright (C) 2006-2014 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 6903859f98b..6b20964ab6c 100644 --- a/elfcpp/i386.h +++ b/elfcpp/i386.h @@ -1,6 +1,6 @@ // i386.h -- ELF definitions specific to EM_386 -*- C++ -*- -// Copyright 2006, 2007, 2010 Free Software Foundation, Inc. +// Copyright (C) 2006-2014 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 db659981ee1..91525c8d429 100644 --- a/elfcpp/mips.h +++ b/elfcpp/mips.h @@ -1,6 +1,6 @@ // mips.h -- ELF definitions specific to EM_MIPS -*- C++ -*- -// Copyright 2012 Free Software Foundation, Inc. +// Copyright (C) 2012-2014 Free Software Foundation, Inc. // Written by Aleksandar Simeonov <aleksandar.simeonov@rt-rk.com>. // This file is part of elfcpp. diff --git a/elfcpp/powerpc.h b/elfcpp/powerpc.h index 0d156b163f4..2a22121822f 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 2008, 2010, 2012, 2013 Free Software Foundation, Inc. +// Copyright (C) 2008-2014 Free Software Foundation, Inc. // Written by David S. Miller <davem@davemloft.net>. // This file is part of elfcpp. diff --git a/elfcpp/sparc.h b/elfcpp/sparc.h index 6b561be21c9..b46016ea06e 100644 --- a/elfcpp/sparc.h +++ b/elfcpp/sparc.h @@ -1,6 +1,6 @@ // sparc.h -- ELF definitions specific to EM_SPARC -*- C++ -*- -// Copyright 2008, 2010 Free Software Foundation, Inc. +// Copyright (C) 2008-2014 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 fd80bcbca98..1ba12435d2e 100644 --- a/elfcpp/tilegx.h +++ b/elfcpp/tilegx.h @@ -1,6 +1,6 @@ // tilegx.h -- ELF definitions specific to EM_TILEGX -*- C++ -*- -// Copyright 2012 Free Software Foundation, Inc. +// Copyright (C) 2012-2014 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 79fa13fcf53..4b2f76d8b2e 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 2006, 2007, 2010 Free Software Foundation, Inc. +// Copyright (C) 2006-2014 Free Software Foundation, Inc. // Written by Andrew Chatham. // This file is part of elfcpp. |