mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
Update copyright years
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
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.
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user