diff options
Diffstat (limited to 'gas')
534 files changed, 543 insertions, 888 deletions
diff --git a/gas/CONTRIBUTORS b/gas/CONTRIBUTORS index 21403d70750..c0384e21f6d 100644 --- a/gas/CONTRIBUTORS +++ b/gas/CONTRIBUTORS @@ -109,7 +109,7 @@ you've contributed significant work and are not mentioned on this list, and want to be, let us know. Some of the history has been lost; we aren't intentionally leaving anyone out. -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/gas/ChangeLog b/gas/ChangeLog index 0549f392214..b77f6e64549 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2014-03-05 Alan Modra <amodra@gmail.com> + Update copyright years. + +2014-03-05 Alan Modra <amodra@gmail.com> + * config/tc-ppc.c (ppc_elf_suffix): Support @localentry. (md_apply_fix): Support R_PPC64_ADDR64_LOCAL. diff --git a/gas/ChangeLog-9697 b/gas/ChangeLog-9697 index 499daf4723f..96e1aee33b6 100644 --- a/gas/ChangeLog-9697 +++ b/gas/ChangeLog-9697 @@ -5958,7 +5958,7 @@ Tue Jan 2 12:43:23 1996 Jim Wilson <wilson@chestnut.cygnus.com> For older changes see ChangeLog-9295 -Copyright (C) 1996,1997 Free Software Foundation, Inc. +Copyright (C) 1996-1997 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/gas/ChangeLog-9899 b/gas/ChangeLog-9899 index 97276f4fb80..99cf19d0956 100644 --- a/gas/ChangeLog-9899 +++ b/gas/ChangeLog-9899 @@ -4859,7 +4859,7 @@ Fri Jan 2 16:08:54 1998 Ian Lance Taylor <ian@cygnus.com> For older changes see ChangeLog-9697 -Copyright (C) 1998,1999 Free Software Foundation, Inc. +Copyright (C) 1998-1999 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/gas/MAINTAINERS b/gas/MAINTAINERS index cd933df76d7..360ebd01c4f 100644 --- a/gas/MAINTAINERS +++ b/gas/MAINTAINERS @@ -1,6 +1,6 @@ See ../binutils/MAINTAINERS -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/gas/Makefile.am b/gas/Makefile.am index cf6d877d086..6199a96ed1d 100644 --- a/gas/Makefile.am +++ b/gas/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 @@ -617,7 +617,7 @@ Changes in 1.93.01: of new CPUs and formats, lots of bugs fixed. -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/gas/README b/gas/README index b1859770f28..9eb0a98fd73 100644 --- a/gas/README +++ b/gas/README @@ -163,7 +163,7 @@ all of the maintainers read that list. See ../binutils/README for what we need in a bug report. -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/gas/app.c b/gas/app.c index 1a7ce95289b..81e6b9dbd43 100644 --- a/gas/app.c +++ b/gas/app.c @@ -1,7 +1,5 @@ /* This is the Assembler Pre-Processor - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2012 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -1,5 +1,5 @@ /* as.c - GAS main program. - Copyright 1987-2014 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -626,7 +626,7 @@ parse_args (int * pargc, char *** pargv) case OPTION_VERSION: /* This output is intended to follow the GNU standards document. */ printf (_("GNU assembler %s\n"), 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 later.\n\ @@ -1,5 +1,5 @@ /* as.h - global header file - Copyright 1987-2013 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/asintl.h b/gas/asintl.h index b392bb34906..16348726ccd 100644 --- a/gas/asintl.h +++ b/gas/asintl.h @@ -1,5 +1,5 @@ /* asintl.h - gas-specific header for gettext code. - Copyright 1998, 1999, 2000, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. Written by Tom Tromey <tromey@cygnus.com> diff --git a/gas/atof-generic.c b/gas/atof-generic.c index 40a9ff04922..ced567b3bbe 100644 --- a/gas/atof-generic.c +++ b/gas/atof-generic.c @@ -1,6 +1,5 @@ /* atof_generic.c - turn a string of digits into a Flonum - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, - 2001, 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/bignum.h b/gas/bignum.h index 41c35599886..4ec1b470079 100644 --- a/gas/bignum.h +++ b/gas/bignum.h @@ -1,5 +1,5 @@ /* bignum.h-arbitrary precision integers - Copyright 1987, 1992, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/bit_fix.h b/gas/bit_fix.h index a83bddc3f00..809905c333d 100644 --- a/gas/bit_fix.h +++ b/gas/bit_fix.h @@ -1,6 +1,5 @@ /* bit_fix.h - Copyright 1987, 1992, 2000, 2001, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/cgen.c b/gas/cgen.c index f7706c1f4ed..61ac60dc264 100644 --- a/gas/cgen.c +++ b/gas/cgen.c @@ -1,6 +1,5 @@ /* GAS interface for targets using CGEN: Cpu tools GENerator. - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/cgen.h b/gas/cgen.h index 847e042dfca..0b85b389862 100644 --- a/gas/cgen.h +++ b/gas/cgen.h @@ -1,6 +1,5 @@ /* GAS cgen support. - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2011 - Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/compress-debug.c b/gas/compress-debug.c index 09076002d7c..7a49e426520 100644 --- a/gas/compress-debug.c +++ b/gas/compress-debug.c @@ -1,5 +1,5 @@ /* compress-debug.c - compress debug sections - Copyright 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/compress-debug.h b/gas/compress-debug.h index 9d821e9155c..54085ff3ab6 100644 --- a/gas/compress-debug.h +++ b/gas/compress-debug.h @@ -1,5 +1,5 @@ /* compress-debug.h - Header file for compressed debug sections. - Copyright 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/cond.c b/gas/cond.c index c30912334f0..3b9b450572a 100644 --- a/gas/cond.c +++ b/gas/cond.c @@ -1,6 +1,5 @@ /* cond.c - conditional assembly pseudo-ops, and .include - Copyright 1990, 1991, 1992, 1993, 1995, 1997, 1998, 2000, 2001, 2002, - 2003, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 1990-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/aout_gnu.h b/gas/config/aout_gnu.h index 99186b9010a..35ab91b05a6 100644 --- a/gas/config/aout_gnu.h +++ b/gas/config/aout_gnu.h @@ -1,7 +1,6 @@ /* This file is aout_gnu.h - Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 2000, 2002, - 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/atof-ieee.c b/gas/config/atof-ieee.c index 32e57076a43..d23405c24ea 100644 --- a/gas/config/atof-ieee.c +++ b/gas/config/atof-ieee.c @@ -1,6 +1,5 @@ /* atof_ieee.c - turn a Flonum into an IEEE floating point number - Copyright 1987, 1992, 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2005, - 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/atof-vax.c b/gas/config/atof-vax.c index 6e81ffe3ab4..9075b975dcf 100644 --- a/gas/config/atof-vax.c +++ b/gas/config/atof-vax.c @@ -1,6 +1,5 @@ /* atof_vax.c - turn a Flonum into a VAX floating point number - Copyright 1987, 1992, 1993, 1995, 1997, 1999, 2000, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/bfin-aux.h b/gas/config/bfin-aux.h index e78a4e841cf..44665b95947 100644 --- a/gas/config/bfin-aux.h +++ b/gas/config/bfin-aux.h @@ -1,6 +1,5 @@ /* bfin-aux.h ADI Blackfin Header file for gas - Copyright 2005, 2007, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/bfin-defs.h b/gas/config/bfin-defs.h index b43fe76b6e1..0f494c89213 100644 --- a/gas/config/bfin-defs.h +++ b/gas/config/bfin-defs.h @@ -1,6 +1,5 @@ /* bfin-defs.h ADI Blackfin gas header file - Copyright 2005, 2006, 2007, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/bfin-lex-wrapper.c b/gas/config/bfin-lex-wrapper.c index 5cb9d7bedff..d836c303048 100644 --- a/gas/config/bfin-lex-wrapper.c +++ b/gas/config/bfin-lex-wrapper.c @@ -1,4 +1,4 @@ -/* Copyright 2012 Free Software Foundation, Inc. +/* Copyright (C) 2012-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/bfin-lex.l b/gas/config/bfin-lex.l index 9792323bbce..c8462c568ca 100644 --- a/gas/config/bfin-lex.l +++ b/gas/config/bfin-lex.l @@ -1,6 +1,5 @@ /* bfin-lex.l ADI Blackfin lexer - Copyright 2005, 2006, 2007, 2008, 2010 - Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/bfin-parse.y b/gas/config/bfin-parse.y index 4eaf6f1b7aa..fe742ad33fc 100644 --- a/gas/config/bfin-parse.y +++ b/gas/config/bfin-parse.y @@ -1,6 +1,5 @@ /* bfin-parse.y ADI Blackfin parser - Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/e-crisaout.c b/gas/config/e-crisaout.c index 4adeb0b1a94..c1fa5448c4d 100644 --- a/gas/config/e-crisaout.c +++ b/gas/config/e-crisaout.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/e-criself.c b/gas/config/e-criself.c index f4372f0088f..db869241ee3 100644 --- a/gas/config/e-criself.c +++ b/gas/config/e-criself.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/e-i386aout.c b/gas/config/e-i386aout.c index 779111a7d4e..7fd7c319b95 100644 --- a/gas/config/e-i386aout.c +++ b/gas/config/e-i386aout.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/e-i386coff.c b/gas/config/e-i386coff.c index 6cc42c0a947..272a167494d 100644 --- a/gas/config/e-i386coff.c +++ b/gas/config/e-i386coff.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/e-i386elf.c b/gas/config/e-i386elf.c index 8fbd878c202..a5b271317f4 100644 --- a/gas/config/e-i386elf.c +++ b/gas/config/e-i386elf.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/e-mipself.c b/gas/config/e-mipself.c index 8f37b823473..bc7f09ffd14 100644 --- a/gas/config/e-mipself.c +++ b/gas/config/e-mipself.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/itbl-mips.h b/gas/config/itbl-mips.h index 90c83d1d4b9..69f1dc4725f 100644 --- a/gas/config/itbl-mips.h +++ b/gas/config/itbl-mips.h @@ -1,6 +1,6 @@ /* itbl-mips.h - Copyright 1997, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/m68k-parse.h b/gas/config/m68k-parse.h index 4f91385f922..b4c0b5b68a1 100644 --- a/gas/config/m68k-parse.h +++ b/gas/config/m68k-parse.h @@ -1,6 +1,5 @@ /* m68k-parse.h -- header file for m68k assembler - Copyright 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, - 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/m68k-parse.y b/gas/config/m68k-parse.y index 2c58266fb8e..d5c59a1875d 100644 --- a/gas/config/m68k-parse.y +++ b/gas/config/m68k-parse.y @@ -1,6 +1,5 @@ /* m68k.y -- bison grammar for m68k operand parsing - Copyright 1995, 1996, 1997, 1998, 2001, 2003, 2004, 2005, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. Written by Ken Raeburn and Ian Lance Taylor, Cygnus Support This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-aout.c b/gas/config/obj-aout.c index ce7213596d8..28369c0ef87 100644 --- a/gas/config/obj-aout.c +++ b/gas/config/obj-aout.c @@ -1,7 +1,5 @@ /* a.out object file format - Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2010, 2012 - Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-aout.h b/gas/config/obj-aout.h index c4184d8ecc0..784dae74012 100644 --- a/gas/config/obj-aout.h +++ b/gas/config/obj-aout.h @@ -1,6 +1,5 @@ /* obj-aout.h, a.out object file format for gas, the assembler. - Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2000, - 2002, 2003, 2005, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-coff-seh.c b/gas/config/obj-coff-seh.c index 83e8cb669c8..88c4a87dc38 100644 --- a/gas/config/obj-coff-seh.c +++ b/gas/config/obj-coff-seh.c @@ -1,6 +1,5 @@ /* seh pdata/xdata coff object file format - Copyright 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of GAS. diff --git a/gas/config/obj-coff-seh.h b/gas/config/obj-coff-seh.h index 71c803f257c..cf4d216e675 100644 --- a/gas/config/obj-coff-seh.h +++ b/gas/config/obj-coff-seh.h @@ -1,6 +1,5 @@ /* seh pdata/xdata coff object file format - Copyright 2009, 2010, 2012 - Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of GAS. diff --git a/gas/config/obj-coff.c b/gas/config/obj-coff.c index dbe2f079e81..79c8f88cd63 100644 --- a/gas/config/obj-coff.c +++ b/gas/config/obj-coff.c @@ -1,7 +1,5 @@ /* coff object file format - Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GAS. diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h index ff5548eab4e..cf5b95fc04d 100644 --- a/gas/config/obj-coff.h +++ b/gas/config/obj-coff.h @@ -1,7 +1,5 @@ /* coff object file format - Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GAS. diff --git a/gas/config/obj-ecoff.c b/gas/config/obj-ecoff.c index a3e5308da63..3c1df472b4d 100644 --- a/gas/config/obj-ecoff.c +++ b/gas/config/obj-ecoff.c @@ -1,6 +1,5 @@ /* ECOFF object file format. - Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, - 2005, 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. Contributed by Cygnus Support. This file was put together by Ian Lance Taylor <ian@cygnus.com>. diff --git a/gas/config/obj-ecoff.h b/gas/config/obj-ecoff.h index 1d93dd96369..70cafdf4888 100644 --- a/gas/config/obj-ecoff.h +++ b/gas/config/obj-ecoff.h @@ -1,6 +1,5 @@ /* ECOFF object file format header file. - Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2002, 2004, 2005, - 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Ian Lance Taylor <ian@cygnus.com>. diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index 33772619194..52c6b641227 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -1,7 +1,5 @@ /* ELF object file format - Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1992-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h index d4fd4d5551d..1e9d5307eec 100644 --- a/gas/config/obj-elf.h +++ b/gas/config/obj-elf.h @@ -1,7 +1,5 @@ /* ELF object file format. - Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1992-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-evax.c b/gas/config/obj-evax.c index 2fda63d7f10..a38269c4d14 100644 --- a/gas/config/obj-evax.c +++ b/gas/config/obj-evax.c @@ -1,6 +1,5 @@ /* obj-evax.c - EVAX (openVMS/Alpha) object file format. - Copyright 1996, 1997, 2005, 2007, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. Contributed by Klaus Kämpf (kkaempf@progis.de) of proGIS Software, Aachen, Germany. Extensively enhanced by Douglas Rupp of AdaCore. diff --git a/gas/config/obj-evax.h b/gas/config/obj-evax.h index b7520b77a75..c1fc9be197e 100644 --- a/gas/config/obj-evax.h +++ b/gas/config/obj-evax.h @@ -1,6 +1,5 @@ /* This file is obj-evax.h - Copyright 1996, 2000, 2005, 2007, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. Contributed by Klaus Kämpf (kkaempf@progis.de) of proGIS Software, Aachen, Germany. diff --git a/gas/config/obj-fdpicelf.c b/gas/config/obj-fdpicelf.c index 120cd00a589..13d945dcba9 100644 --- a/gas/config/obj-fdpicelf.c +++ b/gas/config/obj-fdpicelf.c @@ -1,5 +1,4 @@ -/* Copyright 2012 - Free Software Foundation, Inc. +/* Copyright (C) 2012-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-fdpicelf.h b/gas/config/obj-fdpicelf.h index a8dd7b56ee2..6da1ef2d3ac 100644 --- a/gas/config/obj-fdpicelf.h +++ b/gas/config/obj-fdpicelf.h @@ -1,5 +1,4 @@ -/* Copyright 2012 - Free Software Foundation, Inc. +/* Copyright (C) 2012-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-macho.c b/gas/config/obj-macho.c index 21281a0ef13..ec2984702d4 100644 --- a/gas/config/obj-macho.c +++ b/gas/config/obj-macho.c @@ -1,5 +1,5 @@ /* Mach-O object file format - Copyright 2009, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-macho.h b/gas/config/obj-macho.h index 92cb8ef8789..632fb8dea59 100644 --- a/gas/config/obj-macho.h +++ b/gas/config/obj-macho.h @@ -1,5 +1,5 @@ /* Mach-O object file format for gas, the assembler. - Copyright 2009, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-multi.c b/gas/config/obj-multi.c index 0741137a0ed..8c78d628598 100644 --- a/gas/config/obj-multi.c +++ b/gas/config/obj-multi.c @@ -1,4 +1,4 @@ -/* Copyright 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-multi.h b/gas/config/obj-multi.h index 353162eacf0..e656e2caa58 100644 --- a/gas/config/obj-multi.h +++ b/gas/config/obj-multi.h @@ -1,6 +1,5 @@ /* Multiple object format emulation. - Copyright 1995, 1996, 1997, 1999, 2000, 2002, 2004, 2005, 2007, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-som.c b/gas/config/obj-som.c index 9598e10eebb..47acab869d3 100644 --- a/gas/config/obj-som.c +++ b/gas/config/obj-som.c @@ -1,6 +1,5 @@ /* SOM object file format. - Copyright 1993, 1994, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/obj-som.h b/gas/config/obj-som.h index 9fac3c253ce..bb2aead88eb 100644 --- a/gas/config/obj-som.h +++ b/gas/config/obj-som.h @@ -1,6 +1,5 @@ /* SOM object file format. - Copyright 1993, 1994, 1995, 1998, 2000, 2004, 2005, 2006, 2007 - Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/rl78-defs.h b/gas/config/rl78-defs.h index ebe19a97ae0..e4167062f35 100644 --- a/gas/config/rl78-defs.h +++ b/gas/config/rl78-defs.h @@ -1,6 +1,5 @@ /* rl78-defs.h Renesas RL78 internal definitions - Copyright 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/rl78-parse.y b/gas/config/rl78-parse.y index 1f01920ce0f..1ef3c8dfd82 100644 --- a/gas/config/rl78-parse.y +++ b/gas/config/rl78-parse.y @@ -1,5 +1,5 @@ /* rl78-parse.y Renesas RL78 parser - Copyright 2011-2013 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/rx-defs.h b/gas/config/rx-defs.h index 78ab4dff988..93c4fa9cc40 100644 --- a/gas/config/rx-defs.h +++ b/gas/config/rx-defs.h @@ -1,5 +1,5 @@ /* rx-defs.h Renesas RX internal definitions - Copyright 2008-2013 Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/rx-parse.y b/gas/config/rx-parse.y index 3933e6b9e2f..c4cba9f7185 100644 --- a/gas/config/rx-parse.y +++ b/gas/config/rx-parse.y @@ -1,5 +1,5 @@ /* rx-parse.y Renesas RX parser - Copyright 2008-2013 Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index 4b243ce34e4..c08e8af856e 100644 --- a/gas/config/tc-aarch64.c +++ b/gas/config/tc-aarch64.c @@ -1,7 +1,6 @@ /* tc-aarch64.c -- Assemble for the AArch64 ISA - Copyright 2009, 2010, 2011, 2012, 2013 - Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/config/tc-aarch64.h b/gas/config/tc-aarch64.h index 74a81d65497..e8e26da5567 100644 --- a/gas/config/tc-aarch64.h +++ b/gas/config/tc-aarch64.h @@ -1,5 +1,5 @@ /* tc-aarch64.h -- Header file for tc-aarch64.c. - Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/config/tc-alpha.c b/gas/config/tc-alpha.c index d020896d689..ea6aa19056a 100644 --- a/gas/config/tc-alpha.c +++ b/gas/config/tc-alpha.c @@ -1,7 +1,5 @@ /* tc-alpha.c - Processor-specific code for the DEC Alpha AXP CPU. - Copyright 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. Contributed by Carnegie Mellon University, 1993. Written by Alessandro Forin, based on earlier gas-1.38 target CPU files. Modified by Ken Raeburn for gas-2.x and ECOFF support. diff --git a/gas/config/tc-alpha.h b/gas/config/tc-alpha.h index 284c1e41800..443eff4c345 100644 --- a/gas/config/tc-alpha.h +++ b/gas/config/tc-alpha.h @@ -1,7 +1,5 @@ /* This file is tc-alpha.h - Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 - 2005, 2006, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Written by Ken Raeburn <raeburn@cygnus.com>. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c index 8d2da96bc7b..e8de1bb5ce6 100644 --- a/gas/config/tc-arc.c +++ b/gas/config/tc-arc.c @@ -1,6 +1,5 @@ /* tc-arc.c -- Assembler for the ARC - Copyright 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2009, 2011 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Contributed by Doug Evans (dje@cygnus.com). This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-arc.h b/gas/config/tc-arc.h index 26c0d5f6882..63cf826d36a 100644 --- a/gas/config/tc-arc.h +++ b/gas/config/tc-arc.h @@ -1,6 +1,5 @@ /* tc-arc.h - Macros and type defines for the ARC. - Copyright 1994, 1995, 1997, 2000, 2001, 2002, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Contributed by Doug Evans (dje@cygnus.com). This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index e596217f9b6..b3c974bbe52 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -1,5 +1,5 @@ /* tc-arm.c -- Assemble for the ARM - Copyright 1994-2013 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org) Modified by David Taylor (dtaylor@armltd.co.uk) Cirrus coprocessor mods by Aldy Hernandez (aldyh@redhat.com) diff --git a/gas/config/tc-arm.h b/gas/config/tc-arm.h index 3a0fab030aa..ea078015a08 100644 --- a/gas/config/tc-arm.h +++ b/gas/config/tc-arm.h @@ -1,6 +1,5 @@ /* This file is tc-arm.h - Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2012 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org) Modified by David Taylor (dtaylor@armltd.co.uk) diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index 6a672d8b207..8b261edb697 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -1,6 +1,6 @@ /* tc-avr.c -- Assembler code for the ATMEL AVR - Copyright 1999-2013 Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. Contributed by Denis Chertykov <denisc@overta.ru> This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-avr.h b/gas/config/tc-avr.h index ee36e65b5aa..caa058fdec0 100644 --- a/gas/config/tc-avr.h +++ b/gas/config/tc-avr.h @@ -1,6 +1,5 @@ /* This file is tc-avr.h - Copyright 1999, 2000, 2001, 2002, 2005, 2006, 2007 - Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. Contributed by Denis Chertykov <denisc@overta.ru> diff --git a/gas/config/tc-bfin.c b/gas/config/tc-bfin.c index 99e9b1eec45..8366cbf8157 100644 --- a/gas/config/tc-bfin.c +++ b/gas/config/tc-bfin.c @@ -1,6 +1,5 @@ /* tc-bfin.c -- Assembler for the ADI Blackfin. - Copyright 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-bfin.h b/gas/config/tc-bfin.h index 9ec990df971..38f8c67cf05 100644 --- a/gas/config/tc-bfin.h +++ b/gas/config/tc-bfin.h @@ -1,6 +1,5 @@ /* tc-bfin.h - header file for tc-bfin.c - Copyright 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-cr16.c b/gas/config/tc-cr16.c index 8d6e780b3e8..4aed8a7cfed 100644 --- a/gas/config/tc-cr16.c +++ b/gas/config/tc-cr16.c @@ -1,6 +1,5 @@ /* tc-cr16.c -- Assembler code for the CR16 CPU core. - Copyright 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2007-2014 Free Software Foundation, Inc. Contributed by M R Swami Reddy <MR.Swami.Reddy@nsc.com> diff --git a/gas/config/tc-cr16.h b/gas/config/tc-cr16.h index 739317ffef3..68671918591 100644 --- a/gas/config/tc-cr16.h +++ b/gas/config/tc-cr16.h @@ -1,5 +1,5 @@ /* tc-cr16.h -- Header file for tc-cr16.c, the CR16 GAS port. - Copyright 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2007-2014 Free Software Foundation, Inc. Contributed by M R Swami Reddy <MR.Swami.Reddy@nsc.com> diff --git a/gas/config/tc-cris.c b/gas/config/tc-cris.c index 657c7edee32..86d80620d6c 100644 --- a/gas/config/tc-cris.c +++ b/gas/config/tc-cris.c @@ -1,6 +1,5 @@ /* tc-cris.c -- Assembler code for the CRIS CPU core. - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Axis Communications AB, Lund, Sweden. Originally written for GAS 1.38.1 by Mikael Asker. diff --git a/gas/config/tc-cris.h b/gas/config/tc-cris.h index 56584bfb837..ce3ad739016 100644 --- a/gas/config/tc-cris.h +++ b/gas/config/tc-cris.h @@ -1,6 +1,5 @@ /* tc-cris.h -- Header file for tc-cris.c, the CRIS GAS port. - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Axis Communications AB, Lund, Sweden. Originally written for GAS 1.38.1 by Mikael Asker. diff --git a/gas/config/tc-crx.c b/gas/config/tc-crx.c index 3b06a788f4a..61a31b3b81b 100644 --- a/gas/config/tc-crx.c +++ b/gas/config/tc-crx.c @@ -1,6 +1,5 @@ /* tc-crx.c -- Assembler code for the CRX CPU core. - Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012 - Free Software Foundation, Inc. + Copyright (C) 2004-2014 Free Software Foundation, Inc. Contributed by Tomer Levi, NSC, Israel. Originally written for GAS 2.12 by Tomer Levi, NSC, Israel. diff --git a/gas/config/tc-crx.h b/gas/config/tc-crx.h index 3036dc6e8bc..1777ab0611b 100644 --- a/gas/config/tc-crx.h +++ b/gas/config/tc-crx.h @@ -1,5 +1,5 @@ /* tc-crx.h -- Header file for tc-crx.c, the CRX GAS port. - Copyright 2004, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2004-2014 Free Software Foundation, Inc. Contributed by Tomer Levi, NSC, Israel. Originally written for GAS 2.12 by Tomer Levi, NSC, Israel. diff --git a/gas/config/tc-d10v.c b/gas/config/tc-d10v.c index 983c2f80c47..8e3d171cd5f 100644 --- a/gas/config/tc-d10v.c +++ b/gas/config/tc-d10v.c @@ -1,7 +1,5 @@ /* tc-d10v.c -- Assembler code for the Mitsubishi D10V - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, - 2007, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-d10v.h b/gas/config/tc-d10v.h index 3c326248f31..55dc1cc6e8e 100644 --- a/gas/config/tc-d10v.h +++ b/gas/config/tc-d10v.h @@ -1,6 +1,5 @@ /* tc-d10v.h -- Header file for tc-d10v.c. - Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005, 2007, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. Written by Martin Hunt, Cygnus Support. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-d30v.c b/gas/config/tc-d30v.c index 9a3477b6ed1..9076e4125c4 100644 --- a/gas/config/tc-d30v.c +++ b/gas/config/tc-d30v.c @@ -1,6 +1,5 @@ /* tc-d30v.c -- Assembler code for the Mitsubishi D30V - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-d30v.h b/gas/config/tc-d30v.h index e75f3d81d0d..3e11a1cc116 100644 --- a/gas/config/tc-d30v.h +++ b/gas/config/tc-d30v.h @@ -1,6 +1,5 @@ /* tc-310v.h -- Header file for tc-d30v.c. - Copyright 1997, 1998, 2000, 2001, 2002, 2005, 2007, 2009, 2011 - Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Written by Martin Hunt, Cygnus Support. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-dlx.c b/gas/config/tc-dlx.c index a629533b93c..4cbc5c03db8 100644 --- a/gas/config/tc-dlx.c +++ b/gas/config/tc-dlx.c @@ -1,6 +1,5 @@ /* tc-dlx.c -- Assemble for the DLX - Copyright 2002, 2003, 2004, 2005, 2007, 2009, 2010, 2012 - Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-dlx.h b/gas/config/tc-dlx.h index de5506b3a3a..e299f27f8bd 100644 --- a/gas/config/tc-dlx.h +++ b/gas/config/tc-dlx.h @@ -1,5 +1,5 @@ /* tc-dlx.h -- Assemble for the DLX - Copyright 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-epiphany.c b/gas/config/tc-epiphany.c index d47296845a9..ebaedc41273 100644 --- a/gas/config/tc-epiphany.c +++ b/gas/config/tc-epiphany.c @@ -1,5 +1,5 @@ /* tc-epiphany.c -- Assembler for the Adapteva EPIPHANY - Copyright 2009-2013 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-epiphany.h b/gas/config/tc-epiphany.h index ed5782edd0d..ddfb47569f4 100644 --- a/gas/config/tc-epiphany.h +++ b/gas/config/tc-epiphany.h @@ -1,5 +1,5 @@ /* tc-epiphany.h -- Header file for tc-epiphany.c. - Copyright 2009, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-fr30.c b/gas/config/tc-fr30.c index 8e01fb2b7a5..07c2b8f37b5 100644 --- a/gas/config/tc-fr30.c +++ b/gas/config/tc-fr30.c @@ -1,6 +1,5 @@ /* tc-fr30.c -- Assembler for the Fujitsu FR30. - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-fr30.h b/gas/config/tc-fr30.h index 9709cdd3bdd..3ed399b44cd 100644 --- a/gas/config/tc-fr30.h +++ b/gas/config/tc-fr30.h @@ -1,6 +1,5 @@ /* tc-fr30.h -- Header file for tc-fr30.c. - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-frv.c b/gas/config/tc-frv.c index 33451f0be0a..faaa1c2b2ce 100644 --- a/gas/config/tc-frv.c +++ b/gas/config/tc-frv.c @@ -1,6 +1,5 @@ /* tc-frv.c -- Assembler for the Fujitsu FRV. - Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-frv.h b/gas/config/tc-frv.h index c29210e1a8e..9b4e6067b51 100644 --- a/gas/config/tc-frv.h +++ b/gas/config/tc-frv.h @@ -1,6 +1,5 @@ /* tc-frv.h -- Header file for tc-frv.c. - Copyright 2002, 2004, 2005, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-generic.c b/gas/config/tc-generic.c index 258878a541e..778429ae1ec 100644 --- a/gas/config/tc-generic.c +++ b/gas/config/tc-generic.c @@ -1,6 +1,6 @@ /* This file is tc-generic.c - Copyright 2004, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2004-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-generic.h b/gas/config/tc-generic.h index bbaa359f249..ec7593f6449 100644 --- a/gas/config/tc-generic.h +++ b/gas/config/tc-generic.h @@ -1,7 +1,6 @@ /* This file is tc-generic.h - Copyright 1987, 1991, 1992, 1995, 1997, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index 032831b6eba..e4b827be24f 100644 --- a/gas/config/tc-h8300.c +++ b/gas/config/tc-h8300.c @@ -1,5 +1,5 @@ /* tc-h8300.c -- Assemble code for the Renesas H8/300 - Copyright 1991-2013 Free Software Foundation, Inc. + Copyright (C) 1991-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h index 0a2e8280f9f..35dfea8b33d 100644 --- a/gas/config/tc-h8300.h +++ b/gas/config/tc-h8300.h @@ -1,5 +1,5 @@ /* This file is tc-h8300.h - Copyright 1987-2013 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 6e2debe9764..cc5ea9afe07 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -1,7 +1,5 @@ /* tc-hppa.c -- Assemble for the PA - Copyright 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012 - Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h index 78d9edfda92..a31ebf8a50e 100644 --- a/gas/config/tc-hppa.h +++ b/gas/config/tc-hppa.h @@ -1,7 +1,5 @@ /* tc-hppa.h -- Header file for the PA - Copyright 1989, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012 - Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-i370.c b/gas/config/tc-i370.c index bf362a3bff9..399b7f369c5 100644 --- a/gas/config/tc-i370.c +++ b/gas/config/tc-i370.c @@ -1,7 +1,6 @@ /* tc-i370.c -- Assembler for the IBM 360/370/390 instruction set. Loosely based on the ppc files by Linas Vepstas <linas@linas.org> 1998, 99 - Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-i370.h b/gas/config/tc-i370.h index 71e7184d6a9..6ee29a3e9c6 100644 --- a/gas/config/tc-i370.h +++ b/gas/config/tc-i370.h @@ -1,6 +1,5 @@ /* tc-i370.h -- Header file for tc-i370.c. - Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-i386-intel.c b/gas/config/tc-i386-intel.c index 6df17e22e2a..b55d985f5a0 100644 --- a/gas/config/tc-i386-intel.c +++ b/gas/config/tc-i386-intel.c @@ -1,6 +1,5 @@ /* tc-i386.c -- Assemble Intel syntax code for ix86/x86-64 - Copyright 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index e6313cf6eba..f6283a685e5 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -1,8 +1,5 @@ /* tc-i386.c -- Assemble code for the Intel 80386 - Copyright 1989, 1991, 1992, 1993, 1994, 1995, 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) 1989-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index de132d69d7a..17be2685ca2 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -1,7 +1,5 @@ /* tc-i386.h -- Header file for tc-i386.c - Copyright 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-i860.c b/gas/config/tc-i860.c index 32aed0fc7a9..1b55b807041 100644 --- a/gas/config/tc-i860.c +++ b/gas/config/tc-i860.c @@ -1,6 +1,5 @@ /* tc-i860.c -- Assembler for the Intel i860 architecture. - Copyright 1989, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002, - 2003, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. Brought back from the dead and completely reworked by Jason Eckhardt <jle@cygnus.com>. diff --git a/gas/config/tc-i860.h b/gas/config/tc-i860.h index c26189277cd..692ea304db4 100644 --- a/gas/config/tc-i860.h +++ b/gas/config/tc-i860.h @@ -1,6 +1,5 @@ /* tc-i860.h -- Header file for the i860. - Copyright 1991, 1992, 1995, 1998, 2000, 2001, 2002, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1991-2014 Free Software Foundation, Inc. Brought back from the dead and completely reworked by Jason Eckhardt <jle@cygnus.com>. diff --git a/gas/config/tc-i960.c b/gas/config/tc-i960.c index 44664df34a6..7595e1d7c94 100644 --- a/gas/config/tc-i960.c +++ b/gas/config/tc-i960.c @@ -1,7 +1,5 @@ /* tc-i960.c - All the i80960-specific stuff - Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GAS. diff --git a/gas/config/tc-i960.h b/gas/config/tc-i960.h index 3949b6c420b..ee6d050cace 100644 --- a/gas/config/tc-i960.h +++ b/gas/config/tc-i960.h @@ -1,7 +1,5 @@ /* tc-i960.h - Basic 80960 instruction formats. - Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2005, 2007, 2008 - Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index b8ffe4e116f..e6da5355554 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -1,5 +1,5 @@ /* tc-ia64.c -- Assembler for the HP/Intel IA-64 architecture. - Copyright 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ia64.h b/gas/config/tc-ia64.h index 7cade49621f..c6cc29f5513 100644 --- a/gas/config/tc-ia64.h +++ b/gas/config/tc-ia64.h @@ -1,6 +1,5 @@ /* tc-ia64.h -- Header file for tc-ia64.c. - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ip2k.c b/gas/config/tc-ip2k.c index c6bc9b6456f..9c8c22ce36e 100644 --- a/gas/config/tc-ip2k.c +++ b/gas/config/tc-ip2k.c @@ -1,6 +1,5 @@ /* tc-ip2k.c -- Assembler for the Scenix IP2xxx. - Copyright (C) 2000, 2002, 2003, 2005, 2006, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ip2k.h b/gas/config/tc-ip2k.h index 01efdc2e75e..c33ab2b06e1 100644 --- a/gas/config/tc-ip2k.h +++ b/gas/config/tc-ip2k.h @@ -1,5 +1,5 @@ /* tc-ip2k.h -- Header file for tc-ip2k.c. - Copyright (C) 2000, 2002, 2005, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-iq2000.c b/gas/config/tc-iq2000.c index c29cdfa294c..7939abc20f4 100644 --- a/gas/config/tc-iq2000.c +++ b/gas/config/tc-iq2000.c @@ -1,6 +1,5 @@ /* tc-iq2000.c -- Assembler for the Sitera IQ2000. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2003-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-iq2000.h b/gas/config/tc-iq2000.h index 0b1de12f4e4..ab4f87744ad 100644 --- a/gas/config/tc-iq2000.h +++ b/gas/config/tc-iq2000.h @@ -1,5 +1,5 @@ /* tc-iq2000.h -- Header file for tc-iq2000.c. - Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2003-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-lm32.c b/gas/config/tc-lm32.c index 88ffabb5af2..07c8c827195 100644 --- a/gas/config/tc-lm32.c +++ b/gas/config/tc-lm32.c @@ -1,5 +1,5 @@ /* tc-lm32.c - Lattice Mico32 assembler. - Copyright 2008, 2012 Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. Contributed by Jon Beniston <jon@beniston.com> This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-lm32.h b/gas/config/tc-lm32.h index dbba939d06b..295efc10a0e 100644 --- a/gas/config/tc-lm32.h +++ b/gas/config/tc-lm32.h @@ -1,5 +1,5 @@ /* tc-lm32.h -- Header file for tc-lm32.c - Copyright 2008 Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. Contributed by Jon Beniston <jon@beniston.com> This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m32c.c b/gas/config/tc-m32c.c index 9c523e27811..664b167d3dd 100644 --- a/gas/config/tc-m32c.c +++ b/gas/config/tc-m32c.c @@ -1,5 +1,5 @@ /* tc-m32c.c -- Assembler for the Renesas M32C. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation. + Copyright (C) 2005-2014 Free Software Foundation, Inc. Contributed by RedHat. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m32c.h b/gas/config/tc-m32c.h index b69ab506b44..0534603b8a9 100644 --- a/gas/config/tc-m32c.h +++ b/gas/config/tc-m32c.h @@ -1,6 +1,5 @@ /* tc-m32c.h -- Header file for tc-m32c.c. - Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2004-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c index c8a6584d42f..172b8f99217 100644 --- a/gas/config/tc-m32r.c +++ b/gas/config/tc-m32r.c @@ -1,6 +1,5 @@ /* tc-m32r.c -- Assembler for the Renesas M32R. - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2009, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m32r.h b/gas/config/tc-m32r.h index 32657122758..892b3abb4a0 100644 --- a/gas/config/tc-m32r.h +++ b/gas/config/tc-m32r.h @@ -1,6 +1,5 @@ /* tc-m32r.h -- Header file for tc-m32r.c. - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2007, 2009, 2011 Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m68851.h b/gas/config/tc-m68851.h index 79121f17b98..7c449d6a181 100644 --- a/gas/config/tc-m68851.h +++ b/gas/config/tc-m68851.h @@ -1,7 +1,6 @@ /* This file is tc-m68851.h - Copyright 1987, 1988, 1989, 1990, 1991, 1992, 2000, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m68hc11.c b/gas/config/tc-m68hc11.c index 3189121c423..364191236a7 100644 --- a/gas/config/tc-m68hc11.c +++ b/gas/config/tc-m68hc11.c @@ -1,7 +1,5 @@ /* tc-m68hc11.c -- Assembler code for the Motorola 68HC11 & 68HC12. - Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, - 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. Written by Stephane Carrez (stcarrez@nerim.fr) XGATE and S12X added by James Murray (jsm@jsm-net.demon.co.uk) diff --git a/gas/config/tc-m68hc11.h b/gas/config/tc-m68hc11.h index 51c489cc8d0..59079dd6724 100644 --- a/gas/config/tc-m68hc11.h +++ b/gas/config/tc-m68hc11.h @@ -1,6 +1,5 @@ /* tc-m68hc11.h -- Header file for tc-m68hc11.c. - Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c index d16b5d97d91..2005cd2b9f3 100644 --- a/gas/config/tc-m68k.c +++ b/gas/config/tc-m68k.c @@ -1,7 +1,5 @@ /* tc-m68k.c -- Assemble for the m68k family - Copyright 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-m68k.h b/gas/config/tc-m68k.h index bf938f26762..3978b6a2a33 100644 --- a/gas/config/tc-m68k.h +++ b/gas/config/tc-m68k.h @@ -1,7 +1,5 @@ /* This file is tc-m68k.h - Copyright 1987, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mcore.c b/gas/config/tc-mcore.c index 04cf3361e65..d111eda706a 100644 --- a/gas/config/tc-mcore.c +++ b/gas/config/tc-mcore.c @@ -1,6 +1,5 @@ /* tc-mcore.c -- Assemble code for M*Core - Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mcore.h b/gas/config/tc-mcore.h index 36087c630ed..3437e009fed 100644 --- a/gas/config/tc-mcore.h +++ b/gas/config/tc-mcore.h @@ -1,7 +1,6 @@ /* This file is tc-mcore.h - Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mep.c b/gas/config/tc-mep.c index a83e4e34100..cb068817c2b 100644 --- a/gas/config/tc-mep.c +++ b/gas/config/tc-mep.c @@ -1,6 +1,5 @@ /* tc-mep.c -- Assembler for the Toshiba Media Processor. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2012 - Free Software Foundation, Inc. + Copyright (C) 2001-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mep.h b/gas/config/tc-mep.h index 59f83b05431..0df5de88d28 100644 --- a/gas/config/tc-mep.h +++ b/gas/config/tc-mep.h @@ -1,5 +1,5 @@ /* tc-mep.h -- Header file for tc-mep.c. - Copyright (C) 2001, 2002, 2005, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-metag.c b/gas/config/tc-metag.c index f42d2f187cb..cb2fc99122b 100644 --- a/gas/config/tc-metag.c +++ b/gas/config/tc-metag.c @@ -1,5 +1,5 @@ /* tc-metag.c -- Assembler for the Imagination Technologies Meta. - Copyright (C) 2013 Free Software Foundation, Inc. + Copyright (C) 2013-2014 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-metag.h b/gas/config/tc-metag.h index e0411f562d4..10a2c7bb61b 100644 --- a/gas/config/tc-metag.h +++ b/gas/config/tc-metag.h @@ -1,5 +1,5 @@ /* tc-metag.h -- Header file for tc-metag.c. - Copyright (C) 2013 Free Software Foundation, Inc. + Copyright (C) 2013-2014 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-microblaze.c b/gas/config/tc-microblaze.c index 872737b3c08..13f9f8443ff 100644 --- a/gas/config/tc-microblaze.c +++ b/gas/config/tc-microblaze.c @@ -1,6 +1,6 @@ /* tc-microblaze.c -- Assemble code for Xilinx MicroBlaze - Copyright 2009, 2010, 2012 Free Software Foundation. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-microblaze.h b/gas/config/tc-microblaze.h index 340f5333483..91a9a216eb9 100644 --- a/gas/config/tc-microblaze.h +++ b/gas/config/tc-microblaze.h @@ -1,6 +1,6 @@ /* tc-microblaze.h -- Header file for tc-microblaze.c. - Copyright 2009, 2014 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 7f5b3c120a2..74c7a10dbb6 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -1,7 +1,5 @@ /* tc-mips.c -- assemble code for a MIPS chip. - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 - Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. Contributed by the OSF and Ralph Campbell. Written by Keith Knowles and Ralph Campbell, working independently. Modified for ECOFF and R4000 support by Ian Lance Taylor of Cygnus diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h index c7eaa04ebcf..97627df833c 100644 --- a/gas/config/tc-mips.h +++ b/gas/config/tc-mips.h @@ -1,6 +1,5 @@ /* tc-mips.h -- header file for tc-mips.c. - Copyright 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. Contributed by the OSF and Ralph Campbell. Written by Keith Knowles and Ralph Campbell, working independently. Modified for ECOFF support by Ian Lance Taylor of Cygnus Support. diff --git a/gas/config/tc-mmix.c b/gas/config/tc-mmix.c index 7052b11664d..ab0fd0076f3 100644 --- a/gas/config/tc-mmix.c +++ b/gas/config/tc-mmix.c @@ -1,6 +1,5 @@ /* tc-mmix.c -- Assembler for Don Knuth's MMIX. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, - 2012 Free Software Foundation. + Copyright (C) 2001-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mmix.h b/gas/config/tc-mmix.h index dba24a2d38c..78d8adf2ae7 100644 --- a/gas/config/tc-mmix.h +++ b/gas/config/tc-mmix.h @@ -1,6 +1,5 @@ /* tc-mmix.h -- Header file for tc-mmix.c. - Copyright (C) 2001, 2002, 2003, 2005, 2007, 2008 - Free Software Foundation, Inc. + Copyright (C) 2001-2014 Free Software Foundation, Inc. Written by Hans-Peter Nilsson (hp@bitrange.com). This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mn10200.c b/gas/config/tc-mn10200.c index e9c70f225fb..f76fb083108 100644 --- a/gas/config/tc-mn10200.c +++ b/gas/config/tc-mn10200.c @@ -1,5 +1,5 @@ /* tc-mn10200.c -- Assembler code for the Matsushita 10200 - Copyright 1996-2013 Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mn10200.h b/gas/config/tc-mn10200.h index 1fed4612274..6eb0418b94d 100644 --- a/gas/config/tc-mn10200.h +++ b/gas/config/tc-mn10200.h @@ -1,5 +1,5 @@ /* tc-mn10200.h -- Header file for tc-mn10200.c. - Copyright 1996, 1997, 2000, 2001, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mn10300.c b/gas/config/tc-mn10300.c index 4029c641b62..2fce19c6b3f 100644 --- a/gas/config/tc-mn10300.c +++ b/gas/config/tc-mn10300.c @@ -1,6 +1,5 @@ /* tc-mn10300.c -- Assembler code for the Matsushita 10300 - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mn10300.h b/gas/config/tc-mn10300.h index 53c41501cfc..4a89f746510 100644 --- a/gas/config/tc-mn10300.h +++ b/gas/config/tc-mn10300.h @@ -1,6 +1,5 @@ /* tc-mn10300.h -- Header file for tc-mn10300.c. - Copyright 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008 - Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-moxie.c b/gas/config/tc-moxie.c index fa8ace588ba..430a1449eb9 100644 --- a/gas/config/tc-moxie.c +++ b/gas/config/tc-moxie.c @@ -1,6 +1,5 @@ /* tc-moxie.c -- Assemble code for moxie - Copyright 2009, 2012 - Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-moxie.h b/gas/config/tc-moxie.h index af4fe510f5b..d5a24cd551b 100644 --- a/gas/config/tc-moxie.h +++ b/gas/config/tc-moxie.h @@ -1,6 +1,6 @@ /* tc-moxie.h -- Header file for tc-moxie.c. - Copyright 2009, 2012 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mt.c b/gas/config/tc-mt.c index 6e547827dbc..d8322979050 100644 --- a/gas/config/tc-mt.c +++ b/gas/config/tc-mt.c @@ -1,5 +1,5 @@ /* tc-mt.c -- Assembler for the Morpho Technologies mt . - Copyright (C) 2005, 2006, 2007, 2010 Free Software Foundation. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-mt.h b/gas/config/tc-mt.h index 27c0fa66e60..1d3a827519a 100644 --- a/gas/config/tc-mt.h +++ b/gas/config/tc-mt.h @@ -1,5 +1,5 @@ /* tc-mt.h -- Header file for tc-mt.c. - Copyright (C) 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-nds32.c b/gas/config/tc-nds32.c index 91f8855e040..94479bac3ae 100644 --- a/gas/config/tc-nds32.c +++ b/gas/config/tc-nds32.c @@ -1,5 +1,5 @@ /* tc-nds32.c -- Assemble for the nds32 - Copyright (C) 2012-2013 Free Software Foundation, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-nds32.h b/gas/config/tc-nds32.h index 255fbaeab99..731bb871d7d 100644 --- a/gas/config/tc-nds32.h +++ b/gas/config/tc-nds32.h @@ -1,5 +1,5 @@ /* tc-nds32.h -- Header file for tc-nds32.c. - Copyright (C) 2012-2013 Free Software Foundation, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GAS. diff --git a/gas/config/tc-nios2.c b/gas/config/tc-nios2.c index 3d520486645..9cb290dbdb2 100644 --- a/gas/config/tc-nios2.c +++ b/gas/config/tc-nios2.c @@ -1,5 +1,5 @@ /* Altera Nios II assembler. - Copyright (C) 2012, 2013 Free Software Foundation, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. Contributed by Nigel Gray (ngray@altera.com). Contributed by Mentor Graphics, Inc. diff --git a/gas/config/tc-nios2.h b/gas/config/tc-nios2.h index 9e69194126f..433264904bd 100644 --- a/gas/config/tc-nios2.h +++ b/gas/config/tc-nios2.h @@ -1,5 +1,5 @@ /* Definitions for Altera Nios II assembler. - Copyright (C) 2012, 2013 Free Software Foundation, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. Contributed by Nigel Gray (ngray@altera.com). Contributed by Mentor Graphics, Inc. diff --git a/gas/config/tc-ns32k.c b/gas/config/tc-ns32k.c index 709a9bc18b9..d66a06267db 100644 --- a/gas/config/tc-ns32k.c +++ b/gas/config/tc-ns32k.c @@ -1,7 +1,5 @@ /* ns32k.c -- Assemble on the National Semiconductor 32k series - Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ns32k.h b/gas/config/tc-ns32k.h index 0ee53e55778..7b093ec6ede 100644 --- a/gas/config/tc-ns32k.h +++ b/gas/config/tc-ns32k.h @@ -1,6 +1,5 @@ /* tc-ns32k.h -- Opcode table for National Semi 32k processor - Copyright 1987, 1992, 1993, 1994, 1995, 1997, 2000, 2002, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-openrisc.c b/gas/config/tc-openrisc.c index 981cdfb6a60..dcbbb028faa 100644 --- a/gas/config/tc-openrisc.c +++ b/gas/config/tc-openrisc.c @@ -1,6 +1,5 @@ /* tc-openrisc.c -- Assembler for the OpenRISC family. - Copyright 2001, 2002, 2003, 2005, 2006, 2007, 2009 - Free Software Foundation. + Copyright (C) 2001-2014 Free Software Foundation, Inc. Contributed by Johan Rydberg, jrydberg@opencores.org This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-openrisc.h b/gas/config/tc-openrisc.h index c1b0ea15ed3..138f2b3676e 100644 --- a/gas/config/tc-openrisc.h +++ b/gas/config/tc-openrisc.h @@ -1,5 +1,5 @@ /* tc-openrisc.h -- Header file for tc-openrisc.c. - Copyright 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2001-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-or32.c b/gas/config/tc-or32.c index 23e44af1b36..d364cab88ae 100644 --- a/gas/config/tc-or32.c +++ b/gas/config/tc-or32.c @@ -1,6 +1,5 @@ /* Assembly backend for the OpenRISC 1000. - Copyright (C) 2002, 2003, 2005, 2007, 2009, 2010, 2012 - Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. Contributed by Damjan Lampret <lampret@opencores.org>. Modified bu Johan Rydberg, <johan.rydberg@netinsight.se>. Based upon a29k port. diff --git a/gas/config/tc-or32.h b/gas/config/tc-or32.h index bd0d37f82d1..a1a9698a3be 100644 --- a/gas/config/tc-or32.h +++ b/gas/config/tc-or32.h @@ -1,5 +1,5 @@ /* tc-or32.h -- Assemble for the OpenRISC 1000. - Copyright (C) 2002, 2003. 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. Contributed by Damjan Lampret <lampret@opencores.org>. Based upon a29k port. diff --git a/gas/config/tc-pdp11.c b/gas/config/tc-pdp11.c index 98e241f67b7..1b3df58bd3f 100644 --- a/gas/config/tc-pdp11.c +++ b/gas/config/tc-pdp11.c @@ -1,6 +1,5 @@ /* tc-pdp11.c - pdp11-specific - - Copyright 2001, 2002, 2004, 2005, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 2001-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-pdp11.h b/gas/config/tc-pdp11.h index 31a690e0634..af71667a11d 100644 --- a/gas/config/tc-pdp11.h +++ b/gas/config/tc-pdp11.h @@ -1,5 +1,5 @@ /* tc-pdp11.h -- Header file for tc-pdp11.c. - Copyright 2001, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2001-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-pj.c b/gas/config/tc-pj.c index 9dbe810e46a..408dde6ec22 100644 --- a/gas/config/tc-pj.c +++ b/gas/config/tc-pj.c @@ -1,6 +1,5 @@ /* tc-pj.c -- Assemble code for Pico Java - Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-pj.h b/gas/config/tc-pj.h index bec85a24969..522db5b1501 100644 --- a/gas/config/tc-pj.h +++ b/gas/config/tc-pj.h @@ -1,5 +1,5 @@ /* This file is tc-pj.h - Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. Contributed by Steve Chamberlain of Transmeta, sac@pobox.com diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 838f5223311..8609ce754af 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -1,7 +1,5 @@ /* tc-ppc.c -- Assemble for the PowerPC or POWER (RS/6000) - Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-ppc.h b/gas/config/tc-ppc.h index 60954161e3e..09eb88978d3 100644 --- a/gas/config/tc-ppc.h +++ b/gas/config/tc-ppc.h @@ -1,6 +1,5 @@ /* tc-ppc.h -- Header file for tc-ppc.c. - Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-rl78.c b/gas/config/tc-rl78.c index 2f59af848b8..04c9b2c8452 100644 --- a/gas/config/tc-rl78.c +++ b/gas/config/tc-rl78.c @@ -1,5 +1,5 @@ /* tc-rl78.c -- Assembler for the Renesas RL78 - Copyright 2011-2013 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-rl78.h b/gas/config/tc-rl78.h index 67f12c961a5..e7fd78252ce 100644 --- a/gas/config/tc-rl78.h +++ b/gas/config/tc-rl78.h @@ -1,5 +1,5 @@ /* tc-rl78.h - header file for Renesas RL78 - Copyright 2011-2013 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-rx.c b/gas/config/tc-rx.c index 0e4b7a81830..87b1e099675 100644 --- a/gas/config/tc-rx.c +++ b/gas/config/tc-rx.c @@ -1,5 +1,5 @@ /* tc-rx.c -- Assembler for the Renesas RX - Copyright 2008-2013 Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-rx.h b/gas/config/tc-rx.h index 6f2db1ca8c5..937af2520b6 100644 --- a/gas/config/tc-rx.h +++ b/gas/config/tc-rx.h @@ -1,6 +1,5 @@ /* tc-rx.h - header file for Renesas RX - Copyright 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-s390.c b/gas/config/tc-s390.c index c504f18a620..59f6ab6c600 100644 --- a/gas/config/tc-s390.c +++ b/gas/config/tc-s390.c @@ -1,6 +1,5 @@ /* tc-s390.c -- Assemble for the S390 - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-s390.h b/gas/config/tc-s390.h index f896e44775f..88c857b0fa0 100644 --- a/gas/config/tc-s390.h +++ b/gas/config/tc-s390.h @@ -1,6 +1,5 @@ /* tc-s390.h -- Header file for tc-s390.c. - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. Written by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-score.c b/gas/config/tc-score.c index 822b9cfd5ba..8ca273c67de 100644 --- a/gas/config/tc-score.c +++ b/gas/config/tc-score.c @@ -1,5 +1,5 @@ /* tc-score.c -- Assembler for Score - Copyright 2006, 2007, 2008, 2009, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2006-2014 Free Software Foundation, Inc. Contributed by: Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/gas/config/tc-score.h b/gas/config/tc-score.h index b46ef7986c0..5b11f301a3e 100644 --- a/gas/config/tc-score.h +++ b/gas/config/tc-score.h @@ -1,5 +1,5 @@ /* tc-score.h -- Score specific file for assembler - Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2006-2014 Free Software Foundation, Inc. Contributed by: Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/gas/config/tc-score7.c b/gas/config/tc-score7.c index 520bd070aba..0a0db2db23c 100644 --- a/gas/config/tc-score7.c +++ b/gas/config/tc-score7.c @@ -1,5 +1,5 @@ /* tc-score7.c -- Assembler for Score7 - Copyright 2009, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. Contributed by: Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c index 6b7bd5a3594..da7d84a3a6e 100644 --- a/gas/config/tc-sh.c +++ b/gas/config/tc-sh.c @@ -1,7 +1,5 @@ /* tc-sh.c -- Assemble code for the Renesas / SuperH SH - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012 - Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h index 2a6962720ae..40d80569b45 100644 --- a/gas/config/tc-sh.h +++ b/gas/config/tc-sh.h @@ -1,6 +1,5 @@ /* This file is tc-sh.h - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-sh64.c b/gas/config/tc-sh64.c index db6984604d1..eba0a5be320 100644 --- a/gas/config/tc-sh64.c +++ b/gas/config/tc-sh64.c @@ -1,6 +1,5 @@ /* tc-sh64.c -- Assemble code for the SuperH SH SHcompact and SHmedia. - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-sh64.h b/gas/config/tc-sh64.h index e01b3dea4f0..35702a02e28 100644 --- a/gas/config/tc-sh64.h +++ b/gas/config/tc-sh64.h @@ -1,6 +1,5 @@ /* This file is tc-sh64.h - Copyright 2000, 2001, 2002, 2003, 2005, 2007, 2008 - Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index bcb846429eb..b1e4dec72ee 100644 --- a/gas/config/tc-sparc.c +++ b/gas/config/tc-sparc.c @@ -1,5 +1,5 @@ /* tc-sparc.c -- Assemble for the SPARC - Copyright 1989-2013 Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS is free software; you can redistribute it and/or modify diff --git a/gas/config/tc-sparc.h b/gas/config/tc-sparc.h index 5671c1402ca..10d4522b85b 100644 --- a/gas/config/tc-sparc.h +++ b/gas/config/tc-sparc.h @@ -1,7 +1,5 @@ /* tc-sparc.h - Macros and type defines for the sparc. - Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2010 - Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-spu.c b/gas/config/tc-spu.c index d80c62172c9..717cc330ed8 100644 --- a/gas/config/tc-spu.c +++ b/gas/config/tc-spu.c @@ -1,6 +1,6 @@ /* spu.c -- Assembler for the IBM Synergistic Processing Unit (SPU) - Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2006-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-spu.h b/gas/config/tc-spu.h index 5047d35e3ed..08393448348 100644 --- a/gas/config/tc-spu.h +++ b/gas/config/tc-spu.h @@ -1,6 +1,6 @@ /* spu.h -- Assembler for spu - Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2006-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tic30.c b/gas/config/tc-tic30.c index 5474df5ad82..dbcbf3c8f6c 100644 --- a/gas/config/tc-tic30.c +++ b/gas/config/tc-tic30.c @@ -1,6 +1,5 @@ /* tc-c30.c -- Assembly code for the Texas Instruments TMS320C30 - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009, 2014 - Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tic30.h b/gas/config/tc-tic30.h index a5ec412aeb5..e39d7b0ed77 100644 --- a/gas/config/tc-tic30.h +++ b/gas/config/tc-tic30.h @@ -1,5 +1,5 @@ /* tc-tic30.h -- Header file for tc-tic30.c - Copyright 1998, 2000, 2002, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tic4x.c b/gas/config/tc-tic4x.c index d9c5ec5b5f2..7559ad548a0 100644 --- a/gas/config/tc-tic4x.c +++ b/gas/config/tc-tic4x.c @@ -1,6 +1,5 @@ /* tc-tic4x.c -- Assemble for the Texas Instruments TMS320C[34]x. - Copyright (C) 1997,1998, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, - 2012 Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz) diff --git a/gas/config/tc-tic4x.h b/gas/config/tc-tic4x.h index 7a80f0cddbc..14b3511c172 100644 --- a/gas/config/tc-tic4x.h +++ b/gas/config/tc-tic4x.h @@ -1,6 +1,5 @@ /* tc-tic4x.h -- Assemble for the Texas TMS320C[34]X. - Copyright (C) 1997, 2002, 2003, 2005, 2007, 2008 - Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz) diff --git a/gas/config/tc-tic54x.c b/gas/config/tc-tic54x.c index d4bd75fd00a..27a21114072 100644 --- a/gas/config/tc-tic54x.c +++ b/gas/config/tc-tic54x.c @@ -1,6 +1,5 @@ /* tc-tic54x.c -- Assembly code for the Texas Instruments TMS320C54X - Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010, 2012 Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. Contributed by Timothy Wall (twall@cygnus.com) This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tic54x.h b/gas/config/tc-tic54x.h index 93342deb8ec..84f343f19ed 100644 --- a/gas/config/tc-tic54x.h +++ b/gas/config/tc-tic54x.h @@ -1,5 +1,5 @@ /* tc-tic54x.h -- Header file for tc-tic54x.c - Copyright 1999, 2000, 2001, 2005, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. Contributed by Timothy Wall (twall@alum.mit.edu) This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tic6x.c b/gas/config/tc-tic6x.c index 81f33f40f13..1ffbb685fbd 100644 --- a/gas/config/tc-tic6x.c +++ b/gas/config/tc-tic6x.c @@ -1,5 +1,5 @@ /* TI C6X assembler. - Copyright 2010-2013 Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. Contributed by Joseph Myers <joseph@codesourcery.com> Bernd Schmidt <bernds@codesourcery.com> diff --git a/gas/config/tc-tic6x.h b/gas/config/tc-tic6x.h index 12bdead0a45..2612aab0320 100644 --- a/gas/config/tc-tic6x.h +++ b/gas/config/tc-tic6x.h @@ -1,6 +1,5 @@ /* Definitions for TI C6X assembler. - Copyright 2010 - Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tilegx.c b/gas/config/tc-tilegx.c index 19a04c279af..3176d2f36c2 100644 --- a/gas/config/tc-tilegx.c +++ b/gas/config/tc-tilegx.c @@ -1,5 +1,5 @@ /* tc-tilegx.c -- Assemble for a Tile-Gx chip. - Copyright 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tilegx.h b/gas/config/tc-tilegx.h index ec8a40d0013..bdeecdc9660 100644 --- a/gas/config/tc-tilegx.h +++ b/gas/config/tc-tilegx.h @@ -1,5 +1,5 @@ /* tc-tilegx.h - Macros and type defines for a TILE-Gx chip. - Copyright 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tilepro.c b/gas/config/tc-tilepro.c index 733a628f209..8a378c0da48 100644 --- a/gas/config/tc-tilepro.c +++ b/gas/config/tc-tilepro.c @@ -1,5 +1,5 @@ /* tc-tilepro.c -- Assemble for a TILEPro chip. - Copyright 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-tilepro.h b/gas/config/tc-tilepro.h index 5374d2673fe..edb51d09568 100644 --- a/gas/config/tc-tilepro.h +++ b/gas/config/tc-tilepro.h @@ -1,5 +1,5 @@ /* tc-tile.h - Macros and type defines for a TILEPro chip. - Copyright 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c index a23387c186d..d7bd99a6435 100644 --- a/gas/config/tc-v850.c +++ b/gas/config/tc-v850.c @@ -1,5 +1,5 @@ /* tc-v850.c -- Assembler code for the NEC V850 - Copyright 1996-2013 Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-v850.h b/gas/config/tc-v850.h index 27627705ddd..1030ef3a82a 100644 --- a/gas/config/tc-v850.h +++ b/gas/config/tc-v850.h @@ -1,6 +1,5 @@ /* tc-v850.h -- Header file for tc-v850.c. - Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2012 - Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-vax.c b/gas/config/tc-vax.c index 185a9a242d1..7a9ef0b15b8 100644 --- a/gas/config/tc-vax.c +++ b/gas/config/tc-vax.c @@ -1,7 +1,5 @@ /* tc-vax.c - vax-specific - - Copyright 1987, 1991, 1992, 1993, 1994, 1995, 1998, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-vax.h b/gas/config/tc-vax.h index 84722ff1dad..b242fe0ac11 100644 --- a/gas/config/tc-vax.h +++ b/gas/config/tc-vax.h @@ -1,6 +1,5 @@ /* tc-vax.h -- Header file for tc-vax.c. - Copyright 1987, 1991, 1992, 1993, 1995, 1996, 1997, 2000, 2002, 2005, - 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xc16x.c b/gas/config/tc-xc16x.c index c628d866239..6073387bd2c 100644 --- a/gas/config/tc-xc16x.c +++ b/gas/config/tc-xc16x.c @@ -1,5 +1,5 @@ /* tc-xc16x.c -- Assembler for the Infineon XC16X. - Copyright 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2006-2014 Free Software Foundation, Inc. Contributed by KPIT Cummins Infosystems This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xc16x.h b/gas/config/tc-xc16x.h index fa79a511173..03bfec99d67 100644 --- a/gas/config/tc-xc16x.h +++ b/gas/config/tc-xc16x.h @@ -1,5 +1,5 @@ /* This file is tc-xc16x.h - Copyright 2006, 2007, 2014 Free Software Foundation, Inc. + Copyright (C) 2006-2014 Free Software Foundation, Inc. Contributed by KPIT Cummins Infosystems This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xgate.c b/gas/config/tc-xgate.c index 7ed1ef62a5a..f244c57953d 100644 --- a/gas/config/tc-xgate.c +++ b/gas/config/tc-xgate.c @@ -1,6 +1,5 @@ /* tc-xgate.c -- Assembler code for Freescale XGATE - Copyright 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. Contributed by Sean Keys <skeys@ipdatasys.com> This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xgate.h b/gas/config/tc-xgate.h index 04349a7e3e0..30cff98dcf7 100644 --- a/gas/config/tc-xgate.h +++ b/gas/config/tc-xgate.h @@ -1,5 +1,5 @@ /* tc-xgate.h -- Header file for tc-xgate.c. - Copyright 2010, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xstormy16.c b/gas/config/tc-xstormy16.c index 74c5bcea3e4..1d57d60e269 100644 --- a/gas/config/tc-xstormy16.c +++ b/gas/config/tc-xstormy16.c @@ -1,6 +1,5 @@ /* tc-xstormy16.c -- Assembler for the Sanyo XSTORMY16. - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 - Free Software Foundation. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xstormy16.h b/gas/config/tc-xstormy16.h index 5e1fb862566..31ec16c8f9b 100644 --- a/gas/config/tc-xstormy16.h +++ b/gas/config/tc-xstormy16.h @@ -1,5 +1,5 @@ /* tc-xstormy16.h -- Header file for tc-xstormy16.c. - Copyright 2000, 2001, 2002, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c index 70755310501..fe8ec0fe380 100644 --- a/gas/config/tc-xtensa.c +++ b/gas/config/tc-xtensa.c @@ -1,6 +1,5 @@ /* tc-xtensa.c -- Assemble Xtensa instructions. - Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012 - Free Software Foundation, Inc. + Copyright (C) 2003-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-xtensa.h b/gas/config/tc-xtensa.h index 969f24c27a8..0bf1240e464 100644 --- a/gas/config/tc-xtensa.h +++ b/gas/config/tc-xtensa.h @@ -1,6 +1,5 @@ /* tc-xtensa.h -- Header file for tc-xtensa.c. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2003-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-z80.c b/gas/config/tc-z80.c index f57b4e95d36..54fa322c028 100644 --- a/gas/config/tc-z80.c +++ b/gas/config/tc-z80.c @@ -1,5 +1,5 @@ /* tc-z80.c -- Assemble code for the Zilog Z80 and ASCII R800 - Copyright 2005-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. Contributed by Arnold Metselaar <arnold_m@operamail.com> This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-z80.h b/gas/config/tc-z80.h index 48428a9745e..72e868fc896 100644 --- a/gas/config/tc-z80.h +++ b/gas/config/tc-z80.h @@ -1,5 +1,5 @@ /* this is tc-z80.h - Copyright 2005, 2006, 2007, 2012 Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. Contributed by Arnold Metselaar <arnold_m@operamail.com> diff --git a/gas/config/tc-z8k.c b/gas/config/tc-z8k.c index 2442032e0a0..3b5f0b807a8 100644 --- a/gas/config/tc-z8k.c +++ b/gas/config/tc-z8k.c @@ -1,6 +1,5 @@ /* tc-z8k.c -- Assemble code for the Zilog Z800n - Copyright 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2001, 2002, 2003, - 2005, 2006, 2007, 2009, 2013 Free Software Foundation, Inc. + Copyright (C) 1992-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/tc-z8k.h b/gas/config/tc-z8k.h index 454547ea066..be5f6514aad 100644 --- a/gas/config/tc-z8k.h +++ b/gas/config/tc-z8k.h @@ -1,7 +1,5 @@ /* This file is tc-z8k.h - Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1997, 1998, - 2000, 2002, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-386bsd.h b/gas/config/te-386bsd.h index d5bb16558fa..7228d9a5f53 100644 --- a/gas/config/te-386bsd.h +++ b/gas/config/te-386bsd.h @@ -1,6 +1,5 @@ /* te-386bsd.h -- 386BSD target environment declarations. - Copyright 1987, 1990, 1991, 1992, 1993, 2000, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-aix5.h b/gas/config/te-aix5.h index 1b1f33c0825..91ba577c187 100644 --- a/gas/config/te-aix5.h +++ b/gas/config/te-aix5.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-armeabi.h b/gas/config/te-armeabi.h index b6f1e36f3d7..fdd78abe103 100644 --- a/gas/config/te-armeabi.h +++ b/gas/config/te-armeabi.h @@ -1,4 +1,4 @@ -/* Copyright 2005, 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-armlinuxeabi.h b/gas/config/te-armlinuxeabi.h index bcb20625ba2..9147f772d9e 100644 --- a/gas/config/te-armlinuxeabi.h +++ b/gas/config/te-armlinuxeabi.h @@ -1,4 +1,4 @@ -/* Copyright 2004, 2005, 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2004-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-dragonfly.h b/gas/config/te-dragonfly.h index 45da36fee87..9db1b390885 100644 --- a/gas/config/te-dragonfly.h +++ b/gas/config/te-dragonfly.h @@ -1,5 +1,5 @@ /* te-dragonfly.h -- DragonFlyBSD target environment declarations. - Copyright 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-dynix.h b/gas/config/te-dynix.h index 1f84967c5e0..05a497e4bd9 100644 --- a/gas/config/te-dynix.h +++ b/gas/config/te-dynix.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-epoc-pe.h b/gas/config/te-epoc-pe.h index f2864a178ef..50dbd684bc8 100644 --- a/gas/config/te-epoc-pe.h +++ b/gas/config/te-epoc-pe.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-freebsd.h b/gas/config/te-freebsd.h index 44f02584b93..37442941097 100644 --- a/gas/config/te-freebsd.h +++ b/gas/config/te-freebsd.h @@ -1,5 +1,5 @@ /* te-freebsd.h -- FreeBSD target environment declarations. - Copyright 2000, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-generic.h b/gas/config/te-generic.h index 0f5619953f8..9427d5858d4 100644 --- a/gas/config/te-generic.h +++ b/gas/config/te-generic.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-gnu.h b/gas/config/te-gnu.h index 8f41d260953..0ea31fa8aa0 100644 --- a/gas/config/te-gnu.h +++ b/gas/config/te-gnu.h @@ -1,4 +1,4 @@ -/* Copyright 2005, 2007 Free Software Foundation, Inc. +/* Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-go32.h b/gas/config/te-go32.h index 58553b5d337..70a59fc482a 100644 --- a/gas/config/te-go32.h +++ b/gas/config/te-go32.h @@ -1,4 +1,4 @@ -/* Copyright 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-hppa.h b/gas/config/te-hppa.h index 279b855fe87..5c789782c75 100644 --- a/gas/config/te-hppa.h +++ b/gas/config/te-hppa.h @@ -1,6 +1,5 @@ /* Machine specific defines for the PA machine - Copyright 1987, 1991, 1992, 1993, 1995, 2000, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-hppa64.h b/gas/config/te-hppa64.h index 372909fd504..519b01aac37 100644 --- a/gas/config/te-hppa64.h +++ b/gas/config/te-hppa64.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-hppalinux64.h b/gas/config/te-hppalinux64.h index 233263f1502..a98b041fe80 100644 --- a/gas/config/te-hppalinux64.h +++ b/gas/config/te-hppalinux64.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-hpux.h b/gas/config/te-hpux.h index f228ba2e273..67cd30b4a51 100644 --- a/gas/config/te-hpux.h +++ b/gas/config/te-hpux.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-i386aix.h b/gas/config/te-i386aix.h index 2b174a90020..79e3cc8d997 100644 --- a/gas/config/te-i386aix.h +++ b/gas/config/te-i386aix.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-ia64aix.h b/gas/config/te-ia64aix.h index ebff46018f7..63768a3c6df 100644 --- a/gas/config/te-ia64aix.h +++ b/gas/config/te-ia64aix.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-interix.h b/gas/config/te-interix.h index 3f552215bbc..a3489215af7 100644 --- a/gas/config/te-interix.h +++ b/gas/config/te-interix.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-irix.h b/gas/config/te-irix.h index c6942167ca4..ed81905a951 100644 --- a/gas/config/te-irix.h +++ b/gas/config/te-irix.h @@ -1,5 +1,5 @@ /* IRIX targets - Copyright 2002, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2002-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-linux.h b/gas/config/te-linux.h index 9a83aab91ec..466f664f24c 100644 --- a/gas/config/te-linux.h +++ b/gas/config/te-linux.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-lynx.h b/gas/config/te-lynx.h index 4c2c7471b00..336d1b0cc47 100644 --- a/gas/config/te-lynx.h +++ b/gas/config/te-lynx.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-mach.h b/gas/config/te-mach.h index f76f8843746..77f873d8718 100644 --- a/gas/config/te-mach.h +++ b/gas/config/te-mach.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-macos.h b/gas/config/te-macos.h index 51b25c459fe..336444cd4d9 100644 --- a/gas/config/te-macos.h +++ b/gas/config/te-macos.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-nacl.h b/gas/config/te-nacl.h index d64a44d1fcc..2547f9f9c8e 100644 --- a/gas/config/te-nacl.h +++ b/gas/config/te-nacl.h @@ -1,4 +1,4 @@ -/* Copyright 2012 Free Software Foundation, Inc. +/* Copyright (C) 2012-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-nbsd.h b/gas/config/te-nbsd.h index ce291014824..424929120c4 100644 --- a/gas/config/te-nbsd.h +++ b/gas/config/te-nbsd.h @@ -1,6 +1,5 @@ /* te-nbsd.h -- NetBSD target environment declarations. - Copyright 1987, 1990, 1991, 1992, 1994, 1998, 2000, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-nbsd532.h b/gas/config/te-nbsd532.h index e22b6a77a61..79524836953 100644 --- a/gas/config/te-nbsd532.h +++ b/gas/config/te-nbsd532.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-netware.h b/gas/config/te-netware.h index 61c9bd5e799..9fc5928f1e8 100644 --- a/gas/config/te-netware.h +++ b/gas/config/te-netware.h @@ -1,5 +1,5 @@ /* te-netware.h -- NetWare target environment declarations. - Copyright 2004, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2004-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-pc532mach.h b/gas/config/te-pc532mach.h index 0639defcc52..4241c5abe50 100644 --- a/gas/config/te-pc532mach.h +++ b/gas/config/te-pc532mach.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-pe.h b/gas/config/te-pe.h index 1ac632cb783..a6b857de74e 100644 --- a/gas/config/te-pe.h +++ b/gas/config/te-pe.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-pep.h b/gas/config/te-pep.h index abc305edded..2995761eade 100644 --- a/gas/config/te-pep.h +++ b/gas/config/te-pep.h @@ -1,4 +1,4 @@ -/* Copyright 2006, 2007 Free Software Foundation, Inc. +/* Copyright (C) 2006-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-psos.h b/gas/config/te-psos.h index a61e261ab1a..e6e2d97168e 100644 --- a/gas/config/te-psos.h +++ b/gas/config/te-psos.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-riscix.h b/gas/config/te-riscix.h index dcd87e51212..9fa9f85d53b 100644 --- a/gas/config/te-riscix.h +++ b/gas/config/te-riscix.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-solaris.h b/gas/config/te-solaris.h index 9c628c2f577..38659993b59 100644 --- a/gas/config/te-solaris.h +++ b/gas/config/te-solaris.h @@ -1,4 +1,4 @@ -/* Copyright 2008, 2010 Free Software Foundation, Inc. +/* Copyright (C) 2008-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-sparcaout.h b/gas/config/te-sparcaout.h index 3c6c76fe1e9..55026506cfd 100644 --- a/gas/config/te-sparcaout.h +++ b/gas/config/te-sparcaout.h @@ -1,5 +1,5 @@ /* te-sparcaout.h -- embedded sparc-aout target environment declarations. - Copyright 1996, 2000, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-sun3.h b/gas/config/te-sun3.h index d7dd6371765..7138e224f55 100644 --- a/gas/config/te-sun3.h +++ b/gas/config/te-sun3.h @@ -1,6 +1,5 @@ /* te-sun3.h -- Sun-3 target environment declarations. - Copyright 1987, 1990, 1991, 1992, 2000, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-svr4.h b/gas/config/te-svr4.h index a33304ae55d..f989a9d50eb 100644 --- a/gas/config/te-svr4.h +++ b/gas/config/te-svr4.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-symbian.h b/gas/config/te-symbian.h index 02a4e10232f..4b52b2278f4 100644 --- a/gas/config/te-symbian.h +++ b/gas/config/te-symbian.h @@ -1,4 +1,4 @@ -/* Copyright 2004, 2005, 2007 Free Software Foundation, Inc. +/* Copyright (C) 2004-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-tmips.h b/gas/config/te-tmips.h index e7ab8cc7788..ce5dbda5d70 100644 --- a/gas/config/te-tmips.h +++ b/gas/config/te-tmips.h @@ -1,5 +1,5 @@ /* Traditional MIPS targets - Copyright 2000, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-uclinux.h b/gas/config/te-uclinux.h index 4a5d879e30a..bb0ead0aebb 100644 --- a/gas/config/te-uclinux.h +++ b/gas/config/te-uclinux.h @@ -1,4 +1,4 @@ -/* Copyright 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-vms.c b/gas/config/te-vms.c index 42f965ae412..8bb15c5da53 100644 --- a/gas/config/te-vms.c +++ b/gas/config/te-vms.c @@ -1,5 +1,5 @@ /* te-vms.c -- Utilities for VMS. - Copyright 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2014 Free Software Foundation, Inc. Written by Douglas B Rupp <rupp@gnat.com> diff --git a/gas/config/te-vms.h b/gas/config/te-vms.h index 0c3a1940659..34012e1b467 100644 --- a/gas/config/te-vms.h +++ b/gas/config/te-vms.h @@ -1,4 +1,4 @@ -/* Copyright 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-vxworks.h b/gas/config/te-vxworks.h index 8c7d505af46..e22b1a3b147 100644 --- a/gas/config/te-vxworks.h +++ b/gas/config/te-vxworks.h @@ -1,6 +1,5 @@ /* te-vxworks.h -- VxWorks target environment declarations. - Copyright 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/te-wince-pe.h b/gas/config/te-wince-pe.h index fc41c0084b6..a2049ba0969 100644 --- a/gas/config/te-wince-pe.h +++ b/gas/config/te-wince-pe.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/vax-inst.h b/gas/config/vax-inst.h index 4f4f961a2a7..c6ce10231f8 100644 --- a/gas/config/vax-inst.h +++ b/gas/config/vax-inst.h @@ -1,6 +1,5 @@ /* vax-inst.h - GNU - Part of vax.c - Copyright 1987, 1992, 1995, 2000, 2002, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/xtensa-istack.h b/gas/config/xtensa-istack.h index 75b56b2d309..d9aee8f21f6 100644 --- a/gas/config/xtensa-istack.h +++ b/gas/config/xtensa-istack.h @@ -1,6 +1,5 @@ /* Declarations for stacks of tokenized Xtensa instructions. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 - Free Software Foundation, Inc. + Copyright (C) 2003-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/xtensa-relax.c b/gas/config/xtensa-relax.c index 681369e598f..df8a55af5f0 100644 --- a/gas/config/xtensa-relax.c +++ b/gas/config/xtensa-relax.c @@ -1,6 +1,5 @@ /* Table of relaxations for Xtensa assembly. - Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 2003-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/xtensa-relax.h b/gas/config/xtensa-relax.h index 4c56166cb65..ba07939468c 100644 --- a/gas/config/xtensa-relax.h +++ b/gas/config/xtensa-relax.h @@ -1,5 +1,5 @@ /* Table of relaxations for Xtensa assembly. - Copyright 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2003-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/configure.com b/gas/configure.com index 3811298a1c4..982d3318e2e 100644 --- a/gas/configure.com +++ b/gas/configure.com @@ -3,7 +3,7 @@ $! This file sets things up to build gas on a VMS system to generate object $! files for a VMS system. 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/gas/configure.in b/gas/configure.in index 9e1ba596607..1bf315d572a 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -3,7 +3,7 @@ dnl dnl And be careful when changing it! If you must add tests with square dnl brackets, be sure changequote invocations surround it. dnl -dnl Copyright 2012, 2013 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/gas/configure.tgt b/gas/configure.tgt index fdc0612f504..70c21a99c83 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -1,6 +1,6 @@ # gas target specific configuration file. This is a -*- sh -*- file. # -# 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/gas/debug.c b/gas/debug.c index 02695fc6359..cc3a10623d5 100644 --- a/gas/debug.c +++ b/gas/debug.c @@ -1,6 +1,5 @@ /* This file is debug.c - Copyright 1987, 1988, 1989, 1990, 1991, 1992, 2000, 2005, 2006, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/depend.c b/gas/depend.c index 7a3c54c4e11..16f79c14156 100644 --- a/gas/depend.c +++ b/gas/depend.c @@ -1,6 +1,5 @@ /* depend.c - Handle dependency tracking. - Copyright 1997, 1998, 2000, 2001, 2003, 2004, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index e5b3c5f1f49..10f2e684169 100644 --- a/gas/doc/Makefile.am +++ b/gas/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/gas/doc/all.texi b/gas/doc/all.texi index 5e1ed04c772..94b88bffa8e 100644 --- a/gas/doc/all.texi +++ b/gas/doc/all.texi @@ -1,4 +1,4 @@ -@c Copyright 1992-2013 Free Software Foundation, Inc. +@c Copyright (C) 1992-2014 Free Software Foundation, Inc. @c This file is part of the documentation for the GAS manual @c Configuration settings for all-inclusive version of manual diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 739b5b96d2a..efeac93ecc4 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -1,5 +1,5 @@ \input texinfo @c -*-Texinfo-*- -@c Copyright 1991-2013 Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c UPDATE!! On future updates-- @c (1) check for new machine-dep cmdline options in @c md_parse_option definitions in config/tc-*.c @@ -100,7 +100,7 @@ This file documents the GNU Assembler "@value{AS}". @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 @@ -149,7 +149,7 @@ done. @end tex @vskip 0pt plus 1filll -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/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 6019006346a..51de64237e7 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -1,4 +1,4 @@ -@c Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +@c Copyright (C) 2009-2014 Free Software Foundation, Inc. @c Contributed by ARM Ltd. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-alpha.texi b/gas/doc/c-alpha.texi index dd484138ff8..302ed0fd414 100644 --- a/gas/doc/c-alpha.texi +++ b/gas/doc/c-alpha.texi @@ -1,5 +1,4 @@ -@c Copyright 2002, 2003, 2005, 2009, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 2002-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-arc.texi b/gas/doc/c-arc.texi index 38bd3c85697..c7bbb66e79b 100644 --- a/gas/doc/c-arc.texi +++ b/gas/doc/c-arc.texi @@ -1,4 +1,4 @@ -@c Copyright 2000-2013 Free Software Foundation, Inc. +@c Copyright (C) 2000-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index df7313d7d49..c79c43b5d0a 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -1,4 +1,4 @@ -@c Copyright 1996-2013 Free Software Foundation, Inc. +@c Copyright (C) 1996-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-avr.texi b/gas/doc/c-avr.texi index 213e82c3101..3357abae807 100644 --- a/gas/doc/c-avr.texi +++ b/gas/doc/c-avr.texi @@ -1,4 +1,4 @@ -@c Copyright 2006-2013 Free Software Foundation, Inc. +@c Copyright (C) 2006-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-bfin.texi b/gas/doc/c-bfin.texi index 870e0dbc0c4..35de1fae8e7 100644 --- a/gas/doc/c-bfin.texi +++ b/gas/doc/c-bfin.texi @@ -1,5 +1,4 @@ -@c Copyright 2005, 2006, 2009, 2010, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 2005-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-cr16.texi b/gas/doc/c-cr16.texi index b996d732369..20b118df1bb 100644 --- a/gas/doc/c-cr16.texi +++ b/gas/doc/c-cr16.texi @@ -1,4 +1,4 @@ -@c Copyright 2007-2013 Free Software Foundation, Inc. +@c Copyright (C) 2007-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-cris.texi b/gas/doc/c-cris.texi index ff27921b4b0..73ba059fb80 100644 --- a/gas/doc/c-cris.texi +++ b/gas/doc/c-cris.texi @@ -1,4 +1,4 @@ -@c Copyright 2002, 2004 Free Software Foundation, Inc. +@c Copyright (C) 2002-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c CRIS description contributed by Axis Communications. diff --git a/gas/doc/c-d10v.texi b/gas/doc/c-d10v.texi index d6c0bb62879..3dd52b5ad39 100644 --- a/gas/doc/c-d10v.texi +++ b/gas/doc/c-d10v.texi @@ -1,4 +1,4 @@ -@c Copyright 1996, 2000, 2002 Free Software Foundation, Inc. +@c Copyright (C) 1996-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-d30v.texi b/gas/doc/c-d30v.texi index aec7f68fa70..6e86f4d4511 100644 --- a/gas/doc/c-d30v.texi +++ b/gas/doc/c-d30v.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1997, 2011 Free Software Foundation, Inc. +@c Copyright (C) 1997-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-epiphany.texi b/gas/doc/c-epiphany.texi index 8e2b94dd26c..29862c23faa 100644 --- a/gas/doc/c-epiphany.texi +++ b/gas/doc/c-epiphany.texi @@ -1,4 +1,4 @@ -@c Copyright 1999, 2002, 2011 Free Software Foundation, Inc. +@c Copyright (C) 1999-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-h8300.texi b/gas/doc/c-h8300.texi index 5245c666263..cbdebbabf5e 100644 --- a/gas/doc/c-h8300.texi +++ b/gas/doc/c-h8300.texi @@ -1,5 +1,4 @@ -@c Copyright (C) 1991, 1992, 1993, 1994, 1995, 2003, 2008, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-hppa.texi b/gas/doc/c-hppa.texi index 2bb1ae4fed6..0e0e152d01b 100644 --- a/gas/doc/c-hppa.texi +++ b/gas/doc/c-hppa.texi @@ -1,5 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 1998, 2004, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @page diff --git a/gas/doc/c-i370.texi b/gas/doc/c-i370.texi index a580a7cd303..2a05a942f60 100644 --- a/gas/doc/c-i370.texi +++ b/gas/doc/c-i370.texi @@ -1,4 +1,4 @@ -@c Copyright 2000, 2002 Free Software Foundation, Inc. +@c Copyright (C) 2000-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 0d79fbd98fd..18bd96ae608 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -1,4 +1,4 @@ -@c Copyright 1991-2013 Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-i860.texi b/gas/doc/c-i860.texi index a66024e3846..7940a944ec7 100644 --- a/gas/doc/c-i860.texi +++ b/gas/doc/c-i860.texi @@ -1,4 +1,4 @@ -@c Copyright 2000, 2003, 2011 Free Software Foundation, Inc. +@c Copyright (C) 2000-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-i960.texi b/gas/doc/c-i960.texi index e8a2e61f598..65f0a07eff3 100644 --- a/gas/doc/c-i960.texi +++ b/gas/doc/c-i960.texi @@ -1,5 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 2002, 2006, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-ia64.texi b/gas/doc/c-ia64.texi index eb9283636d1..afbec2fc06e 100644 --- a/gas/doc/c-ia64.texi +++ b/gas/doc/c-ia64.texi @@ -1,5 +1,4 @@ -@c Copyright 2002, 2003, 2005 -@c Free Software Foundation, Inc. +@c Copyright (C) 2002-2014 Free Software Foundation, Inc. @c Contributed by David Mosberger-Tang <davidm@hpl.hp.com> @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-ip2k.texi b/gas/doc/c-ip2k.texi index c33042b4eed..7f881763347 100644 --- a/gas/doc/c-ip2k.texi +++ b/gas/doc/c-ip2k.texi @@ -1,5 +1,4 @@ -@c Copyright 2002, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 2002-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-lm32.texi b/gas/doc/c-lm32.texi index d09fd27dc5b..767748befc6 100644 --- a/gas/doc/c-lm32.texi +++ b/gas/doc/c-lm32.texi @@ -1,5 +1,4 @@ -@c Copyright 2008, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 2008-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-m32c.texi b/gas/doc/c-m32c.texi index 16acc8d3ad2..2a4ee362fd6 100644 --- a/gas/doc/c-m32c.texi +++ b/gas/doc/c-m32c.texi @@ -1,5 +1,4 @@ -@c Copyright 2005, 2008 -@c Free Software Foundation, Inc. +@c Copyright (C) 2005-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-m32r.texi b/gas/doc/c-m32r.texi index abb07285602..079f372a847 100644 --- a/gas/doc/c-m32r.texi +++ b/gas/doc/c-m32r.texi @@ -1,4 +1,4 @@ -@c Copyright 1991-2013 Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-m68hc11.texi b/gas/doc/c-m68hc11.texi index 2583c016432..cf0666771c8 100644 --- a/gas/doc/c-m68hc11.texi +++ b/gas/doc/c-m68hc11.texi @@ -1,6 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2003, -@c 2006, 2011, 2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-m68k.texi b/gas/doc/c-m68k.texi index 7beca110ed3..d260d3d79c1 100644 --- a/gas/doc/c-m68k.texi +++ b/gas/doc/c-m68k.texi @@ -1,5 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2003, -@c 2004, 2006, 2007, 2011 Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-metag.texi b/gas/doc/c-metag.texi index f55db22e470..09f89582bac 100644 --- a/gas/doc/c-metag.texi +++ b/gas/doc/c-metag.texi @@ -1,4 +1,4 @@ -@c Copyright 2013 Free Software Foundation, Inc. +@c Copyright (C) 2013-2014 Free Software Foundation, Inc. @c Contributed by Imagination Technologies Ltd. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-microblaze.texi b/gas/doc/c-microblaze.texi index 0027019aaae..a1c71ceec01 100644 --- a/gas/doc/c-microblaze.texi +++ b/gas/doc/c-microblaze.texi @@ -1,5 +1,4 @@ -@c Copyright 2009, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 2009-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index dfada1e0a47..184915e3503 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -1,6 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1999, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2013 -@c Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-mmix.texi b/gas/doc/c-mmix.texi index 009f9d3e974..24d242c4c1b 100644 --- a/gas/doc/c-mmix.texi +++ b/gas/doc/c-mmix.texi @@ -1,4 +1,4 @@ -@c Copyright 2001, 2002, 2003, 2006, 2011 Free Software Foundation, Inc. +@c Copyright (C) 2001-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c MMIX description by Hans-Peter Nilsson, hp@bitrange.com diff --git a/gas/doc/c-msp430.texi b/gas/doc/c-msp430.texi index d8fe3ce475f..c5399469d83 100644 --- a/gas/doc/c-msp430.texi +++ b/gas/doc/c-msp430.texi @@ -1,4 +1,4 @@ -@c Copyright 2002-2014 Free Software Foundation, Inc. +@c Copyright (C) 2002-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-mt.texi b/gas/doc/c-mt.texi index 02843f2c752..f6ee21d86bd 100644 --- a/gas/doc/c-mt.texi +++ b/gas/doc/c-mt.texi @@ -1,5 +1,4 @@ -@c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 -@c Free Software Foundation, Inc. +@c Copyright (C) 1996-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-nds32.texi b/gas/doc/c-nds32.texi index 9636fccc3af..21f3b829d07 100644 --- a/gas/doc/c-nds32.texi +++ b/gas/doc/c-nds32.texi @@ -1,4 +1,4 @@ -@c Copyright 2013 Free Software Foundation, Inc. +@c Copyright (C) 2013-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-nios2.texi b/gas/doc/c-nios2.texi index 0ba6b9b8470..e2aa125f5a7 100644 --- a/gas/doc/c-nios2.texi +++ b/gas/doc/c-nios2.texi @@ -1,4 +1,4 @@ -@c Copyright 2012, 2013 Free Software Foundation, Inc. +@c Copyright (C) 2012-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-ns32k.texi b/gas/doc/c-ns32k.texi index 7b6544cc550..c2b8e536154 100644 --- a/gas/doc/c-ns32k.texi +++ b/gas/doc/c-ns32k.texi @@ -1,5 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 2002 -@c Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-pdp11.texi b/gas/doc/c-pdp11.texi index c5e0c3de9ce..62ed9d51627 100644 --- a/gas/doc/c-pdp11.texi +++ b/gas/doc/c-pdp11.texi @@ -1,4 +1,4 @@ -@c Copyright 2001, 2002, 2006 Free Software Foundation, Inc. +@c Copyright (C) 2001-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-pj.texi b/gas/doc/c-pj.texi index dcf32ab9399..e124caec80a 100644 --- a/gas/doc/c-pj.texi +++ b/gas/doc/c-pj.texi @@ -1,4 +1,4 @@ -@c Copyright 1999, 2002, 2011 Free Software Foundation, Inc. +@c Copyright (C) 1999-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @page diff --git a/gas/doc/c-ppc.texi b/gas/doc/c-ppc.texi index c2209edcdc0..c457a5070fc 100644 --- a/gas/doc/c-ppc.texi +++ b/gas/doc/c-ppc.texi @@ -1,5 +1,4 @@ -@c Copyright 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 -@c 2012 Free Software Foundation, Inc. +@c Copyright (C) 2001-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-rl78.texi b/gas/doc/c-rl78.texi index 0964ac45699..dce833bc75e 100644 --- a/gas/doc/c-rl78.texi +++ b/gas/doc/c-rl78.texi @@ -1,4 +1,4 @@ -@c Copyright 2011-2013 Free Software Foundation, Inc. +@c Copyright (C) 2011-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-rx.texi b/gas/doc/c-rx.texi index 2b3ab3964b4..5f24fd33928 100644 --- a/gas/doc/c-rx.texi +++ b/gas/doc/c-rx.texi @@ -1,4 +1,4 @@ -@c Copyright 2008-2013 Free Software Foundation, Inc. +@c Copyright (C) 2008-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-s390.texi b/gas/doc/c-s390.texi index 1935fb3e69c..a4fdf4a3891 100644 --- a/gas/doc/c-s390.texi +++ b/gas/doc/c-s390.texi @@ -1,5 +1,4 @@ -@c Copyright 2009, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 2009-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-score.texi b/gas/doc/c-score.texi index 8335ae79148..73dee164127 100644 --- a/gas/doc/c-score.texi +++ b/gas/doc/c-score.texi @@ -1,5 +1,4 @@ -@c Copyright 2009, 2011, 2013 -@c Free Software Foundation, Inc. +@c Copyright (C) 2009-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-sh.texi b/gas/doc/c-sh.texi index 967cea4bc90..8e58282f2a1 100644 --- a/gas/doc/c-sh.texi +++ b/gas/doc/c-sh.texi @@ -1,5 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2003, 2004, -@c 2005, 2008, 2010, 2011, 2012 Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @page diff --git a/gas/doc/c-sh64.texi b/gas/doc/c-sh64.texi index 6857f29e42c..7ccb2855d3b 100644 --- a/gas/doc/c-sh64.texi +++ b/gas/doc/c-sh64.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002, 2003, 2008, 2011, 2012 Free Software Foundation, Inc. +@c Copyright (C) 2002-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @page diff --git a/gas/doc/c-sparc.texi b/gas/doc/c-sparc.texi index f6b9815085d..12eb6ed838d 100644 --- a/gas/doc/c-sparc.texi +++ b/gas/doc/c-sparc.texi @@ -1,6 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1999, 2002, 2008, -@c 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-tic54x.texi b/gas/doc/c-tic54x.texi index 8a373169afb..50b3611a186 100644 --- a/gas/doc/c-tic54x.texi +++ b/gas/doc/c-tic54x.texi @@ -1,4 +1,4 @@ -@c Copyright 2000-2013 Free Software Foundation, Inc. +@c Copyright (C) 2000-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c TI TMS320C54X description by Timothy Wall, twall@cygnus.com diff --git a/gas/doc/c-tic6x.texi b/gas/doc/c-tic6x.texi index a39a9a7147b..cd449883496 100644 --- a/gas/doc/c-tic6x.texi +++ b/gas/doc/c-tic6x.texi @@ -1,4 +1,4 @@ -@c Copyright 2010, 2011 Free Software Foundation, Inc. +@c Copyright (C) 2010-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-tilegx.texi b/gas/doc/c-tilegx.texi index 0d8c038bf14..528ae7fd340 100644 --- a/gas/doc/c-tilegx.texi +++ b/gas/doc/c-tilegx.texi @@ -1,5 +1,4 @@ -@c Copyright 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 2011-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c man end diff --git a/gas/doc/c-tilepro.texi b/gas/doc/c-tilepro.texi index 5d80c4f05c4..a8989ab1a6c 100644 --- a/gas/doc/c-tilepro.texi +++ b/gas/doc/c-tilepro.texi @@ -1,5 +1,4 @@ -@c Copyright 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 2011-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-v850.texi b/gas/doc/c-v850.texi index 2516a8388a7..7fe3719aadd 100644 --- a/gas/doc/c-v850.texi +++ b/gas/doc/c-v850.texi @@ -1,4 +1,4 @@ -@c Copyright 1997-2013 Free Software Foundation, Inc. +@c Copyright (C) 1997-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-vax.texi b/gas/doc/c-vax.texi index 9eacd10d794..1df7453e5b1 100644 --- a/gas/doc/c-vax.texi +++ b/gas/doc/c-vax.texi @@ -1,5 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2002, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c VAX/VMS description enhanced and corrected by Klaus K"aempf, kkaempf@progis.de diff --git a/gas/doc/c-xc16x.texi b/gas/doc/c-xc16x.texi index 9589139c377..fd5ff7ff184 100644 --- a/gas/doc/c-xc16x.texi +++ b/gas/doc/c-xc16x.texi @@ -1,4 +1,4 @@ -@c Copyright 2006, 2011 Free Software Foundation, Inc. +@c Copyright (C) 2006-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-xgate.texi b/gas/doc/c-xgate.texi index 360554fdd54..46b94804f18 100644 --- a/gas/doc/c-xgate.texi +++ b/gas/doc/c-xgate.texi @@ -1,5 +1,4 @@ -@c Copyright 2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 2012-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/c-xstormy16.texi b/gas/doc/c-xstormy16.texi index 31ba6f968ce..5196537de23 100644 --- a/gas/doc/c-xstormy16.texi +++ b/gas/doc/c-xstormy16.texi @@ -1,4 +1,4 @@ -@c Copyright 2010, 2011 Free Software Foundation, Inc. +@c Copyright (C) 2010-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-xtensa.texi b/gas/doc/c-xtensa.texi index bf5b38b06b6..406e635f3f8 100644 --- a/gas/doc/c-xtensa.texi +++ b/gas/doc/c-xtensa.texi @@ -1,5 +1,4 @@ -@c Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 2002-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c diff --git a/gas/doc/c-z80.texi b/gas/doc/c-z80.texi index df5a65fc7ab..4e1f91c08c5 100644 --- a/gas/doc/c-z80.texi +++ b/gas/doc/c-z80.texi @@ -1,4 +1,4 @@ -@c Copyright 2011 Free Software Foundation, Inc. +@c Copyright (C) 2011-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/c-z8k.texi b/gas/doc/c-z8k.texi index 51f00e1237d..bc201502def 100644 --- a/gas/doc/c-z8k.texi +++ b/gas/doc/c-z8k.texi @@ -1,5 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 2003, 2011 -@c Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC diff --git a/gas/doc/h8.texi b/gas/doc/h8.texi index 2b9e9dd3c25..59e51350589 100644 --- a/gas/doc/h8.texi +++ b/gas/doc/h8.texi @@ -1,5 +1,4 @@ -@c Copyright 2012 -@c Free Software Foundation, Inc. +@c Copyright (C) 2012-2014 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index cf15fb511d0..d76c90ee019 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -1,7 +1,5 @@ \input texinfo -@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -@c 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -@c Free Software Foundation, Inc. +@c Copyright (C) 1991-2014 Free Software Foundation, Inc. @setfilename internals.info @node Top @top Assembler Internals diff --git a/gas/dw2gencfi.c b/gas/dw2gencfi.c index faa8384d882..c282705f25d 100644 --- a/gas/dw2gencfi.c +++ b/gas/dw2gencfi.c @@ -1,6 +1,5 @@ /* dw2gencfi.c - Support for generating Dwarf2 CFI information. - Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2003-2014 Free Software Foundation, Inc. Contributed by Michal Ludvig <mludvig@suse.cz> This file is part of GAS, the GNU Assembler. diff --git a/gas/dw2gencfi.h b/gas/dw2gencfi.h index 7f834966b90..8ce981911e4 100644 --- a/gas/dw2gencfi.h +++ b/gas/dw2gencfi.h @@ -1,5 +1,5 @@ /* dw2gencfi.h - Support for generating Dwarf2 CFI information. - Copyright 2003, 2004, 2005, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2003-2014 Free Software Foundation, Inc. Contributed by Michal Ludvig <mludvig@suse.cz> This file is part of GAS, the GNU Assembler. diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c index ac6148fe7ec..4e9b654b8df 100644 --- a/gas/dwarf2dbg.c +++ b/gas/dwarf2dbg.c @@ -1,5 +1,5 @@ /* dwarf2dbg.c - DWARF2 debug support - Copyright 1999-2013 Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of GAS, the GNU Assembler. diff --git a/gas/dwarf2dbg.h b/gas/dwarf2dbg.h index 84ef8f6d52c..fdb185f0dd0 100644 --- a/gas/dwarf2dbg.h +++ b/gas/dwarf2dbg.h @@ -1,6 +1,5 @@ /* dwarf2dbg.h - DWARF2 debug support - Copyright 1999, 2000, 2002, 2003, 2005, 2006, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/ecoff.c b/gas/ecoff.c index 821b02ce7d3..771c8b52bac 100644 --- a/gas/ecoff.c +++ b/gas/ecoff.c @@ -1,7 +1,5 @@ /* ECOFF debugging support. - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. Contributed by Cygnus Support. This file was put together by Ian Lance Taylor <ian@cygnus.com>. A good deal of it comes directly from mips-tfile.c, by Michael diff --git a/gas/ecoff.h b/gas/ecoff.h index f4f83561471..02bc747a01c 100644 --- a/gas/ecoff.h +++ b/gas/ecoff.h @@ -1,6 +1,5 @@ /* ecoff.h -- header file for ECOFF debugging support - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2003, 2004, 2005, - 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1993-2014 Free Software Foundation, Inc. Contributed by Cygnus Support. Put together by Ian Lance Taylor <ian@cygnus.com>. diff --git a/gas/ehopt.c b/gas/ehopt.c index 70e1a00f4e2..56756ffdc96 100644 --- a/gas/ehopt.c +++ b/gas/ehopt.c @@ -1,6 +1,5 @@ /* ehopt.c--optimize gcc exception frame information. - Copyright 1998, 2000, 2001, 2003, 2005, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. This file is part of GAS, the GNU Assembler. diff --git a/gas/emul-target.h b/gas/emul-target.h index d6069eb26cc..6faae47ef0e 100644 --- a/gas/emul-target.h +++ b/gas/emul-target.h @@ -1,5 +1,5 @@ /* emul-target.h. Default values for struct emulation defined in emul.h - Copyright 1995, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/emul.h b/gas/emul.h index 4080364ef57..2a07a58a9e2 100644 --- a/gas/emul.h +++ b/gas/emul.h @@ -1,5 +1,5 @@ /* emul.h. File format emulation routines - Copyright 1995, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/expr.c b/gas/expr.c index c4b2b756bae..b39c70d1559 100644 --- a/gas/expr.c +++ b/gas/expr.c @@ -1,7 +1,5 @@ /* expr.c -operands, expressions- - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, - 2012 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/expr.h b/gas/expr.h index 438ac0dcc13..d5eb286ed3a 100644 --- a/gas/expr.h +++ b/gas/expr.h @@ -1,6 +1,5 @@ /* expr.h -> header file for expr.c - Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2002, 2003, 2005, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/flonum-copy.c b/gas/flonum-copy.c index c1131b12507..15b2a59a9e2 100644 --- a/gas/flonum-copy.c +++ b/gas/flonum-copy.c @@ -1,6 +1,5 @@ /* flonum_copy.c - copy a flonum - Copyright 1987, 1990, 1991, 1992, 1993, 2000, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/flonum-konst.c b/gas/flonum-konst.c index cb60beaa66e..86865c738d1 100644 --- a/gas/flonum-konst.c +++ b/gas/flonum-konst.c @@ -1,6 +1,5 @@ /* flonum_const.c - Useful Flonum constants - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 2000, 2002, - 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/flonum-mult.c b/gas/flonum-mult.c index e5f32fca2e4..c9aeebd6b7c 100644 --- a/gas/flonum-mult.c +++ b/gas/flonum-mult.c @@ -1,6 +1,5 @@ /* flonum_mult.c - multiply two flonums - Copyright 1987, 1990, 1991, 1992, 1995, 2000, 2002, 2003, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/flonum.h b/gas/flonum.h index c27dd222356..fc9f7af96c0 100644 --- a/gas/flonum.h +++ b/gas/flonum.h @@ -1,6 +1,5 @@ /* flonum.h - Floating point package - Copyright 1987, 1990, 1991, 1992, 1994, 1996, 2000, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/frags.c b/gas/frags.c index beb251bb011..5f68480e512 100644 --- a/gas/frags.c +++ b/gas/frags.c @@ -1,7 +1,5 @@ /* frags.c - manage frags - - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/frags.h b/gas/frags.h index f5846be5a5f..319898fbecc 100644 --- a/gas/frags.h +++ b/gas/frags.h @@ -1,7 +1,5 @@ /* frags.h - Header file for the frag concept. - Copyright 1987, 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/hash.c b/gas/hash.c index bae83867d51..9a577848065 100644 --- a/gas/hash.c +++ b/gas/hash.c @@ -1,7 +1,5 @@ /* hash.c -- gas hash table code - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, - 2000, 2001, 2002, 2003, 2005, 2007, 2008, 2009, 2011, 2013 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/hash.h b/gas/hash.h index c7ea7b57c70..881dcf18ee8 100644 --- a/gas/hash.h +++ b/gas/hash.h @@ -1,6 +1,5 @@ /* hash.h -- header file for gas hash table routines - Copyright 1987, 1992, 1993, 1995, 1999, 2003, 2005, 2007, 2008, 2013 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/input-file.c b/gas/input-file.c index ecf1b44be9f..354ff56ce3d 100644 --- a/gas/input-file.c +++ b/gas/input-file.c @@ -1,7 +1,5 @@ /* input_file.c - Deal with Input Files - - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, 2001, - 2002, 2003, 2005, 2006, 2007, 2009, 2012 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/input-file.h b/gas/input-file.h index 7148cc548bc..7f7b65f8eed 100644 --- a/gas/input-file.h +++ b/gas/input-file.h @@ -1,6 +1,5 @@ /* input_file.h header for input-file.c - Copyright 1987, 1992, 1993, 2000, 2003, 2005, 2006, 2007, 2012 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/input-scrub.c b/gas/input-scrub.c index adae4d4dcd0..042005ac8da 100644 --- a/gas/input-scrub.c +++ b/gas/input-scrub.c @@ -1,7 +1,5 @@ /* input_scrub.c - Break up input buffers into whole numbers of lines. - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 2000, 2001, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/itbl-lex-wrapper.c b/gas/itbl-lex-wrapper.c index c60459f0efb..0f4e26b2192 100644 --- a/gas/itbl-lex-wrapper.c +++ b/gas/itbl-lex-wrapper.c @@ -1,4 +1,4 @@ -/* Copyright 2012 Free Software Foundation, Inc. +/* Copyright (C) 2012-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/itbl-lex.h b/gas/itbl-lex.h index 03af6994e83..f6a32461951 100644 --- a/gas/itbl-lex.h +++ b/gas/itbl-lex.h @@ -1,5 +1,5 @@ /* itbl-lex.h - Copyright 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/itbl-lex.l b/gas/itbl-lex.l index 7893a579c06..77f3239037e 100644 --- a/gas/itbl-lex.l +++ b/gas/itbl-lex.l @@ -1,6 +1,5 @@ /* itbl-lex.l - Copyright 1997, 1998, 2001, 2002, 2005, 2006, 2007 - Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c index e97a63679f4..24b255fe41f 100644 --- a/gas/itbl-ops.c +++ b/gas/itbl-ops.c @@ -1,6 +1,5 @@ /* itbl-ops.c - Copyright 1997, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/itbl-ops.h b/gas/itbl-ops.h index 52338b3ec4d..c443e065462 100644 --- a/gas/itbl-ops.h +++ b/gas/itbl-ops.h @@ -1,6 +1,5 @@ /* itbl-ops.h - Copyright 1997, 1999, 2000, 2003, 2005, 2006, 2007 - Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/itbl-parse.y b/gas/itbl-parse.y index cf757fb66eb..17c78039f4e 100644 --- a/gas/itbl-parse.y +++ b/gas/itbl-parse.y @@ -1,5 +1,5 @@ /* itbl-parse.y - Copyright 1997, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/listing.c b/gas/listing.c index 182d5046912..24450cfe1e3 100644 --- a/gas/listing.c +++ b/gas/listing.c @@ -1,7 +1,5 @@ /* listing.c - maintain assembly listings - Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1991-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/listing.h b/gas/listing.h index 79afdac6b60..af20082a10d 100644 --- a/gas/listing.h +++ b/gas/listing.h @@ -1,6 +1,5 @@ /* This file is listing.h - Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1997, 1998, - 2003, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/literal.c b/gas/literal.c index 6cbbe7e54ac..b2a9ddef996 100644 --- a/gas/literal.c +++ b/gas/literal.c @@ -1,5 +1,5 @@ /* literal.c - GAS literal pool management. - Copyright 1994, 2000, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Written by Ken Raeburn (raeburn@cygnus.com). This file is part of GAS, the GNU Assembler. diff --git a/gas/macro.c b/gas/macro.c index 75b9b7ef93e..4589bd8455d 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -1,6 +1,5 @@ /* macro.c - macro support for gas - Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2011, 2012, 2013 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Written by Steve and Judy Chamberlain of Cygnus Support, sac@cygnus.com diff --git a/gas/macro.h b/gas/macro.h index b109178262e..133c4c93d32 100644 --- a/gas/macro.h +++ b/gas/macro.h @@ -1,6 +1,5 @@ /* macro.h - header file for macro support for gas - Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2012 Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Written by Steve and Judy Chamberlain of Cygnus Support, sac@cygnus.com diff --git a/gas/makefile.vms b/gas/makefile.vms index b7c29c82ff6..6047fd0046d 100644 --- a/gas/makefile.vms +++ b/gas/makefile.vms @@ -3,7 +3,7 @@ # # Created by Klaus Kaempf, kkaempf@progis.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/gas/messages.c b/gas/messages.c index e1734f25063..979253d2bec 100644 --- a/gas/messages.c +++ b/gas/messages.c @@ -1,7 +1,5 @@ /* messages.c - error reporter - - Copyright 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2001, - 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS is free software; you can redistribute it and/or modify diff --git a/gas/obj.h b/gas/obj.h index c2d4836a62f..f97c615e392 100644 --- a/gas/obj.h +++ b/gas/obj.h @@ -1,8 +1,7 @@ /* obj.h - defines the object dependent hooks for all object format backends. - Copyright 1987, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1999, 2000, - 2002, 2003, 2004, 2005, 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/output-file.c b/gas/output-file.c index 25bd291d98a..d52fe165065 100644 --- a/gas/output-file.c +++ b/gas/output-file.c @@ -1,6 +1,5 @@ /* output-file.c - Deal with the output file - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1996, 1998, 1999, 2001, - 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/output-file.h b/gas/output-file.h index d276d28e623..28022efb946 100644 --- a/gas/output-file.h +++ b/gas/output-file.h @@ -1,7 +1,6 @@ /* This file is output-file.h - Copyright 1987, 1988, 1989, 1990, 1991, 1992, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/po/Make-in b/gas/po/Make-in index f8f6525a041..dafc461adf3 100644 --- a/gas/po/Make-in +++ b/gas/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/gas/read.c b/gas/read.c index 02f5a255b64..b4aa3912d06 100644 --- a/gas/read.c +++ b/gas/read.c @@ -1,5 +1,5 @@ /* read.c - read a source file - - Copyright 1986-2013 Free Software Foundation, Inc. + Copyright (C) 1986-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/read.h b/gas/read.h index 81b958ac14f..59c00274205 100644 --- a/gas/read.h +++ b/gas/read.h @@ -1,7 +1,5 @@ /* read.h - of read.c - Copyright 1986, 1990, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2012 - Free Software Foundation, Inc. + Copyright (C) 1986-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/remap.c b/gas/remap.c index ae9b9ddaa9c..8fa6a91607d 100644 --- a/gas/remap.c +++ b/gas/remap.c @@ -1,5 +1,5 @@ /* Remap file names for debug info for GNU assembler. - Copyright 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -1,6 +1,5 @@ /* sb.c - string buffer manipulation routines - Copyright 1994, 1995, 2000, 2003, 2005, 2006, 2007, 2009, 2012 - Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Written by Steve and Judy Chamberlain of Cygnus Support, sac@cygnus.com @@ -1,6 +1,5 @@ /* sb.h - header file for string buffer manipulation routines - Copyright 1994, 1995, 2000, 2003, 2005, 2006, 2007, 2012 - Free Software Foundation, Inc. + Copyright (C) 1994-2014 Free Software Foundation, Inc. Written by Steve and Judy Chamberlain of Cygnus Support, sac@cygnus.com diff --git a/gas/stabs.c b/gas/stabs.c index e0594fa5d4e..956ed5eb7a7 100644 --- a/gas/stabs.c +++ b/gas/stabs.c @@ -1,6 +1,5 @@ /* Generic stabs parsing for gas. - Copyright 1989, 1990, 1991, 1993, 1995, 1996, 1997, 1998, 2000, 2001 - 2002, 2003, 2004, 2005, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1989-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/struc-symbol.h b/gas/struc-symbol.h index 1dbb9d2c352..564b1d40aef 100644 --- a/gas/struc-symbol.h +++ b/gas/struc-symbol.h @@ -1,6 +1,5 @@ /* struct_symbol.h - Internal symbol structure - Copyright 1987, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2005, - 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/subsegs.c b/gas/subsegs.c index 69f837b2a27..eb791953187 100644 --- a/gas/subsegs.c +++ b/gas/subsegs.c @@ -1,7 +1,5 @@ /* subsegs.c - subsegments - - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/subsegs.h b/gas/subsegs.h index 1e5f6199cff..e3ba8c7027e 100644 --- a/gas/subsegs.h +++ b/gas/subsegs.h @@ -1,6 +1,5 @@ /* subsegs.h -> subsegs.c - Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2003, 2005, - 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/symbols.c b/gas/symbols.c index 67fc84bb7e3..9da0468f5eb 100644 --- a/gas/symbols.c +++ b/gas/symbols.c @@ -1,7 +1,5 @@ /* symbols.c -symbol table- - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, - 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/symbols.h b/gas/symbols.h index a3a31f765bc..4c83033152c 100644 --- a/gas/symbols.h +++ b/gas/symbols.h @@ -1,6 +1,5 @@ /* symbols.h - - Copyright 1987, 1990, 1992, 1993, 1994, 1995, 1997, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -1,8 +1,6 @@ /* tc.h - target cpu dependent - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 2000, 2001, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 8c2736f1f13..f89155ab070 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-03-05 Alan Modra <amodra@gmail.com> + + Update copyright years. + 2014-03-03 Nick Clifton <nickc@redhat.com> * gas/msp430/bad.d: Add -mz option. diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/default.exp index 4435aaacf9a..65600c30b19 100644 --- a/gas/testsuite/config/default.exp +++ b/gas/testsuite/config/default.exp @@ -1,5 +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/gas/testsuite/gas/aarch64/aarch64.exp b/gas/testsuite/gas/aarch64/aarch64.exp index 0a11438cfb2..d70174d88a1 100644 --- a/gas/testsuite/gas/aarch64/aarch64.exp +++ b/gas/testsuite/gas/aarch64/aarch64.exp @@ -1,5 +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/gas/testsuite/gas/aarch64/addsub.s b/gas/testsuite/gas/aarch64/addsub.s index 568bbcebc50..da91dbac65b 100644 --- a/gas/testsuite/gas/aarch64/addsub.s +++ b/gas/testsuite/gas/aarch64/addsub.s @@ -1,6 +1,6 @@ /* addsub.s Test file for AArch64 add-subtract instructions. - Copyright 2012 Free Software Foundation, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/advsimd-across.s b/gas/testsuite/gas/aarch64/advsimd-across.s index b8c7d277f72..6ce77c34b84 100644 --- a/gas/testsuite/gas/aarch64/advsimd-across.s +++ b/gas/testsuite/gas/aarch64/advsimd-across.s @@ -1,7 +1,7 @@ /* advsimd-across.s Test file for AArch64 Advanced-SIMD across instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/advsimd-misc.s b/gas/testsuite/gas/aarch64/advsimd-misc.s index a9402e491c7..86a1c0d3151 100644 --- a/gas/testsuite/gas/aarch64/advsimd-misc.s +++ b/gas/testsuite/gas/aarch64/advsimd-misc.s @@ -1,7 +1,7 @@ /* advsimd-abs.s Test file for AArch64 Advanced-SIMD Integer absolute instruction. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/advsisd-copy.s b/gas/testsuite/gas/aarch64/advsisd-copy.s index a76865fb562..e9f282a7bd9 100644 --- a/gas/testsuite/gas/aarch64/advsisd-copy.s +++ b/gas/testsuite/gas/aarch64/advsisd-copy.s @@ -1,6 +1,6 @@ /* advsisd-copy.s Test file for AArch64 Advanced-SISD copy instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/advsisd-misc.s b/gas/testsuite/gas/aarch64/advsisd-misc.s index 50754f57584..bdd80031018 100644 --- a/gas/testsuite/gas/aarch64/advsisd-misc.s +++ b/gas/testsuite/gas/aarch64/advsisd-misc.s @@ -1,7 +1,7 @@ /* advsimd-abs.s Test file for AArch64 AdvSISD Scalar Misc instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/alias.s b/gas/testsuite/gas/aarch64/alias.s index f86b2dcd1ea..4ee04c1038f 100644 --- a/gas/testsuite/gas/aarch64/alias.s +++ b/gas/testsuite/gas/aarch64/alias.s @@ -2,7 +2,7 @@ preference. It is also used to test the -Mno-aliases option in the disassemler. - Copyright 2012, 2013 Free Software Foundation, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/bitfield-alias.s b/gas/testsuite/gas/aarch64/bitfield-alias.s index b2a0fc0ba3a..e261c949014 100644 --- a/gas/testsuite/gas/aarch64/bitfield-alias.s +++ b/gas/testsuite/gas/aarch64/bitfield-alias.s @@ -1,7 +1,7 @@ /* bitfield-alias.s Test file for AArch64 bitfield instructions alias mnemonics. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/bitfield-bfm.s b/gas/testsuite/gas/aarch64/bitfield-bfm.s index af107ea3262..9cfd382ad17 100644 --- a/gas/testsuite/gas/aarch64/bitfield-bfm.s +++ b/gas/testsuite/gas/aarch64/bitfield-bfm.s @@ -1,7 +1,7 @@ /* bitfield-bfm.s Test file for AArch64 bitfield instructions sbfm, bfm and ubfm mnemonics. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/crc32.s b/gas/testsuite/gas/aarch64/crc32.s index 34d9d92722f..621d3ccd1a2 100644 --- a/gas/testsuite/gas/aarch64/crc32.s +++ b/gas/testsuite/gas/aarch64/crc32.s @@ -1,6 +1,6 @@ /* crc32.s Test file for AArch64 CRC-32 and CRC-32C checksum instructions. - Copyright 2013 Free Software Foundation, Inc. + Copyright (C) 2013-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/crypto.s b/gas/testsuite/gas/aarch64/crypto.s index 9a1fe67dabd..01cb954b4df 100644 --- a/gas/testsuite/gas/aarch64/crypto.s +++ b/gas/testsuite/gas/aarch64/crypto.s @@ -1,6 +1,6 @@ /* crypto.s Test file for AArch64 Advanced-SIMD Crypto instructions. - Copyright 2012 Free Software Foundation, Inc. Contributed by ARM Ltd. + Copyright (C) 2012-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/floatdp2.s b/gas/testsuite/gas/aarch64/floatdp2.s index 6a88e33a398..31a9a4b4a91 100644 --- a/gas/testsuite/gas/aarch64/floatdp2.s +++ b/gas/testsuite/gas/aarch64/floatdp2.s @@ -1,7 +1,7 @@ /* floatdp2.s Test file for AArch64 Floating-point data-processing (2 source) instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/fp-const0-parse.s b/gas/testsuite/gas/aarch64/fp-const0-parse.s index b2d4d579c56..2e904e55dd9 100644 --- a/gas/testsuite/gas/aarch64/fp-const0-parse.s +++ b/gas/testsuite/gas/aarch64/fp-const0-parse.s @@ -1,6 +1,6 @@ /* fp-const0-parse.s Test file For AArch64 float constant 0 parse. - Copyright 2014 Free Software Foundation, Inc. + Copyright (C) 2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/fp_cvt_int.s b/gas/testsuite/gas/aarch64/fp_cvt_int.s index f6888bace28..d732143d902 100644 --- a/gas/testsuite/gas/aarch64/fp_cvt_int.s +++ b/gas/testsuite/gas/aarch64/fp_cvt_int.s @@ -1,7 +1,7 @@ /* fp_cvt_ins.s Test file for AArch64 floating-point<->fixed-point conversion and floating-point<->integer conversion instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/illegal.s b/gas/testsuite/gas/aarch64/illegal.s index 4578d973858..f4746a53a95 100644 --- a/gas/testsuite/gas/aarch64/illegal.s +++ b/gas/testsuite/gas/aarch64/illegal.s @@ -1,7 +1,7 @@ /* illegal.s Test file for AArch64 instructions that should be rejected by the assembler. - Copyright 2011, 2012 Free Software Foundation, Inc. Contributed by ARM Ltd. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-exclusive.s b/gas/testsuite/gas/aarch64/ldst-exclusive.s index fd66f36ef62..af7339edb93 100644 --- a/gas/testsuite/gas/aarch64/ldst-exclusive.s +++ b/gas/testsuite/gas/aarch64/ldst-exclusive.s @@ -1,7 +1,7 @@ /* ldst-exclusive.s Test file for AArch64 load-store exclusive instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-reg-imm-post-ind.s b/gas/testsuite/gas/aarch64/ldst-reg-imm-post-ind.s index bedc1577b6d..57299b93769 100644 --- a/gas/testsuite/gas/aarch64/ldst-reg-imm-post-ind.s +++ b/gas/testsuite/gas/aarch64/ldst-reg-imm-post-ind.s @@ -1,7 +1,7 @@ /* ldst-reg-imm-post-ind.s Test file for AArch64 load-store reg. (imm.post-ind.) instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-reg-imm-pre-ind.s b/gas/testsuite/gas/aarch64/ldst-reg-imm-pre-ind.s index 226586917b7..87d6f603232 100644 --- a/gas/testsuite/gas/aarch64/ldst-reg-imm-pre-ind.s +++ b/gas/testsuite/gas/aarch64/ldst-reg-imm-pre-ind.s @@ -1,7 +1,7 @@ /* ldst-reg-imm-pre-ind.s Test file for AArch64 load-store reg. (imm.pre-ind.) instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-reg-pair.s b/gas/testsuite/gas/aarch64/ldst-reg-pair.s index 2df333d94d6..8e74c64c3ed 100644 --- a/gas/testsuite/gas/aarch64/ldst-reg-pair.s +++ b/gas/testsuite/gas/aarch64/ldst-reg-pair.s @@ -1,6 +1,6 @@ /* ldst-reg-pair.s Test file for AArch64 load-store reg.pair instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-reg-reg-offset.s b/gas/testsuite/gas/aarch64/ldst-reg-reg-offset.s index 195c83032dd..7ece7bc6ce8 100644 --- a/gas/testsuite/gas/aarch64/ldst-reg-reg-offset.s +++ b/gas/testsuite/gas/aarch64/ldst-reg-reg-offset.s @@ -1,7 +1,7 @@ /* ldst-reg-reg-offset.s Test file for AArch64 load-store reg. (reg.offset) instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-reg-uns-imm.s b/gas/testsuite/gas/aarch64/ldst-reg-uns-imm.s index ad3f6013b94..d700f8b9bab 100644 --- a/gas/testsuite/gas/aarch64/ldst-reg-uns-imm.s +++ b/gas/testsuite/gas/aarch64/ldst-reg-uns-imm.s @@ -1,7 +1,7 @@ /* ld-reg-uns-imm.s Test file for AArch64 load-store reg. (uns.imm) instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/ldst-reg-unscaled-imm.s b/gas/testsuite/gas/aarch64/ldst-reg-unscaled-imm.s index 72b0c97bfab..aaf555db383 100644 --- a/gas/testsuite/gas/aarch64/ldst-reg-unscaled-imm.s +++ b/gas/testsuite/gas/aarch64/ldst-reg-unscaled-imm.s @@ -1,7 +1,7 @@ /* ldst-reg-unscaled-imm.s Test file for AArch64 load-store reg. (unscaled imm.) instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/msr.s b/gas/testsuite/gas/aarch64/msr.s index 01018c289d1..1dc747ad48d 100644 --- a/gas/testsuite/gas/aarch64/msr.s +++ b/gas/testsuite/gas/aarch64/msr.s @@ -1,5 +1,5 @@ /* - Copyright 2011-2013 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/neon-fp-cvt-int.s b/gas/testsuite/gas/aarch64/neon-fp-cvt-int.s index 437d999090f..ebe705bf023 100644 --- a/gas/testsuite/gas/aarch64/neon-fp-cvt-int.s +++ b/gas/testsuite/gas/aarch64/neon-fp-cvt-int.s @@ -2,7 +2,7 @@ floating-point<->fixed-point conversion and floating-point<->integer conversion instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/rm-simd-ext.s b/gas/testsuite/gas/aarch64/rm-simd-ext.s index 1994a4db5c4..ce634dde1d6 100644 --- a/gas/testsuite/gas/aarch64/rm-simd-ext.s +++ b/gas/testsuite/gas/aarch64/rm-simd-ext.s @@ -1,6 +1,6 @@ /* rm-simd-ext.s Test file for AArch64 extension removal in -mcpu option. - Copyright 2013 Free Software Foundation, Inc. + Copyright (C) 2013-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/shifted.s b/gas/testsuite/gas/aarch64/shifted.s index efa7eeb9d6d..4ee2381afd2 100644 --- a/gas/testsuite/gas/aarch64/shifted.s +++ b/gas/testsuite/gas/aarch64/shifted.s @@ -1,7 +1,7 @@ /* shifted.s Test file for AArch64 add-substract (extended reg.) and add-substract (shifted reg.) instructions. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/sysreg-1.s b/gas/testsuite/gas/aarch64/sysreg-1.s index a8031919212..700dd248651 100644 --- a/gas/testsuite/gas/aarch64/sysreg-1.s +++ b/gas/testsuite/gas/aarch64/sysreg-1.s @@ -1,6 +1,6 @@ /* sysreg-1.s Test file for AArch64 system registers. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/aarch64/tls.s b/gas/testsuite/gas/aarch64/tls.s index 1c7025ae6ea..104898f88e1 100644 --- a/gas/testsuite/gas/aarch64/tls.s +++ b/gas/testsuite/gas/aarch64/tls.s @@ -1,6 +1,6 @@ /* tls.s Test file for AArch64 TLS relocations. - Copyright 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GAS. diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index f04a6d3589c..4c63efbdc57 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -1,5 +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/gas/testsuite/gas/all/itbl-test.c b/gas/testsuite/gas/all/itbl-test.c index c00ff1ae873..ba92e1a3b95 100644 --- a/gas/testsuite/gas/all/itbl-test.c +++ b/gas/testsuite/gas/all/itbl-test.c @@ -1,6 +1,6 @@ /* itbl-test.c - Copyright (C) 1997-2013 Free Software Foundation. + Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/testsuite/gas/all/test-example.c b/gas/testsuite/gas/all/test-example.c index 704dc5db368..5a1cf2a0ff1 100644 --- a/gas/testsuite/gas/all/test-example.c +++ b/gas/testsuite/gas/all/test-example.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2003, 2005, 2007 Free Software Foundation +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Alexandre Oliva <aoliva@cygnus.com> This file is free software; you can redistribute it and/or modify it diff --git a/gas/testsuite/gas/all/test-gen.c b/gas/testsuite/gas/all/test-gen.c index 96aaeb81981..19d1a03cb54 100644 --- a/gas/testsuite/gas/all/test-gen.c +++ b/gas/testsuite/gas/all/test-gen.c @@ -1,7 +1,7 @@ #ifndef TEST_GEN_C #define TEST_GEN_C 1 -/* Copyright (C) 2000, 2003, 2005, 2007 Free Software Foundation +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Alexandre Oliva <aoliva@cygnus.com> This file is free software; you can redistribute it and/or modify it diff --git a/gas/testsuite/gas/alpha/alpha.exp b/gas/testsuite/gas/alpha/alpha.exp index 06221b2eedd..907a63e07f2 100644 --- a/gas/testsuite/gas/alpha/alpha.exp +++ b/gas/testsuite/gas/alpha/alpha.exp @@ -1,5 +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/gas/testsuite/gas/arc/arc.exp b/gas/testsuite/gas/arc/arc.exp index 423e12f43f4..c097c2c9b31 100644 --- a/gas/testsuite/gas/arc/arc.exp +++ b/gas/testsuite/gas/arc/arc.exp @@ -1,5 +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/gas/testsuite/gas/arc/warn.exp b/gas/testsuite/gas/arc/warn.exp index 4ecb6aeac59..e55c30318cd 100644 --- a/gas/testsuite/gas/arc/warn.exp +++ b/gas/testsuite/gas/arc/warn.exp @@ -1,5 +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/gas/testsuite/gas/arm/arm.exp b/gas/testsuite/gas/arm/arm.exp index 2d6610b6dcc..cf5009d4c7b 100644 --- a/gas/testsuite/gas/arm/arm.exp +++ b/gas/testsuite/gas/arm/arm.exp @@ -1,5 +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/gas/testsuite/gas/arm/maverick.c b/gas/testsuite/gas/arm/maverick.c index 09ad8cbbc92..8d615a93d03 100644 --- a/gas/testsuite/gas/arm/maverick.c +++ b/gas/testsuite/gas/arm/maverick.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2003, 2004, 2005, 2007 Free Software Foundation +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Alexandre Oliva <aoliva@cygnus.com> This file is free software; you can redistribute it and/or modify it diff --git a/gas/testsuite/gas/bfin/bfin.exp b/gas/testsuite/gas/bfin/bfin.exp index 93f1a3d6161..c771923f352 100644 --- a/gas/testsuite/gas/bfin/bfin.exp +++ b/gas/testsuite/gas/bfin/bfin.exp @@ -1,5 +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/gas/testsuite/gas/bfin/error.exp b/gas/testsuite/gas/bfin/error.exp index a0a0331c92d..be5995ea4ae 100644 --- a/gas/testsuite/gas/bfin/error.exp +++ b/gas/testsuite/gas/bfin/error.exp @@ -1,5 +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/gas/testsuite/gas/cfi/cfi.exp b/gas/testsuite/gas/cfi/cfi.exp index 3071ec398bb..d0b7c3517c5 100644 --- a/gas/testsuite/gas/cfi/cfi.exp +++ b/gas/testsuite/gas/cfi/cfi.exp @@ -1,5 +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/gas/testsuite/gas/cr16/cr16.exp b/gas/testsuite/gas/cr16/cr16.exp index d4d259e5853..478f78e3fa2 100644 --- a/gas/testsuite/gas/cr16/cr16.exp +++ b/gas/testsuite/gas/cr16/cr16.exp @@ -1,5 +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/gas/testsuite/gas/cr16/pic.exp b/gas/testsuite/gas/cr16/pic.exp index a8d12e1b289..b46a69f34f8 100644 --- a/gas/testsuite/gas/cr16/pic.exp +++ b/gas/testsuite/gas/cr16/pic.exp @@ -1,5 +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/gas/testsuite/gas/cris/cris.exp b/gas/testsuite/gas/cris/cris.exp index 0086cc9b19a..f0bfd3ad9d0 100644 --- a/gas/testsuite/gas/cris/cris.exp +++ b/gas/testsuite/gas/cris/cris.exp @@ -1,4 +1,4 @@ -# Copyright 1999, 2000, 2002, 2005, 2007 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/gas/testsuite/gas/crx/allinsn.exp b/gas/testsuite/gas/crx/allinsn.exp index 574dd89af04..71396d2aef9 100644 --- a/gas/testsuite/gas/crx/allinsn.exp +++ b/gas/testsuite/gas/crx/allinsn.exp @@ -1,5 +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/gas/testsuite/gas/d10v/d10v.exp b/gas/testsuite/gas/d10v/d10v.exp index 4f22918e116..debd2198fd9 100644 --- a/gas/testsuite/gas/d10v/d10v.exp +++ b/gas/testsuite/gas/d10v/d10v.exp @@ -1,5 +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/gas/testsuite/gas/d30v/d30.exp b/gas/testsuite/gas/d30v/d30.exp index 1d148812a1a..1ed384c23c5 100644 --- a/gas/testsuite/gas/d30v/d30.exp +++ b/gas/testsuite/gas/d30v/d30.exp @@ -1,5 +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/gas/testsuite/gas/dlx/alltests.exp b/gas/testsuite/gas/dlx/alltests.exp index e17e744560a..2c9030d56bf 100644 --- a/gas/testsuite/gas/dlx/alltests.exp +++ b/gas/testsuite/gas/dlx/alltests.exp @@ -1,5 +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/gas/testsuite/gas/elf/dwarf2-1.s b/gas/testsuite/gas/elf/dwarf2-1.s index 887fdd6b5bd..6dd208c5f87 100644 --- a/gas/testsuite/gas/elf/dwarf2-1.s +++ b/gas/testsuite/gas/elf/dwarf2-1.s @@ -1,6 +1,6 @@ /* This testcase is derived from a similar test in GDB. - 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/gas/testsuite/gas/elf/dwarf2-2.s b/gas/testsuite/gas/elf/dwarf2-2.s index 38f62b88f51..4c6b1cffe98 100644 --- a/gas/testsuite/gas/elf/dwarf2-2.s +++ b/gas/testsuite/gas/elf/dwarf2-2.s @@ -1,6 +1,6 @@ /* This testcase is derived from a similar test in GDB. - 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/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp index d40e9f3a726..a967d2f73c0 100644 --- a/gas/testsuite/gas/elf/elf.exp +++ b/gas/testsuite/gas/elf/elf.exp @@ -1,4 +1,4 @@ -# Copyright 2012-2013 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/gas/testsuite/gas/epiphany/allinsn.exp b/gas/testsuite/gas/epiphany/allinsn.exp index 2503b8ffab1..2428ba18926 100644 --- a/gas/testsuite/gas/epiphany/allinsn.exp +++ b/gas/testsuite/gas/epiphany/allinsn.exp @@ -1,5 +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/gas/testsuite/gas/fr30/allinsn.exp b/gas/testsuite/gas/fr30/allinsn.exp index 3c9309de27b..4cf788ebe53 100644 --- a/gas/testsuite/gas/fr30/allinsn.exp +++ b/gas/testsuite/gas/fr30/allinsn.exp @@ -1,5 +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/gas/testsuite/gas/fr30/fr30.exp b/gas/testsuite/gas/fr30/fr30.exp index 9770bdfead5..925ba72693b 100644 --- a/gas/testsuite/gas/fr30/fr30.exp +++ b/gas/testsuite/gas/fr30/fr30.exp @@ -1,5 +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/gas/testsuite/gas/frv/allinsn.exp b/gas/testsuite/gas/frv/allinsn.exp index bb7e4b6ac77..9f71f0cee1a 100644 --- a/gas/testsuite/gas/frv/allinsn.exp +++ b/gas/testsuite/gas/frv/allinsn.exp @@ -1,5 +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/gas/testsuite/gas/h8300/h8300-coff.exp b/gas/testsuite/gas/h8300/h8300-coff.exp index 4b294fbcf07..6db6b1703c6 100644 --- a/gas/testsuite/gas/h8300/h8300-coff.exp +++ b/gas/testsuite/gas/h8300/h8300-coff.exp @@ -1,5 +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/gas/testsuite/gas/h8300/h8300-elf.exp b/gas/testsuite/gas/h8300/h8300-elf.exp index 232b5930c32..198b1d7b4dd 100644 --- a/gas/testsuite/gas/h8300/h8300-elf.exp +++ b/gas/testsuite/gas/h8300/h8300-elf.exp @@ -1,5 +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/gas/testsuite/gas/h8300/h8300.exp b/gas/testsuite/gas/h8300/h8300.exp index 10434b43deb..250b4ffaff3 100644 --- a/gas/testsuite/gas/h8300/h8300.exp +++ b/gas/testsuite/gas/h8300/h8300.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t01_mov.exp b/gas/testsuite/gas/h8300/t01_mov.exp index 29469721190..e452562a1c2 100644 --- a/gas/testsuite/gas/h8300/t01_mov.exp +++ b/gas/testsuite/gas/h8300/t01_mov.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t02_mova.exp b/gas/testsuite/gas/h8300/t02_mova.exp index c44b5cbc662..0e3a4964009 100644 --- a/gas/testsuite/gas/h8300/t02_mova.exp +++ b/gas/testsuite/gas/h8300/t02_mova.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t03_add.exp b/gas/testsuite/gas/h8300/t03_add.exp index 44d357903b8..1b84cef931f 100644 --- a/gas/testsuite/gas/h8300/t03_add.exp +++ b/gas/testsuite/gas/h8300/t03_add.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t04_sub.exp b/gas/testsuite/gas/h8300/t04_sub.exp index 455931ed227..50bd31b2641 100644 --- a/gas/testsuite/gas/h8300/t04_sub.exp +++ b/gas/testsuite/gas/h8300/t04_sub.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t05_cmp.exp b/gas/testsuite/gas/h8300/t05_cmp.exp index 9c4a602bd85..e30cd02c7a5 100644 --- a/gas/testsuite/gas/h8300/t05_cmp.exp +++ b/gas/testsuite/gas/h8300/t05_cmp.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t06_ari2.exp b/gas/testsuite/gas/h8300/t06_ari2.exp index dd0491192ab..48cbfa7578e 100644 --- a/gas/testsuite/gas/h8300/t06_ari2.exp +++ b/gas/testsuite/gas/h8300/t06_ari2.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t07_ari3.exp b/gas/testsuite/gas/h8300/t07_ari3.exp index d4ce91767b9..61e9744516d 100644 --- a/gas/testsuite/gas/h8300/t07_ari3.exp +++ b/gas/testsuite/gas/h8300/t07_ari3.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t08_or.exp b/gas/testsuite/gas/h8300/t08_or.exp index b444bf4731e..7e1cc710bcc 100644 --- a/gas/testsuite/gas/h8300/t08_or.exp +++ b/gas/testsuite/gas/h8300/t08_or.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t09_xor.exp b/gas/testsuite/gas/h8300/t09_xor.exp index 3247e58cded..abd3c5ea503 100644 --- a/gas/testsuite/gas/h8300/t09_xor.exp +++ b/gas/testsuite/gas/h8300/t09_xor.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t10_and.exp b/gas/testsuite/gas/h8300/t10_and.exp index c4f43e8dd7d..a88d353da46 100644 --- a/gas/testsuite/gas/h8300/t10_and.exp +++ b/gas/testsuite/gas/h8300/t10_and.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t11_logs.exp b/gas/testsuite/gas/h8300/t11_logs.exp index fb07b2d70bf..ff62a6a095f 100644 --- a/gas/testsuite/gas/h8300/t11_logs.exp +++ b/gas/testsuite/gas/h8300/t11_logs.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t12_bit.exp b/gas/testsuite/gas/h8300/t12_bit.exp index 09ab6255476..1b7fc1c6b4a 100644 --- a/gas/testsuite/gas/h8300/t12_bit.exp +++ b/gas/testsuite/gas/h8300/t12_bit.exp @@ -1,5 +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/gas/testsuite/gas/h8300/t13_otr.exp b/gas/testsuite/gas/h8300/t13_otr.exp index f83a8f3c2e4..3750e99d17a 100644 --- a/gas/testsuite/gas/h8300/t13_otr.exp +++ b/gas/testsuite/gas/h8300/t13_otr.exp @@ -1,5 +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/gas/testsuite/gas/hppa/README b/gas/testsuite/gas/hppa/README index c9c2827ae8b..e11bd9708a1 100644 --- a/gas/testsuite/gas/hppa/README +++ b/gas/testsuite/gas/hppa/README @@ -33,7 +33,7 @@ unsorted -- this is where everything else goes. As groups of related tests end up in this directory, they should be broken out into a new class of tests. -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/gas/testsuite/gas/hppa/basic/basic.exp b/gas/testsuite/gas/hppa/basic/basic.exp index b4193c3ba53..637ff005480 100644 --- a/gas/testsuite/gas/hppa/basic/basic.exp +++ b/gas/testsuite/gas/hppa/basic/basic.exp @@ -1,5 +1,4 @@ -# Copyright (C) 1993, 1996, 1997, 1999, 2002, 2005, 2007 -# 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/gas/testsuite/gas/hppa/parse/parse.exp b/gas/testsuite/gas/hppa/parse/parse.exp index b48b5878935..dff04663629 100644 --- a/gas/testsuite/gas/hppa/parse/parse.exp +++ b/gas/testsuite/gas/hppa/parse/parse.exp @@ -1,5 +1,4 @@ -# Copyright (C) 1993, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 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/gas/testsuite/gas/hppa/reloc/reloc.exp b/gas/testsuite/gas/hppa/reloc/reloc.exp index a7736966cf8..10de967ded4 100644 --- a/gas/testsuite/gas/hppa/reloc/reloc.exp +++ b/gas/testsuite/gas/hppa/reloc/reloc.exp @@ -1,5 +1,4 @@ -# Copyright 1993, 1996, 1997, 2002, 2004, 2005, 2007 -# 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/gas/testsuite/gas/hppa/unsorted/unsorted.exp b/gas/testsuite/gas/hppa/unsorted/unsorted.exp index 92b3e58d307..234ef175c04 100644 --- a/gas/testsuite/gas/hppa/unsorted/unsorted.exp +++ b/gas/testsuite/gas/hppa/unsorted/unsorted.exp @@ -1,5 +1,4 @@ -# Copyright (C) 1993, 1997, 1999, 2000, 2002, 2004, 2005, 2007 -# 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/gas/testsuite/gas/i386/dw2-compress-1.s b/gas/testsuite/gas/i386/dw2-compress-1.s index 6908da5f1c0..4013ebe1167 100644 --- a/gas/testsuite/gas/i386/dw2-compress-1.s +++ b/gas/testsuite/gas/i386/dw2-compress-1.s @@ -1,6 +1,6 @@ /* This testcase is copied from a similar test in GDB. - Copyright 2010 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/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp index 257c14de246..6bcf9fc830b 100644 --- a/gas/testsuite/gas/i386/i386.exp +++ b/gas/testsuite/gas/i386/i386.exp @@ -1,5 +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/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp b/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp index 92d79858ccc..2db07e37489 100644 --- a/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp +++ b/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp @@ -1,5 +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/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp b/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp index 92d79858ccc..2db07e37489 100644 --- a/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp +++ b/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp @@ -1,5 +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/gas/testsuite/gas/i386/ilp32/ilp32.exp b/gas/testsuite/gas/i386/ilp32/ilp32.exp index eda802bc27b..c9bb5f6f530 100644 --- a/gas/testsuite/gas/i386/ilp32/ilp32.exp +++ b/gas/testsuite/gas/i386/ilp32/ilp32.exp @@ -1,5 +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/gas/testsuite/gas/i386/ilp32/lns/ilp32.exp b/gas/testsuite/gas/i386/ilp32/lns/ilp32.exp index 92d79858ccc..2db07e37489 100644 --- a/gas/testsuite/gas/i386/ilp32/lns/ilp32.exp +++ b/gas/testsuite/gas/i386/ilp32/lns/ilp32.exp @@ -1,5 +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/gas/testsuite/gas/i860/README.i860 b/gas/testsuite/gas/i860/README.i860 index 57f6526af93..41693d51a2f 100644 --- a/gas/testsuite/gas/i860/README.i860 +++ b/gas/testsuite/gas/i860/README.i860 @@ -32,7 +32,7 @@ Contact me (Jason Eckhardt, jle@rice.edu) if you'd like to help. Known testsuite failures: - none. -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/gas/testsuite/gas/i860/i860.exp b/gas/testsuite/gas/i860/i860.exp index e77d45f1ca5..aa1b4e643c9 100644 --- a/gas/testsuite/gas/i860/i860.exp +++ b/gas/testsuite/gas/i860/i860.exp @@ -1,5 +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/gas/testsuite/gas/ia64/ia64.exp b/gas/testsuite/gas/ia64/ia64.exp index dffd56c217d..1634d149f3f 100644 --- a/gas/testsuite/gas/ia64/ia64.exp +++ b/gas/testsuite/gas/ia64/ia64.exp @@ -1,5 +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/gas/testsuite/gas/ieee-fp/x930509a.exp b/gas/testsuite/gas/ieee-fp/x930509a.exp index 2667d7e555d..7f361491dbe 100644 --- a/gas/testsuite/gas/ieee-fp/x930509a.exp +++ b/gas/testsuite/gas/ieee-fp/x930509a.exp @@ -1,5 +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/gas/testsuite/gas/iq2000/allinsn.exp b/gas/testsuite/gas/iq2000/allinsn.exp index 69b720df020..909446e340d 100644 --- a/gas/testsuite/gas/iq2000/allinsn.exp +++ b/gas/testsuite/gas/iq2000/allinsn.exp @@ -1,5 +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/gas/testsuite/gas/iq2000/load-hazards.exp b/gas/testsuite/gas/iq2000/load-hazards.exp index 7ffab0e4894..47fea364c5f 100644 --- a/gas/testsuite/gas/iq2000/load-hazards.exp +++ b/gas/testsuite/gas/iq2000/load-hazards.exp @@ -1,5 +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/gas/testsuite/gas/iq2000/odd-ldw.exp b/gas/testsuite/gas/iq2000/odd-ldw.exp index bff4add4f67..a6d731eecc7 100644 --- a/gas/testsuite/gas/iq2000/odd-ldw.exp +++ b/gas/testsuite/gas/iq2000/odd-ldw.exp @@ -1,5 +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/gas/testsuite/gas/iq2000/odd-sdw.exp b/gas/testsuite/gas/iq2000/odd-sdw.exp index 25d56c938b1..cffeb7d9923 100644 --- a/gas/testsuite/gas/iq2000/odd-sdw.exp +++ b/gas/testsuite/gas/iq2000/odd-sdw.exp @@ -1,5 +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/gas/testsuite/gas/iq2000/yield.exp b/gas/testsuite/gas/iq2000/yield.exp index ad6d21ee5a1..b0111c02f80 100644 --- a/gas/testsuite/gas/iq2000/yield.exp +++ b/gas/testsuite/gas/iq2000/yield.exp @@ -1,5 +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/gas/testsuite/gas/lm32/all.exp b/gas/testsuite/gas/lm32/all.exp index ac237a8b6a2..ed7c2da7fe9 100644 --- a/gas/testsuite/gas/lm32/all.exp +++ b/gas/testsuite/gas/lm32/all.exp @@ -1,5 +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/gas/testsuite/gas/lns/lns.exp b/gas/testsuite/gas/lns/lns.exp index 8f819980b02..c486d5c3b13 100644 --- a/gas/testsuite/gas/lns/lns.exp +++ b/gas/testsuite/gas/lns/lns.exp @@ -1,5 +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/gas/testsuite/gas/m32r/allinsn.exp b/gas/testsuite/gas/m32r/allinsn.exp index 401f7910a29..d60a58aabec 100644 --- a/gas/testsuite/gas/m32r/allinsn.exp +++ b/gas/testsuite/gas/m32r/allinsn.exp @@ -1,5 +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/gas/testsuite/gas/m32r/error.exp b/gas/testsuite/gas/m32r/error.exp index 7bb67406473..07e7830b9ac 100644 --- a/gas/testsuite/gas/m32r/error.exp +++ b/gas/testsuite/gas/m32r/error.exp @@ -1,5 +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/gas/testsuite/gas/m32r/m32r2.exp b/gas/testsuite/gas/m32r/m32r2.exp index 97c063d4669..332e606d7d5 100644 --- a/gas/testsuite/gas/m32r/m32r2.exp +++ b/gas/testsuite/gas/m32r/m32r2.exp @@ -1,5 +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/gas/testsuite/gas/m32r/m32rx.exp b/gas/testsuite/gas/m32r/m32rx.exp index f67fddc14dd..568354958b4 100644 --- a/gas/testsuite/gas/m32r/m32rx.exp +++ b/gas/testsuite/gas/m32r/m32rx.exp @@ -1,5 +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/gas/testsuite/gas/m32r/pic.exp b/gas/testsuite/gas/m32r/pic.exp index 94e2de527fb..aeed14e3057 100644 --- a/gas/testsuite/gas/m32r/pic.exp +++ b/gas/testsuite/gas/m32r/pic.exp @@ -1,5 +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/gas/testsuite/gas/m32r/rel32.exp b/gas/testsuite/gas/m32r/rel32.exp index a2beaf8bbc4..97bac544a5d 100644 --- a/gas/testsuite/gas/m32r/rel32.exp +++ b/gas/testsuite/gas/m32r/rel32.exp @@ -1,5 +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/gas/testsuite/gas/m68hc11/m68hc11.exp b/gas/testsuite/gas/m68hc11/m68hc11.exp index d03cd2555b5..c70df38054f 100644 --- a/gas/testsuite/gas/m68hc11/m68hc11.exp +++ b/gas/testsuite/gas/m68hc11/m68hc11.exp @@ -1,5 +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/gas/testsuite/gas/m68k-coff/gas.exp b/gas/testsuite/gas/m68k-coff/gas.exp index dd677270813..8e7f24c4105 100644 --- a/gas/testsuite/gas/m68k-coff/gas.exp +++ b/gas/testsuite/gas/m68k-coff/gas.exp @@ -1,5 +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/gas/testsuite/gas/m68k/all.exp b/gas/testsuite/gas/m68k/all.exp index 4804efe0ee2..b9c80c42b24 100644 --- a/gas/testsuite/gas/m68k/all.exp +++ b/gas/testsuite/gas/m68k/all.exp @@ -1,5 +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/gas/testsuite/gas/mach-o/mach-o.exp b/gas/testsuite/gas/mach-o/mach-o.exp index e68edae46e9..63b35b7835d 100644 --- a/gas/testsuite/gas/mach-o/mach-o.exp +++ b/gas/testsuite/gas/mach-o/mach-o.exp @@ -1,5 +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/gas/testsuite/gas/macros/macros.exp b/gas/testsuite/gas/macros/macros.exp index 1253415d8ce..e09f7da0a13 100644 --- a/gas/testsuite/gas/macros/macros.exp +++ b/gas/testsuite/gas/macros/macros.exp @@ -1,5 +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/gas/testsuite/gas/mcore/allinsn.exp b/gas/testsuite/gas/mcore/allinsn.exp index ce297805fab..7061369d062 100644 --- a/gas/testsuite/gas/mcore/allinsn.exp +++ b/gas/testsuite/gas/mcore/allinsn.exp @@ -1,5 +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/gas/testsuite/gas/mep/allinsn.exp b/gas/testsuite/gas/mep/allinsn.exp index 0098e26dd52..7d9e19afde6 100644 --- a/gas/testsuite/gas/mep/allinsn.exp +++ b/gas/testsuite/gas/mep/allinsn.exp @@ -1,5 +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/gas/testsuite/gas/mep/complex-relocs.exp b/gas/testsuite/gas/mep/complex-relocs.exp index 13642f6615b..eb46fdadd0b 100644 --- a/gas/testsuite/gas/mep/complex-relocs.exp +++ b/gas/testsuite/gas/mep/complex-relocs.exp @@ -1,5 +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/gas/testsuite/gas/metag/metag.exp b/gas/testsuite/gas/metag/metag.exp index 49469b13bd4..9ee263055dc 100644 --- a/gas/testsuite/gas/metag/metag.exp +++ b/gas/testsuite/gas/metag/metag.exp @@ -1,7 +1,6 @@ # Meta assembler testsuite -# 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/gas/testsuite/gas/microblaze/allinsn.exp b/gas/testsuite/gas/microblaze/allinsn.exp index 20a7fe4a66d..9bd3ba4d8bb 100644 --- a/gas/testsuite/gas/microblaze/allinsn.exp +++ b/gas/testsuite/gas/microblaze/allinsn.exp @@ -1,5 +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/gas/testsuite/gas/microblaze/endian.exp b/gas/testsuite/gas/microblaze/endian.exp index 325e39663b6..bd3500e7e97 100644 --- a/gas/testsuite/gas/microblaze/endian.exp +++ b/gas/testsuite/gas/microblaze/endian.exp @@ -1,5 +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/gas/testsuite/gas/microblaze/reloc_sym.exp b/gas/testsuite/gas/microblaze/reloc_sym.exp index 44ee9ed7c6d..76c7a74333d 100644 --- a/gas/testsuite/gas/microblaze/reloc_sym.exp +++ b/gas/testsuite/gas/microblaze/reloc_sym.exp @@ -1,5 +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/gas/testsuite/gas/microblaze/special_reg.exp b/gas/testsuite/gas/microblaze/special_reg.exp index 0a0d9eae2a3..6fd096cbd5c 100644 --- a/gas/testsuite/gas/microblaze/special_reg.exp +++ b/gas/testsuite/gas/microblaze/special_reg.exp @@ -1,5 +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/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index ece3a1354c0..e3c4e932364 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -1,5 +1,4 @@ -# Copyright 2012, 2013 -# 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/gas/testsuite/gas/mmix/mmix-err.exp b/gas/testsuite/gas/mmix/mmix-err.exp index fab4c1d3860..9ed90875322 100644 --- a/gas/testsuite/gas/mmix/mmix-err.exp +++ b/gas/testsuite/gas/mmix/mmix-err.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001, 2005, 2007 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/gas/testsuite/gas/mmix/mmix-list.exp b/gas/testsuite/gas/mmix/mmix-list.exp index a93b74d550b..903b88ff606 100644 --- a/gas/testsuite/gas/mmix/mmix-list.exp +++ b/gas/testsuite/gas/mmix/mmix-list.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001, 2005, 2007 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/gas/testsuite/gas/mmix/mmix.exp b/gas/testsuite/gas/mmix/mmix.exp index e4d5f06d284..f1f5c6906bd 100644 --- a/gas/testsuite/gas/mmix/mmix.exp +++ b/gas/testsuite/gas/mmix/mmix.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001, 2005, 2007 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/gas/testsuite/gas/mn10200/basic.exp b/gas/testsuite/gas/mn10200/basic.exp index 85f9bf16d1f..46a53403706 100644 --- a/gas/testsuite/gas/mn10200/basic.exp +++ b/gas/testsuite/gas/mn10200/basic.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 2002, 2005, 2007 Free Software Foundation, Inc. +# Copyright (C) 1996-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/gas/testsuite/gas/mn10300/am33-2.c b/gas/testsuite/gas/mn10300/am33-2.c index 9783b2b3566..633db8b9244 100644 --- a/gas/testsuite/gas/mn10300/am33-2.c +++ b/gas/testsuite/gas/mn10300/am33-2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2002, 2005, 2007 Free Software Foundation +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Alexandre Oliva <aoliva@redhat.com> This file is free software; you can redistribute it and/or modify it diff --git a/gas/testsuite/gas/mn10300/basic.exp b/gas/testsuite/gas/mn10300/basic.exp index f84022d0de3..ed54cf4eb9a 100644 --- a/gas/testsuite/gas/mn10300/basic.exp +++ b/gas/testsuite/gas/mn10300/basic.exp @@ -1,5 +1,4 @@ -# Copyright (C) 1996, 2000, 2002, 2004, 2005, 2007 -# Free Software Foundation, Inc. +# Copyright (C) 1996-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/gas/testsuite/gas/mri/mri.exp b/gas/testsuite/gas/mri/mri.exp index c5accc7b185..3acf921a3de 100644 --- a/gas/testsuite/gas/mri/mri.exp +++ b/gas/testsuite/gas/mri/mri.exp @@ -1,5 +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/gas/testsuite/gas/msp430/msp430.exp b/gas/testsuite/gas/msp430/msp430.exp index 0b5a3aecfa0..46b261d1dff 100644 --- a/gas/testsuite/gas/msp430/msp430.exp +++ b/gas/testsuite/gas/msp430/msp430.exp @@ -1,4 +1,4 @@ -# Copyright 2012-2013 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/gas/testsuite/gas/mt/errors.exp b/gas/testsuite/gas/mt/errors.exp index c8a9f68613a..cac9334f551 100644 --- a/gas/testsuite/gas/mt/errors.exp +++ b/gas/testsuite/gas/mt/errors.exp @@ -1,5 +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/gas/testsuite/gas/mt/mt.exp b/gas/testsuite/gas/mt/mt.exp index 0bb9e5efe6d..474b9ddfdf5 100644 --- a/gas/testsuite/gas/mt/mt.exp +++ b/gas/testsuite/gas/mt/mt.exp @@ -1,5 +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/gas/testsuite/gas/mt/relocs.exp b/gas/testsuite/gas/mt/relocs.exp index 15335d9d3b5..0e4d291c59a 100644 --- a/gas/testsuite/gas/mt/relocs.exp +++ b/gas/testsuite/gas/mt/relocs.exp @@ -1,5 +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/gas/testsuite/gas/nds32/nds32.exp b/gas/testsuite/gas/nds32/nds32.exp index 9686e6ae3c6..100fafda33a 100644 --- a/gas/testsuite/gas/nds32/nds32.exp +++ b/gas/testsuite/gas/nds32/nds32.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2013 Free Software Foundation, Inc. +# Copyright (C) 2012-2014 Free Software Foundation, Inc. # Contributed by Andes Technology Corporation. # This program is free software; you can redistribute it and/or modify diff --git a/gas/testsuite/gas/nios2/nios2.exp b/gas/testsuite/gas/nios2/nios2.exp index d8180c386c2..bd68c6c961b 100644 --- a/gas/testsuite/gas/nios2/nios2.exp +++ b/gas/testsuite/gas/nios2/nios2.exp @@ -1,5 +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/gas/testsuite/gas/openrisc/allinsn.exp b/gas/testsuite/gas/openrisc/allinsn.exp index 1141c3e8618..3114ebcecf6 100644 --- a/gas/testsuite/gas/openrisc/allinsn.exp +++ b/gas/testsuite/gas/openrisc/allinsn.exp @@ -1,5 +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/gas/testsuite/gas/pdp11/absreloc.s b/gas/testsuite/gas/pdp11/absreloc.s index e4291f0f798..aaf69a7e0e2 100644 --- a/gas/testsuite/gas/pdp11/absreloc.s +++ b/gas/testsuite/gas/pdp11/absreloc.s @@ -1,5 +1,5 @@ # Test abs operands with relocatable modes for PDP11. -# Copyright 2011 Free Software Foundation, Inc. +# Copyright (C) 2011-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/gas/testsuite/gas/pdp11/opcode.s b/gas/testsuite/gas/pdp11/opcode.s index 0a30c1d0ef0..9cb579268d4 100644 --- a/gas/testsuite/gas/pdp11/opcode.s +++ b/gas/testsuite/gas/pdp11/opcode.s @@ -1,5 +1,5 @@ # Opcode test for PDP-11. -# Copyright 2002, 2005, 2007 Free Software Foundation, Inc. +# Copyright (C) 2002-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/gas/testsuite/gas/pdp11/pdp11.exp b/gas/testsuite/gas/pdp11/pdp11.exp index 8c7d4af1fdc..30ffdc2640e 100644 --- a/gas/testsuite/gas/pdp11/pdp11.exp +++ b/gas/testsuite/gas/pdp11/pdp11.exp @@ -1,5 +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/gas/testsuite/gas/pe/pe.exp b/gas/testsuite/gas/pe/pe.exp index 870df11a5ea..0b70ee68067 100644 --- a/gas/testsuite/gas/pe/pe.exp +++ b/gas/testsuite/gas/pe/pe.exp @@ -1,7 +1,6 @@ # Expect control script for GAS testsuite PE object-format-specific tests. -# Copyright (C) 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/gas/testsuite/gas/pj/pj.exp b/gas/testsuite/gas/pj/pj.exp index d834468e74b..8d16eafc3c7 100644 --- a/gas/testsuite/gas/pj/pj.exp +++ b/gas/testsuite/gas/pj/pj.exp @@ -1,5 +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/gas/testsuite/gas/ppc/aix.exp b/gas/testsuite/gas/ppc/aix.exp index 9612f27d199..2c363d736f2 100644 --- a/gas/testsuite/gas/ppc/aix.exp +++ b/gas/testsuite/gas/ppc/aix.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001, 2002, 2005, 2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # Contributed by Red Hat # This program is free software; you can redistribute it and/or modify diff --git a/gas/testsuite/gas/ppc/ppc.exp b/gas/testsuite/gas/ppc/ppc.exp index ba29261a7d8..3ba01cdfc0f 100644 --- a/gas/testsuite/gas/ppc/ppc.exp +++ b/gas/testsuite/gas/ppc/ppc.exp @@ -1,5 +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/gas/testsuite/gas/rx/make-d b/gas/testsuite/gas/rx/make-d index 0f48dd3474d..343463c66d0 100755 --- a/gas/testsuite/gas/rx/make-d +++ b/gas/testsuite/gas/rx/make-d @@ -1,8 +1,7 @@ #!/usr/bin/perl # -*- perl -*- -# 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/gas/testsuite/gas/rx/rx.exp b/gas/testsuite/gas/rx/rx.exp index 408cbdd804f..310f52d3189 100644 --- a/gas/testsuite/gas/rx/rx.exp +++ b/gas/testsuite/gas/rx/rx.exp @@ -1,5 +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/gas/testsuite/gas/score/relax.exp b/gas/testsuite/gas/score/relax.exp index bfdbf23ba83..8d2120feb91 100644 --- a/gas/testsuite/gas/score/relax.exp +++ b/gas/testsuite/gas/score/relax.exp @@ -1,5 +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/gas/testsuite/gas/score/relax_32.exp b/gas/testsuite/gas/score/relax_32.exp index e37d1aa5e42..2befec7a728 100644 --- a/gas/testsuite/gas/score/relax_32.exp +++ b/gas/testsuite/gas/score/relax_32.exp @@ -1,5 +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/gas/testsuite/gas/sh/arch/arch.exp b/gas/testsuite/gas/sh/arch/arch.exp index 6498f14a4d5..9dc2cafb8e6 100644 --- a/gas/testsuite/gas/sh/arch/arch.exp +++ b/gas/testsuite/gas/sh/arch/arch.exp @@ -1,5 +1,4 @@ -# Copyright (C) 2004, 2005, 2007, 2008 -# 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/gas/testsuite/gas/sh/basic.exp b/gas/testsuite/gas/sh/basic.exp index 2daa0382104..13b37fd38ee 100644 --- a/gas/testsuite/gas/sh/basic.exp +++ b/gas/testsuite/gas/sh/basic.exp @@ -1,5 +1,4 @@ -# Copyright (C) 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2009 -# 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/gas/testsuite/gas/sh/err.exp b/gas/testsuite/gas/sh/err.exp index dd543763204..f9fdd4055c3 100644 --- a/gas/testsuite/gas/sh/err.exp +++ b/gas/testsuite/gas/sh/err.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000, 2005, 2007 Free Software Foundation, Inc. +# Copyright (C) 2000-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/gas/testsuite/gas/sh/sh64/sh64.exp b/gas/testsuite/gas/sh/sh64/sh64.exp index 43f189881f9..b51ee2b9998 100644 --- a/gas/testsuite/gas/sh/sh64/sh64.exp +++ b/gas/testsuite/gas/sh/sh64/sh64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000, 2002, 2005, 2007 Free Software Foundation, Inc. +# Copyright (C) 2000-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/gas/testsuite/gas/sparc-solaris/addend.exp b/gas/testsuite/gas/sparc-solaris/addend.exp index 4cfdc00d41d..f60ea5a4d20 100644 --- a/gas/testsuite/gas/sparc-solaris/addend.exp +++ b/gas/testsuite/gas/sparc-solaris/addend.exp @@ -1,5 +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/gas/testsuite/gas/sparc-solaris/gas.exp b/gas/testsuite/gas/sparc-solaris/gas.exp index a5740e11876..3d51ced910e 100644 --- a/gas/testsuite/gas/sparc-solaris/gas.exp +++ b/gas/testsuite/gas/sparc-solaris/gas.exp @@ -1,5 +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/gas/testsuite/gas/sparc/mismatch.exp b/gas/testsuite/gas/sparc/mismatch.exp index 65a68c00f5f..5e23a1735b3 100644 --- a/gas/testsuite/gas/sparc/mismatch.exp +++ b/gas/testsuite/gas/sparc/mismatch.exp @@ -1,5 +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/gas/testsuite/gas/sparc/sparc.exp b/gas/testsuite/gas/sparc/sparc.exp index 28d8a4f3a78..413d2e37f30 100644 --- a/gas/testsuite/gas/sparc/sparc.exp +++ b/gas/testsuite/gas/sparc/sparc.exp @@ -1,5 +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/gas/testsuite/gas/sun4/addend.exp b/gas/testsuite/gas/sun4/addend.exp index 5b7169f82d5..0178777fa80 100644 --- a/gas/testsuite/gas/sun4/addend.exp +++ b/gas/testsuite/gas/sun4/addend.exp @@ -1,5 +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/gas/testsuite/gas/symver/symver.exp b/gas/testsuite/gas/symver/symver.exp index 9b6af4b45e0..98707fd60ae 100644 --- a/gas/testsuite/gas/symver/symver.exp +++ b/gas/testsuite/gas/symver/symver.exp @@ -1,5 +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/gas/testsuite/gas/tic4x/tic4x.exp b/gas/testsuite/gas/tic4x/tic4x.exp index 99c95ab4674..731c06b4e94 100644 --- a/gas/testsuite/gas/tic4x/tic4x.exp +++ b/gas/testsuite/gas/tic4x/tic4x.exp @@ -1,5 +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/gas/testsuite/gas/tic54x/tic54x.exp b/gas/testsuite/gas/tic54x/tic54x.exp index 359c9d24bba..aca18d5bc26 100644 --- a/gas/testsuite/gas/tic54x/tic54x.exp +++ b/gas/testsuite/gas/tic54x/tic54x.exp @@ -1,5 +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/gas/testsuite/gas/tic6x/tic6x.exp b/gas/testsuite/gas/tic6x/tic6x.exp index 5181d5fc8a1..29e23df6487 100644 --- a/gas/testsuite/gas/tic6x/tic6x.exp +++ b/gas/testsuite/gas/tic6x/tic6x.exp @@ -1,5 +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/gas/testsuite/gas/tilegx/tilegx.exp b/gas/testsuite/gas/tilegx/tilegx.exp index 1bf6b4e1ce5..d8332fd9095 100644 --- a/gas/testsuite/gas/tilegx/tilegx.exp +++ b/gas/testsuite/gas/tilegx/tilegx.exp @@ -1,5 +1,5 @@ # Expect script for TILE-Gx assembler tests. -# Copyright 2011 Free Software Foundation, Inc. +# Copyright (C) 2011-2014 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gas/testsuite/gas/tilepro/tilepro.exp b/gas/testsuite/gas/tilepro/tilepro.exp index f07e3fd9552..480b33a843b 100644 --- a/gas/testsuite/gas/tilepro/tilepro.exp +++ b/gas/testsuite/gas/tilepro/tilepro.exp @@ -1,5 +1,5 @@ # Expect script for TILEPro assembler tests. -# Copyright 2011 Free Software Foundation, Inc. +# Copyright (C) 2011-2014 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/gas/testsuite/gas/v850/basic.exp b/gas/testsuite/gas/v850/basic.exp index cf6aaa35375..0fbeaaa18ca 100644 --- a/gas/testsuite/gas/v850/basic.exp +++ b/gas/testsuite/gas/v850/basic.exp @@ -1,5 +1,4 @@ -# Copyright (C) 1996, 2002, 2003, 2004, 2005, 2007, 2013 -# Free Software Foundation, Inc. +# Copyright (C) 1996-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/gas/testsuite/gas/vax/vax.exp b/gas/testsuite/gas/vax/vax.exp index 2037ef934f8..4ad7e3be29e 100644 --- a/gas/testsuite/gas/vax/vax.exp +++ b/gas/testsuite/gas/vax/vax.exp @@ -1,5 +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/gas/testsuite/gas/xc16x/xc16x.exp b/gas/testsuite/gas/xc16x/xc16x.exp index a71ef7f7761..4e757c53146 100644 --- a/gas/testsuite/gas/xc16x/xc16x.exp +++ b/gas/testsuite/gas/xc16x/xc16x.exp @@ -1,5 +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/gas/testsuite/gas/xgate/xgate.exp b/gas/testsuite/gas/xgate/xgate.exp index 3b6f69c5d8f..21b68a00a14 100644 --- a/gas/testsuite/gas/xgate/xgate.exp +++ b/gas/testsuite/gas/xgate/xgate.exp @@ -1,5 +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/gas/testsuite/gas/xstormy16/allinsn.exp b/gas/testsuite/gas/xstormy16/allinsn.exp index 105ed731cd4..e05ec9cce98 100644 --- a/gas/testsuite/gas/xstormy16/allinsn.exp +++ b/gas/testsuite/gas/xstormy16/allinsn.exp @@ -1,5 +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/gas/testsuite/gas/xtensa/all.exp b/gas/testsuite/gas/xtensa/all.exp index 4cfd5b3f944..2b2c294b8fb 100644 --- a/gas/testsuite/gas/xtensa/all.exp +++ b/gas/testsuite/gas/xtensa/all.exp @@ -1,5 +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/gas/testsuite/gas/xtensa/xtensa-err.exp b/gas/testsuite/gas/xtensa/xtensa-err.exp index 60ffd36bacd..d6200e19cf1 100644 --- a/gas/testsuite/gas/xtensa/xtensa-err.exp +++ b/gas/testsuite/gas/xtensa/xtensa-err.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001, 2007 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/gas/testsuite/gas/z80/z80.exp b/gas/testsuite/gas/z80/z80.exp index dc57c8c32b0..71e186ffa92 100644 --- a/gas/testsuite/gas/z80/z80.exp +++ b/gas/testsuite/gas/z80/z80.exp @@ -1,5 +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/gas/testsuite/gas/z8k/z8k.exp b/gas/testsuite/gas/z8k/z8k.exp index 42d91c0bc24..bc6c81be67a 100644 --- a/gas/testsuite/gas/z8k/z8k.exp +++ b/gas/testsuite/gas/z8k/z8k.exp @@ -1,5 +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/gas/testsuite/lib/gas-defs.exp b/gas/testsuite/lib/gas-defs.exp index cb81c18fb4e..9e405f43053 100644 --- a/gas/testsuite/lib/gas-defs.exp +++ b/gas/testsuite/lib/gas-defs.exp @@ -1,5 +1,4 @@ -# Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2007, 2008, 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/gas/testsuite/lib/gas-dg.exp b/gas/testsuite/lib/gas-dg.exp index 635e06f3d36..1ac6c4f0d02 100644 --- a/gas/testsuite/lib/gas-dg.exp +++ b/gas/testsuite/lib/gas-dg.exp @@ -1,6 +1,5 @@ # Define gas callbacks for dg.exp. -# 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/gas/write.c b/gas/write.c index 745abe66d8d..c974121b21c 100644 --- a/gas/write.c +++ b/gas/write.c @@ -1,7 +1,5 @@ /* write.c - emit .o file - Copyright 1986, 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 1986-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/write.h b/gas/write.h index 36de533b325..c9b3da09fa4 100644 --- a/gas/write.h +++ b/gas/write.h @@ -1,7 +1,5 @@ /* write.h - Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, - 2002, 2003, 2005, 2006, 2007 - Free Software Foundation, Inc. + Copyright (C) 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. |