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 /binutils | |
parent | 45965137bee4946dca3cd99285f2a7afe6b99aeb (diff) | |
download | fsf-binutils-gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.zip fsf-binutils-gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.tar.gz fsf-binutils-gdb-4b95cf5c0c75d6efc1b2f96af72317aecca079f1.tar.bz2 |
Update copyright years
Diffstat (limited to 'binutils')
126 files changed, 130 insertions, 201 deletions
diff --git a/binutils/BRANCHES b/binutils/BRANCHES index f9e141a..6b9c410 100644 --- a/binutils/BRANCHES +++ b/binutils/BRANCHES @@ -40,7 +40,7 @@ binutils-2_21-branch binutils-2_22-branch binutils-2_23-branch -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/binutils/ChangeLog b/binutils/ChangeLog index 07c3d9a..3db21f1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2014-03-05 Alan Modra <amodra@gmail.com> + + Update copyright years. + 2014-03-03 Alan Modra <amodra@gmail.com> * README: Add "Copyright Notices" paragraph. diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index cb6aa03..cbb468f 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -279,7 +279,7 @@ Having selected the branch name, create the branch as follows: Please do not commit any patches to a branch you did not create without the explicit permission of the person who created the branch. -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/binutils/Makefile.am b/binutils/Makefile.am index e35db01..77c99d7 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright 2012, 2013 Free Software Foundation +# Copyright (C) 2012-2014 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/NEWS b/binutils/NEWS index b19f87b..8ca7a9c 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -485,7 +485,7 @@ Changes in binutils 2.1: and/or local symbols only. They now also support long options. -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/binutils/README b/binutils/README index 0ad1df1..f16e68a 100644 --- a/binutils/README +++ b/binutils/README @@ -292,7 +292,7 @@ unneeded objects and libraries: If you have any problems or questions about the binutils on VMS, feel free to mail me at kkaempf@rmi.de. -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/binutils/addr2line.c b/binutils/addr2line.c index 0de7398..f88e745 100644 --- a/binutils/addr2line.c +++ b/binutils/addr2line.c @@ -1,6 +1,5 @@ /* addr2line.c -- convert addresses to line number and function name - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Contributed by Ulrich Lauther <Ulrich.Lauther@mchp.siemens.de> This file is part of GNU Binutils. diff --git a/binutils/ar.c b/binutils/ar.c index a11ed15..69f20f9 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -1,5 +1,5 @@ /* ar.c - Archive modify and extract. - Copyright 1991-2013 Free Software Foundation, Inc. + Copyright (C) 1991-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/arlex.l b/binutils/arlex.l index 4080580..2cda0a2 100644 --- a/binutils/arlex.l +++ b/binutils/arlex.l @@ -3,8 +3,7 @@ %{ /* arlex.l - Strange script language lexer */ -/* Copyright 1992, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2011 - Free Software Foundation, Inc. +/* Copyright (C) 1992-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/arparse.y b/binutils/arparse.y index 113c548..0e52efe 100644 --- a/binutils/arparse.y +++ b/binutils/arparse.y @@ -1,8 +1,7 @@ %{ /* arparse.y - Stange script language parser */ -/* Copyright 1992, 1993, 1995, 1997, 1999, 2002, 2003, 2005, 2007 - Free Software Foundation, Inc. +/* Copyright (C) 1992-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/arsup.c b/binutils/arsup.c index 9c6953e..da51e16 100644 --- a/binutils/arsup.c +++ b/binutils/arsup.c @@ -1,5 +1,5 @@ /* arsup.c - Archive support for MRI compatibility - Copyright 1992-2013 2008 Free Software Foundation, Inc. + Copyright (C) 1992-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/arsup.h b/binutils/arsup.h index 5b17681..7cfbc95 100644 --- a/binutils/arsup.h +++ b/binutils/arsup.h @@ -1,6 +1,5 @@ /* arsup.h - archive support header file - Copyright 1992, 1993, 1994, 1996, 2001, 2002, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1992-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/bfdtest1.c b/binutils/bfdtest1.c index eaee2fd..fc9b0ff 100644 --- a/binutils/bfdtest1.c +++ b/binutils/bfdtest1.c @@ -1,5 +1,5 @@ /* A program to test BFD. - Copyright 2012 Free Software Foundation, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. This file is part of the GNU Binutils. diff --git a/binutils/bfdtest2.c b/binutils/bfdtest2.c index a0bdd7c..a791080 100644 --- a/binutils/bfdtest2.c +++ b/binutils/bfdtest2.c @@ -1,5 +1,5 @@ /* A program to test BFD.
- Copyright 2012 Free Software Foundation, Inc.
+ Copyright (C) 2012-2014 Free Software Foundation, Inc. This file is part of the GNU Binutils.
diff --git a/binutils/bin2c.c b/binutils/bin2c.c index 0719fb9..3c9c094 100644 --- a/binutils/bin2c.c +++ b/binutils/bin2c.c @@ -1,5 +1,5 @@ /* bin2c.c -- dump binary file in hex format - Copyright 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/binemul.c b/binutils/binemul.c index 6bfcb15..fccdec8 100644 --- a/binutils/binemul.c +++ b/binutils/binemul.c @@ -1,6 +1,5 @@ /* Binutils emulation layer. - Copyright 2002, 2003, 2005, 2007, 2008, 2010 - Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. Written by Tom Rix, Red Hat Inc. This file is part of GNU Binutils. diff --git a/binutils/binemul.h b/binutils/binemul.h index a93b7b0..8698267 100644 --- a/binutils/binemul.h +++ b/binutils/binemul.h @@ -1,5 +1,5 @@ /* Binutils emulation layer. - Copyright 2002, 2003, 2005, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. Written by Tom Rix, Red Hat Inc. This file is part of GNU Binutils. diff --git a/binutils/bucomm.c b/binutils/bucomm.c index 8272d6a..fd73070 100644 --- a/binutils/bucomm.c +++ b/binutils/bucomm.c @@ -1,7 +1,5 @@ /* bucomm.c -- Bin Utils COMmon code. - Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1998, 2000, 2001, 2002, - 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014 - Free Software Foundation, Inc. + Copyright (C) 1991-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/bucomm.h b/binutils/bucomm.h index fcbc32b..a93c378 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -1,7 +1,5 @@ /* bucomm.h -- binutils common include file. - Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 1991-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/budbg.h b/binutils/budbg.h index b87defb..9753ddf 100644 --- a/binutils/budbg.h +++ b/binutils/budbg.h @@ -1,6 +1,5 @@ /* budbg.c -- Interfaces to the generic debugging information routines. - Copyright 1995, 1996, 2002, 2003, 2005, 2007, 2008, 2012 - Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. This file is part of GNU Binutils. diff --git a/binutils/coffdump.c b/binutils/coffdump.c index d871e1e..b4c8415 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -1,6 +1,5 @@ /* Coff file dumper. - Copyright 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, - 2011 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c index 746edc1..f37f266 100644 --- a/binutils/coffgrok.c +++ b/binutils/coffgrok.c @@ -1,6 +1,5 @@ /* coffgrok.c - Copyright 1994, 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/coffgrok.h b/binutils/coffgrok.h index fd4a952..75e0824 100644 --- a/binutils/coffgrok.h +++ b/binutils/coffgrok.h @@ -1,5 +1,5 @@ /* coffgrok.h - Copyright 2001, 2002, 2003, 2005, 2007, 2014 Free Software Foundation, Inc. + Copyright (C) 2001-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/configure.com b/binutils/configure.com index baf987c..eb354ef 100644 --- a/binutils/configure.com +++ b/binutils/configure.com @@ -3,7 +3,7 @@ $! This file configures binutils for use with openVMS/Alpha $! We do not use the configure script, since we do not have /bin/sh $! to execute it. $! -$! Copyright 2012 Free Software Foundation +$! Copyright (C) 2012-2014 Free Software Foundation, Inc. $! $! This file is free software; you can redistribute it and/or modify $! it under the terms of the GNU General Public License as published by diff --git a/binutils/configure.in b/binutils/configure.in index 4072178..f3e6130 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright 2012 Free Software Foundation +dnl Copyright (C) 2012-2014 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/binutils/configure.tgt b/binutils/configure.tgt index 90f735b..e9184a5 100644 --- a/binutils/configure.tgt +++ b/binutils/configure.tgt @@ -3,7 +3,7 @@ # file lets us skip running autoconf when modifying target specific # information. -# Copyright 2012 Free Software Foundation +# Copyright (C) 2012-2014 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/cxxfilt.c b/binutils/cxxfilt.c index 770df9b..157ebe0 100644 --- a/binutils/cxxfilt.c +++ b/binutils/cxxfilt.c @@ -1,6 +1,5 @@ /* Demangler for GNU C++ - main program - Copyright 1989, 1991, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.uucp) Rewritten by Fred Fish (fnf@cygnus.com) for ARM and Lucid demangling Modified by Satish Pai (pai@apollo.hp.com) for HP demangling diff --git a/binutils/debug.c b/binutils/debug.c index 0aa1f50..2934ea5 100644 --- a/binutils/debug.c +++ b/binutils/debug.c @@ -1,5 +1,5 @@ /* debug.c -- Handle generic debugging information. - Copyright 1995-2013 Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. This file is part of GNU Binutils. diff --git a/binutils/debug.h b/binutils/debug.h index 1846119..4850ccc 100644 --- a/binutils/debug.h +++ b/binutils/debug.h @@ -1,6 +1,5 @@ /* debug.h -- Describe generic debugging information. - Copyright 1995, 1996, 2002, 2003, 2005, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. This file is part of GNU Binutils. diff --git a/binutils/deflex.l b/binutils/deflex.l index 317f6be..a5e3448 100644 --- a/binutils/deflex.l +++ b/binutils/deflex.l @@ -1,7 +1,6 @@ %{/* deflex.l - Lexer for .def files */ -/* Copyright 1995, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2007 - Free Software Foundation, Inc. +/* Copyright (C) 1995-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/defparse.y b/binutils/defparse.y index a4e73eb..badc312 100644 --- a/binutils/defparse.y +++ b/binutils/defparse.y @@ -1,7 +1,6 @@ %{ /* defparse.y - parser for .def files */ -/* Copyright 1995, 1997, 1998, 1999, 2001, 2004, 2005, 2007 - Free Software Foundation, Inc. +/* Copyright (C) 1995-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/dlltool.c b/binutils/dlltool.c index b540975..8b013f0 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -1,6 +1,5 @@ /* dlltool.c -- tool to generate stuff for PE style DLLs - Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2011, 2012, 2014 Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/dlltool.h b/binutils/dlltool.h index f3b203b..c6b1243 100644 --- a/binutils/dlltool.h +++ b/binutils/dlltool.h @@ -1,6 +1,5 @@ /* dlltool.h -- header file for dlltool - Copyright 1997, 1998, 2003, 2004, 2005, 2007, 2009, 2012 - Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/dllwrap.c b/binutils/dllwrap.c index 5f2c803..85ace9b 100644 --- a/binutils/dllwrap.c +++ b/binutils/dllwrap.c @@ -1,6 +1,5 @@ /* dllwrap.c -- wrapper for DLLTOOL and GCC to generate PE style DLLs - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, - 2011, 2012, 2014 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. Contributed by Mumit Khan (khan@xraylith.wisc.edu). This file is part of GNU Binutils. diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am index 51fa0a0..e7a38c2 100644 --- a/binutils/doc/Makefile.am +++ b/binutils/doc/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright 2012 Free Software Foundation +# Copyright (C) 2012-2014 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 39aa077..7c4322d 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -10,7 +10,7 @@ @copying @c man begin COPYRIGHT -Copyright @copyright{} 1991-2013 Free Software Foundation, Inc. +Copyright @copyright{} 1991-2014 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 diff --git a/binutils/dwarf-mode.el b/binutils/dwarf-mode.el index c20c8d7..30c3722 100644 --- a/binutils/dwarf-mode.el +++ b/binutils/dwarf-mode.el @@ -2,7 +2,7 @@ ;; Version: 1.2 -;; Copyright (C) 2012, 2013 Free Software Foundation, Inc. +;; Copyright (C) 2012-2014 Free Software Foundation, Inc. ;; This file is not part of GNU Emacs, but is distributed under the ;; same terms: diff --git a/binutils/dwarf.c b/binutils/dwarf.c index 387504f..aa8a1df 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -1,5 +1,5 @@ /* dwarf.c -- display DWARF contents of a BFD binary file - Copyright 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/dwarf.h b/binutils/dwarf.h index 1cd4201..db235a9 100644 --- a/binutils/dwarf.h +++ b/binutils/dwarf.h @@ -1,5 +1,5 @@ /* dwarf.h - DWARF support header file - Copyright 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/elfcomm.c b/binutils/elfcomm.c index d5b4313..f1502b9 100644 --- a/binutils/elfcomm.c +++ b/binutils/elfcomm.c @@ -1,5 +1,5 @@ /* elfcomm.c -- common code for ELF format file. - Copyright 2010-2013 Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. Originally developed by Eric Youngdale <eric@andante.jic.com> Modifications by Nick Clifton <nickc@redhat.com> diff --git a/binutils/elfcomm.h b/binutils/elfcomm.h index a8c3aa3..f41a8ac 100644 --- a/binutils/elfcomm.h +++ b/binutils/elfcomm.h @@ -1,6 +1,5 @@ /* elfcomm.h -- include file of common code for ELF format file. - Copyright 2010 - Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. Originally developed by Eric Youngdale <eric@andante.jic.com> Modifications by Nick Clifton <nickc@redhat.com> diff --git a/binutils/elfedit.c b/binutils/elfedit.c index d9e23a1..5f21382 100644 --- a/binutils/elfedit.c +++ b/binutils/elfedit.c @@ -1,6 +1,5 @@ /* elfedit.c -- Update the ELF header of an ELF format file - Copyright 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/embedspu.sh b/binutils/embedspu.sh index 8b19e76..82eb6e9 100644 --- a/binutils/embedspu.sh +++ b/binutils/embedspu.sh @@ -1,7 +1,7 @@ #! /bin/sh # Embed an SPU ELF executable into a PowerPC object file. # -# Copyright 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is part of GNU Binutils. # diff --git a/binutils/emul_aix.c b/binutils/emul_aix.c index 2f6a3e4..e891e78 100644 --- a/binutils/emul_aix.c +++ b/binutils/emul_aix.c @@ -1,6 +1,5 @@ /* Binutils emulation layer. - Copyright 2002, 2003, 2005, 2006, 2007, 2008, 2010 - Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. Written by Tom Rix, Red Hat Inc. This file is part of GNU Binutils. diff --git a/binutils/emul_vanilla.c b/binutils/emul_vanilla.c index d15287d..98ac822 100644 --- a/binutils/emul_vanilla.c +++ b/binutils/emul_vanilla.c @@ -1,5 +1,5 @@ /* Binutils emulation layer. - Copyright (C) 2002, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. Written by Tom Rix, Red Hat Inc. This file is part of GNU Binutils. diff --git a/binutils/filemode.c b/binutils/filemode.c index 8b29def..6c7f673 100644 --- a/binutils/filemode.c +++ b/binutils/filemode.c @@ -1,6 +1,5 @@ /* filemode.c -- make a string describing file modes - Copyright 1985, 1990, 1991, 1994, 1995, 1997, 1999, 2002, 2003, 2005, - 2007 Free Software Foundation, Inc. + Copyright (C) 1985-2014 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/binutils/ieee.c b/binutils/ieee.c index 044da31..4834047 100644 --- a/binutils/ieee.c +++ b/binutils/ieee.c @@ -1,6 +1,5 @@ /* ieee.c -- Read and write IEEE-695 debugging information. - Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. This file is part of GNU Binutils. diff --git a/binutils/is-ranlib.c b/binutils/is-ranlib.c index 947d8d2..e5d41ec 100644 --- a/binutils/is-ranlib.c +++ b/binutils/is-ranlib.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/is-strip.c b/binutils/is-strip.c index 1fddbe2..4b892ae 100644 --- a/binutils/is-strip.c +++ b/binutils/is-strip.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/makefile.vms b/binutils/makefile.vms index 7fe2e0c..0630b4b 100644 --- a/binutils/makefile.vms +++ b/binutils/makefile.vms @@ -5,7 +5,7 @@ # # Created by Klaus Kaempf, kkaempf@rmi.de # -# Copyright 2012 Free Software Foundation +# Copyright (C) 2012-2014 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/maybe-ranlib.c b/binutils/maybe-ranlib.c index 64f9514..70498cb 100644 --- a/binutils/maybe-ranlib.c +++ b/binutils/maybe-ranlib.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/maybe-strip.c b/binutils/maybe-strip.c index 0502fbb..ade4adb 100644 --- a/binutils/maybe-strip.c +++ b/binutils/maybe-strip.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/mclex.c b/binutils/mclex.c index 2f0e144..8e2a94e 100644 --- a/binutils/mclex.c +++ b/binutils/mclex.c @@ -1,6 +1,5 @@ /* mclex.c -- lexer for Windows mc files parser. - Copyright 2007 - Free Software Foundation, Inc. + Copyright (C) 2007-2014 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. diff --git a/binutils/mcparse.y b/binutils/mcparse.y index 35328d1..121cfa9 100644 --- a/binutils/mcparse.y +++ b/binutils/mcparse.y @@ -1,6 +1,5 @@ %{ /* mcparse.y -- parser for Windows mc files - Copyright 2007 - Free Software Foundation, Inc. + Copyright (C) 2007-2014 Free Software Foundation, Inc. Parser for Windows mc files Written by Kai Tietz, Onevision. diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index 64214e7..0513f29 100644 --- a/binutils/nlmconv.c +++ b/binutils/nlmconv.c @@ -1,7 +1,5 @@ /* nlmconv.c -- NLM conversion program - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/nlmconv.h b/binutils/nlmconv.h index 7ab2dd3..318a9af 100644 --- a/binutils/nlmconv.h +++ b/binutils/nlmconv.h @@ -1,5 +1,5 @@ /* nlmconv.h -- header file for NLM conversion program - Copyright 1993, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/nlmheader.y b/binutils/nlmheader.y index 9550fe5..b011279 100644 --- a/binutils/nlmheader.y +++ b/binutils/nlmheader.y @@ -1,6 +1,5 @@ %{/* nlmheader.y - parse NLM header specification keywords. - Copyright 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2005, 2007, - 2010, 2014 Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/nm.c b/binutils/nm.c index 156194f..15c48a3 100644 --- a/binutils/nm.c +++ b/binutils/nm.c @@ -1,7 +1,5 @@ /* nm.c -- Describe symbol table of a rel file. - Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1991-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/not-ranlib.c b/binutils/not-ranlib.c index 6431f84..9fa108b7 100644 --- a/binutils/not-ranlib.c +++ b/binutils/not-ranlib.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/not-strip.c b/binutils/not-strip.c index 8ffbba6..64aa244 100644 --- a/binutils/not-strip.c +++ b/binutils/not-strip.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 9a6bb72..cb2be49 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -1,5 +1,5 @@ /* objcopy.c -- copy object file from input to output, optionally massaging it. - Copyright 1991-2013 Free Software Foundation, Inc. + Copyright (C) 1991-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/objdump.c b/binutils/objdump.c index 0098ae7..20e3b09 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -1,5 +1,5 @@ /* objdump.c -- dump information about an object file. - Copyright 1990-2013 Free Software Foundation, Inc. + Copyright (C) 1990-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/objdump.h b/binutils/objdump.h index 214ecc6..5ac00e7 100644 --- a/binutils/objdump.h +++ b/binutils/objdump.h @@ -1,5 +1,5 @@ /* objdump.h - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/od-macho.c b/binutils/od-macho.c index e62f137..b97db04 100644 --- a/binutils/od-macho.c +++ b/binutils/od-macho.c @@ -1,5 +1,5 @@ /* od-macho.c -- dump information about an Mach-O object file. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Written by Tristan Gingold, Adacore. This file is part of GNU Binutils. diff --git a/binutils/od-xcoff.c b/binutils/od-xcoff.c index 223e192..ddd5af6 100644 --- a/binutils/od-xcoff.c +++ b/binutils/od-xcoff.c @@ -1,5 +1,5 @@ /* od-xcoff.c -- dump information about an xcoff object file. - Copyright 2011-2013 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Written by Tristan Gingold, Adacore. This file is part of GNU Binutils. diff --git a/binutils/po/Make-in b/binutils/po/Make-in index f8f6525..dafc461 100644 --- a/binutils/po/Make-in +++ b/binutils/po/Make-in @@ -1,6 +1,6 @@ # Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu> -# Copyright 2003, 2006, 2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file may be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License diff --git a/binutils/prdbg.c b/binutils/prdbg.c index 091cefe..fab60a6 100644 --- a/binutils/prdbg.c +++ b/binutils/prdbg.c @@ -1,6 +1,5 @@ /* prdbg.c -- Print out generic debugging information. - Copyright 1995, 1996, 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2011 Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. Tags style generation written by Salvador E. Tropea <set@computer.org>. diff --git a/binutils/ranlib.sh b/binutils/ranlib.sh index f6cee8a..0df4a37 100755 --- a/binutils/ranlib.sh +++ b/binutils/ranlib.sh @@ -1,6 +1,6 @@ #!/bin/sh # A simple ranlib script, to use less disk space than a ranlib program. -# Copyright 2004, 2007 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # This program is part of GNU Binutils. diff --git a/binutils/rclex.c b/binutils/rclex.c index 07ae179..692f713 100644 --- a/binutils/rclex.c +++ b/binutils/rclex.c @@ -1,7 +1,6 @@ /* rclex.c -- lexer for Windows rc files parser */ -/* Copyright 1997, 1998, 1999, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. +/* Copyright (C) 1997-2014 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. diff --git a/binutils/rcparse.y b/binutils/rcparse.y index f4101d5..f552ce5 100644 --- a/binutils/rcparse.y +++ b/binutils/rcparse.y @@ -1,6 +1,5 @@ %{ /* rcparse.y -- parser for Windows rc files - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008, - 2011 Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Extended by Kai Tietz, Onevision. diff --git a/binutils/rdcoff.c b/binutils/rdcoff.c index 473305e..859aefe 100644 --- a/binutils/rdcoff.c +++ b/binutils/rdcoff.c @@ -1,6 +1,5 @@ /* stabs.c -- Parse COFF debugging information - Copyright 1996, 1999, 2000, 2002, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. This file is part of GNU Binutils. diff --git a/binutils/rddbg.c b/binutils/rddbg.c index 27abd66..bfa54ab 100644 --- a/binutils/rddbg.c +++ b/binutils/rddbg.c @@ -1,6 +1,5 @@ /* rddbg.c -- Read debugging information into a generic form. - Copyright 1995, 1996, 1997, 2000, 2002, 2003, 2005, 2007, 2008, - 2010 Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. This file is part of GNU Binutils. diff --git a/binutils/readelf.c b/binutils/readelf.c index 150e84f..12c2ea3 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -1,5 +1,5 @@ /* readelf.c -- display contents of an ELF format file - Copyright 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. Originally developed by Eric Youngdale <eric@andante.jic.com> Modifications by Nick Clifton <nickc@redhat.com> diff --git a/binutils/rename.c b/binutils/rename.c index 5923a3f..41698f7 100644 --- a/binutils/rename.c +++ b/binutils/rename.c @@ -1,5 +1,5 @@ /* rename.c -- rename a file, preserving symlinks. - Copyright 1999, 2002, 2003, 2005, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/resbin.c b/binutils/resbin.c index 548ff38..8684ae3 100644 --- a/binutils/resbin.c +++ b/binutils/resbin.c @@ -1,6 +1,5 @@ /* resbin.c -- manipulate the Windows binary resource format. - Copyright 1997, 1998, 1999, 2002, 2003, 2005, 2006, 2007, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/rescoff.c b/binutils/rescoff.c index c594719..607c823 100644 --- a/binutils/rescoff.c +++ b/binutils/rescoff.c @@ -1,5 +1,5 @@ /* rescoff.c -- read and write resources in Windows COFF files. - Copyright 1997-2013 Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/resrc.c b/binutils/resrc.c index bfc3bd4..65f1c11 100644 --- a/binutils/resrc.c +++ b/binutils/resrc.c @@ -1,6 +1,5 @@ /* resrc.c -- read and write Windows rc files. - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008, 2011 - Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/resres.c b/binutils/resres.c index 84f956f..03c42e6 100644 --- a/binutils/resres.c +++ b/binutils/resres.c @@ -1,5 +1,5 @@ /* resres.c: read_res_file and write_res_file implementation for windres. - Copyright 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. Written by Anders Norlander <anorland@hem2.passagen.se>. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/sanity.sh b/binutils/sanity.sh index 8edb490..5fa0cfc 100755 --- a/binutils/sanity.sh +++ b/binutils/sanity.sh @@ -2,7 +2,7 @@ ### quick sanity test for the binutils. ### # This file was written K. Richard Pixley. -# Copyright 2007 Free Software Foundation, Inc. +# Copyright (C) 2007-2014 Free Software Foundation, Inc. # This program is part of GNU Binutils. diff --git a/binutils/size.c b/binutils/size.c index 0937de5..e727165 100644 --- a/binutils/size.c +++ b/binutils/size.c @@ -1,7 +1,5 @@ /* size.c -- report size of various sections of an executable file. - Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 1991-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/srconv.c b/binutils/srconv.c index dcf33b9..13119b4 100644 --- a/binutils/srconv.c +++ b/binutils/srconv.c @@ -1,6 +1,5 @@ /* srconv.c -- Sysroff conversion program - Copyright 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/stabs.c b/binutils/stabs.c index 8b45977..2a2674d 100644 --- a/binutils/stabs.c +++ b/binutils/stabs.c @@ -1,6 +1,5 @@ /* stabs.c -- Parse stabs debugging information - Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. This file is part of GNU Binutils. diff --git a/binutils/strings.c b/binutils/strings.c index d591630..bb00d41 100644 --- a/binutils/strings.c +++ b/binutils/strings.c @@ -1,7 +1,5 @@ /* strings -- print the strings of printable characters in files - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/binutils/sysdep.h b/binutils/sysdep.h index 5164e79..3312925 100644 --- a/binutils/sysdep.h +++ b/binutils/sysdep.h @@ -1,7 +1,5 @@ /* sysdep.h -- handle host dependencies for binutils - Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2012 - Free Software Foundation, Inc. + Copyright (C) 1991-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/sysdump.c b/binutils/sysdump.c index 4d5d38d..5ae324f 100644 --- a/binutils/sysdump.c +++ b/binutils/sysdump.c @@ -1,6 +1,5 @@ /* Sysroff object format dumper. - Copyright 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, - 2009, 2011 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/sysinfo.y b/binutils/sysinfo.y index bab635e..b675491 100644 --- a/binutils/sysinfo.y +++ b/binutils/sysinfo.y @@ -1,4 +1,4 @@ -/* Copyright 2001, 2003, 2005, 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2001-2014 Free Software Foundation, Inc. Written by Steve Chamberlain of Cygnus Support (steve@cygnus.com). This file is part of GNU binutils. diff --git a/binutils/syslex.l b/binutils/syslex.l index 14aee73..0b99b1a 100644 --- a/binutils/syslex.l +++ b/binutils/syslex.l @@ -1,7 +1,7 @@ %option noinput nounput %{ -/* Copyright 2001, 2003, 2005, 2007, 2011, 2012 Free Software Foundation, Inc. +/* Copyright (C) 2001-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. diff --git a/binutils/syslex_wrap.c b/binutils/syslex_wrap.c index 49c65f6..7d02616 100644 --- a/binutils/syslex_wrap.c +++ b/binutils/syslex_wrap.c @@ -1,4 +1,4 @@ -/* Copyright 2012 Free Software Foundation, Inc. +/* Copyright (C) 2012-2014 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 59db81c..26091ec 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -311,7 +311,7 @@ For older changes see ChangeLog-0411 -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/binutils/testsuite/binutils-all/ar.exp b/binutils/testsuite/binutils-all/ar.exp index 6efc159..cbfb39e 100644 --- a/binutils/testsuite/binutils-all/ar.exp +++ b/binutils/testsuite/binutils-all/ar.exp @@ -1,5 +1,4 @@ -# Copyright 1995, 1997, 2002, 2004, 2007, 2008, 2009, 2010, 2012 -# Free Software Foundation, Inc. +# Copyright (C) 1995-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/arm/objdump.exp b/binutils/testsuite/binutils-all/arm/objdump.exp index 321e2a9..93c44da 100644 --- a/binutils/testsuite/binutils-all/arm/objdump.exp +++ b/binutils/testsuite/binutils-all/arm/objdump.exp @@ -1,5 +1,4 @@ -# Copyright 2004, 2007, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/bfin/objdump.exp b/binutils/testsuite/binutils-all/bfin/objdump.exp index df7d4da..ba803ee 100644 --- a/binutils/testsuite/binutils-all/bfin/objdump.exp +++ b/binutils/testsuite/binutils-all/bfin/objdump.exp @@ -1,5 +1,4 @@ -# Copyright 2009 -# Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/compress.exp b/binutils/testsuite/binutils-all/compress.exp index 8cf6138..570425b 100644 --- a/binutils/testsuite/binutils-all/compress.exp +++ b/binutils/testsuite/binutils-all/compress.exp @@ -1,5 +1,4 @@ -# Copyright 2010, 2012 -# Free Software Foundation, Inc. +# Copyright (C) 2010-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/dlltool.exp b/binutils/testsuite/binutils-all/dlltool.exp index e0385d7..169fe2c 100644 --- a/binutils/testsuite/binutils-all/dlltool.exp +++ b/binutils/testsuite/binutils-all/dlltool.exp @@ -1,4 +1,4 @@ -# Copyright 2002, 2004, 2006, 2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/dw2-1.S b/binutils/testsuite/binutils-all/dw2-1.S index ed46cd0..234b11b 100644 --- a/binutils/testsuite/binutils-all/dw2-1.S +++ b/binutils/testsuite/binutils-all/dw2-1.S @@ -1,6 +1,6 @@ /* This testcase is derived from a similar test in GDB. - Copyright 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/dw2-2.S b/binutils/testsuite/binutils-all/dw2-2.S index d9046a9..e792e8a 100644 --- a/binutils/testsuite/binutils-all/dw2-2.S +++ b/binutils/testsuite/binutils-all/dw2-2.S @@ -1,6 +1,6 @@ /* This testcase is derived from a similar test in GDB. - Copyright 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/dw2-compressed.S b/binutils/testsuite/binutils-all/dw2-compressed.S index 37ba916..b38961a 100644 --- a/binutils/testsuite/binutils-all/dw2-compressed.S +++ b/binutils/testsuite/binutils-all/dw2-compressed.S @@ -1,6 +1,6 @@ /* This testcase is derived from a similar test in GDB. - Copyright 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/elfedit.exp b/binutils/testsuite/binutils-all/elfedit.exp index 500906d..c5465dc 100644 --- a/binutils/testsuite/binutils-all/elfedit.exp +++ b/binutils/testsuite/binutils-all/elfedit.exp @@ -1,5 +1,4 @@ -# Copyright 2010, 2011 -# Free Software Foundation, Inc. +# Copyright (C) 2010-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/hppa/objdump.exp b/binutils/testsuite/binutils-all/hppa/objdump.exp index c6d1640..833230b 100644 --- a/binutils/testsuite/binutils-all/hppa/objdump.exp +++ b/binutils/testsuite/binutils-all/hppa/objdump.exp @@ -1,5 +1,4 @@ -# Copyright 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2007, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1993-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/i386/i386.exp b/binutils/testsuite/binutils-all/i386/i386.exp index 4b9fffd..7b85ba4 100644 --- a/binutils/testsuite/binutils-all/i386/i386.exp +++ b/binutils/testsuite/binutils-all/i386/i386.exp @@ -1,5 +1,4 @@ -# Copyright 2010, 2012 -# Free Software Foundation, Inc. +# Copyright (C) 2010-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/m68k/objdump.exp b/binutils/testsuite/binutils-all/m68k/objdump.exp index 5043ef7..c50009b 100644 --- a/binutils/testsuite/binutils-all/m68k/objdump.exp +++ b/binutils/testsuite/binutils-all/m68k/objdump.exp @@ -1,5 +1,4 @@ -# Copyright 2004, 2007, 2009, 2010 -# Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/mips/mips.exp b/binutils/testsuite/binutils-all/mips/mips.exp index eba8868..b325307 100644 --- a/binutils/testsuite/binutils-all/mips/mips.exp +++ b/binutils/testsuite/binutils-all/mips/mips.exp @@ -1,5 +1,4 @@ -# Copyright 2013 -# Free Software Foundation, Inc. +# Copyright (C) 2013-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/nm.exp b/binutils/testsuite/binutils-all/nm.exp index e9e7f5f..1a5667b 100644 --- a/binutils/testsuite/binutils-all/nm.exp +++ b/binutils/testsuite/binutils-all/nm.exp @@ -1,4 +1,4 @@ -# Copyright 1993, 1994, 1995, 1997, 2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 1993-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index dca962d..046697d 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -1,6 +1,4 @@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2006, 2007, 2009, 2010, 2011 -# Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index aa1ff2c..8f41fde 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -1,6 +1,4 @@ -# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2007, 2008, 2009, 2011, 2012 -# Free Software Foundation, Inc. +# Copyright (C) 1993-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp index 9a3e6bd..2a6bc6a 100644 --- a/binutils/testsuite/binutils-all/readelf.exp +++ b/binutils/testsuite/binutils-all/readelf.exp @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/size.exp b/binutils/testsuite/binutils-all/size.exp index 5050a54..47cf91b 100644 --- a/binutils/testsuite/binutils-all/size.exp +++ b/binutils/testsuite/binutils-all/size.exp @@ -1,5 +1,4 @@ -# Copyright 1993, 1994, 1995, 1997, 1998, 2007, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1993-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/vax/objdump.exp b/binutils/testsuite/binutils-all/vax/objdump.exp index f4734a5..1cbbedd 100644 --- a/binutils/testsuite/binutils-all/vax/objdump.exp +++ b/binutils/testsuite/binutils-all/vax/objdump.exp @@ -1,6 +1,5 @@ # -# Copyright 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2005, 2007, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1993-2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/windres/README b/binutils/testsuite/binutils-all/windres/README index 6711446..4658cb3 100644 --- a/binutils/testsuite/binutils-all/windres/README +++ b/binutils/testsuite/binutils-all/windres/README @@ -26,7 +26,7 @@ parsing or comparing should be xfailed. The windres tests only run for ix86 targets, because the MSVC-generated *.rsd files are generated for that. -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/binutils/testsuite/binutils-all/windres/msupdate b/binutils/testsuite/binutils-all/windres/msupdate index 94d3698..f723c97 100755 --- a/binutils/testsuite/binutils-all/windres/msupdate +++ b/binutils/testsuite/binutils-all/windres/msupdate @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2001, 2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/windres/windres.exp b/binutils/testsuite/binutils-all/windres/windres.exp index 9f8dd25..77ef7b8 100644 --- a/binutils/testsuite/binutils-all/windres/windres.exp +++ b/binutils/testsuite/binutils-all/windres/windres.exp @@ -1,4 +1,4 @@ -# Copyright 2001, 2003, 2004, 2006, 2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/binutils-all/x86-64/x86-64.exp b/binutils/testsuite/binutils-all/x86-64/x86-64.exp index ccabc635..0bb1c9f 100644 --- a/binutils/testsuite/binutils-all/x86-64/x86-64.exp +++ b/binutils/testsuite/binutils-all/x86-64/x86-64.exp @@ -1,5 +1,4 @@ -# Copyright 2010, 2012 -# Free Software Foundation, Inc. +# Copyright (C) 2010-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/config/default.exp b/binutils/testsuite/config/default.exp index c5595a1..4694863 100644 --- a/binutils/testsuite/config/default.exp +++ b/binutils/testsuite/config/default.exp @@ -1,5 +1,4 @@ -# Copyright 1993, 1994, 1995, 1997, 1999, 2001, 2002, 2004, 2005, 2007, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1993-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/testsuite/lib/binutils-common.exp b/binutils/testsuite/lib/binutils-common.exp index af0040e..14a8122 100644 --- a/binutils/testsuite/lib/binutils-common.exp +++ b/binutils/testsuite/lib/binutils-common.exp @@ -1,5 +1,4 @@ -# Copyright 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003, 2004, 2006, 2007, -# 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +# Copyright (C) 1993-2014 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/binutils/testsuite/lib/utils-lib.exp b/binutils/testsuite/lib/utils-lib.exp index 3fe6c14..b7f5101 100644 --- a/binutils/testsuite/lib/utils-lib.exp +++ b/binutils/testsuite/lib/utils-lib.exp @@ -1,5 +1,4 @@ -# Copyright 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003, 2004, 2006, 2007, -# 2009, 2010, 2012 Free Software Foundation, Inc. +# Copyright (C) 1993-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/binutils/unwind-ia64.c b/binutils/unwind-ia64.c index 249114f..642f9b2 100644 --- a/binutils/unwind-ia64.c +++ b/binutils/unwind-ia64.c @@ -1,6 +1,5 @@ /* unwind-ia64.c -- utility routines to dump IA-64 unwind info for readelf. - Copyright 2000, 2001, 2002, 2003, 2005, 2007, 2012 - Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> diff --git a/binutils/unwind-ia64.h b/binutils/unwind-ia64.h index b004bc3..a1cfa34 100644 --- a/binutils/unwind-ia64.h +++ b/binutils/unwind-ia64.h @@ -1,5 +1,5 @@ /* unwind-ia64.h -- dump IA-64 unwind info. - Copyright 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of GNU Binutils. diff --git a/binutils/version.c b/binutils/version.c index 5c3fd73..fab6bf9 100644 --- a/binutils/version.c +++ b/binutils/version.c @@ -1,7 +1,5 @@ /* version.c -- binutils version information - Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 - Free Software Foundation, Inc. + Copyright (C) 1991-2014 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -33,7 +31,7 @@ print_version (const char *name) /* This output is intended to follow the GNU standards document. */ /* xgettext:c-format */ printf ("GNU %s %s\n", name, BFD_VERSION_STRING); - printf (_("Copyright 2014 Free Software Foundation, Inc.\n")); + printf (_("Copyright (C) 2014 Free Software Foundation, Inc.\n")); printf (_("\ This program is free software; you may redistribute it under the terms of\n\ the GNU General Public License version 3 or (at your option) any later version.\n\ diff --git a/binutils/windint.h b/binutils/windint.h index 0a75899..cfbfb7a 100644 --- a/binutils/windint.h +++ b/binutils/windint.h @@ -1,6 +1,5 @@ /* windint.h -- internal header file for windres program. - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2011 - Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. This file is part of GNU Binutils. diff --git a/binutils/windmc.c b/binutils/windmc.c index e4f9b59..01785db 100644 --- a/binutils/windmc.c +++ b/binutils/windmc.c @@ -1,6 +1,5 @@ /* windmc.c -- a program to compile Windows message files. - Copyright 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2007-2014 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. This file is part of GNU Binutils. diff --git a/binutils/windmc.h b/binutils/windmc.h index 9ce638f..5b556fa 100644 --- a/binutils/windmc.h +++ b/binutils/windmc.h @@ -1,6 +1,5 @@ /* windmc.h -- header file for windmc program. - Copyright 2007 - Free Software Foundation, Inc. + Copyright (C) 2007-2014 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. This file is part of GNU Binutils. diff --git a/binutils/windres.c b/binutils/windres.c index 64afb3a..7fa90fc 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -1,5 +1,5 @@ /* windres.c -- a program to manipulate Windows resources - Copyright 1997-2013 Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/windres.h b/binutils/windres.h index bd6dd05..2d0b3ff 100644 --- a/binutils/windres.h +++ b/binutils/windres.h @@ -1,6 +1,5 @@ /* windres.h -- header file for windres program. - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2011 - Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/winduni.c b/binutils/winduni.c index f3fb280..b0b729e 100644 --- a/binutils/winduni.c +++ b/binutils/winduni.c @@ -1,5 +1,5 @@ /* winduni.c -- unicode support for the windres program. - Copyright 1997-2013 Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/winduni.h b/binutils/winduni.h index 8b3a389..a4a4877 100644 --- a/binutils/winduni.h +++ b/binutils/winduni.h @@ -1,6 +1,5 @@ /* winduni.h -- header file for unicode support for windres program. - Copyright 1997, 1998, 2002, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. diff --git a/binutils/wrstabs.c b/binutils/wrstabs.c index bbf257e..a931094 100644 --- a/binutils/wrstabs.c +++ b/binutils/wrstabs.c @@ -1,6 +1,5 @@ /* wrstabs.c -- Output stabs debugging information - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, - 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. This file is part of GNU Binutils. |