]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arc-common.c, [...]: Use the standard form for the copyright notice.
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 2 Jan 2014 22:09:02 +0000 (22:09 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 2 Jan 2014 22:09:02 +0000 (22:09 +0000)
gcc/
* common/config/arc/arc-common.c, config/arc/arc-modes.def,
config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
config/arc/arc.md, config/arc/arc.opt, config/arm/arm_neon_builtins.def,
config/arm/crypto.def, config/i386/avx512cdintrin.h,
config/i386/avx512erintrin.h, config/i386/avx512fintrin.h,
config/i386/avx512pfintrin.h, config/i386/btver2.md,
config/i386/shaintrin.h, config/i386/slm.md, config/linux-protos.h,
config/linux.c, config/winnt-c.c, diagnostic-color.c,
diagnostic-color.h, gimple-ssa-isolate-paths.c, vtable-verify.c,
vtable-verify.h: Use the standard form for the copyright notice.

gcc/c-family/
* array-notation-common.c, c-cilkplus.c: Use the standard form for
the copyright notice.

gcc/c/
* c-array-notation.c: Use the standard form for the copyright notice.

gcc/cp/
* cp-array-notation.c, cp-cilkplus.c, vtable-class-hierarchy.c: Use
the standard form for the copyright notice.

gcc/testsuite/
* gcc.target/arc/arc.exp: Use the standard form for the copyright
notice.

libgcc/
* config/arc/asm.h, config/arc/crtg.S, config/arc/crtgend.S,
config/arc/crti.S, config/arc/crtn.S, config/arc/divtab-arc700.c,
config/arc/dp-hack.h, config/arc/fp-hack.h,
config/arc/ieee-754/adddf3.S, config/arc/ieee-754/addsf3.S,
config/arc/ieee-754/arc600-dsp/divdf3.S,
config/arc/ieee-754/arc600-dsp/divsf3.S,
config/arc/ieee-754/arc600-dsp/muldf3.S,
config/arc/ieee-754/arc600-dsp/mulsf3.S,
config/arc/ieee-754/arc600-mul64/divdf3.S,
config/arc/ieee-754/arc600-mul64/divsf3.S,
config/arc/ieee-754/arc600-mul64/muldf3.S,
config/arc/ieee-754/arc600-mul64/mulsf3.S,
config/arc/ieee-754/arc600/divsf3.S,
config/arc/ieee-754/arc600/mulsf3.S,
config/arc/ieee-754/divdf3.S, config/arc/ieee-754/divsf3-stdmul.S,
config/arc/ieee-754/divsf3.S, config/arc/ieee-754/divtab-arc-df.c,
config/arc/ieee-754/divtab-arc-sf.c, config/arc/ieee-754/eqdf2.S,
config/arc/ieee-754/eqsf2.S, config/arc/ieee-754/extendsfdf2.S,
config/arc/ieee-754/fixdfsi.S, config/arc/ieee-754/fixsfsi.S,
config/arc/ieee-754/fixunsdfsi.S, config/arc/ieee-754/floatsidf.S,
config/arc/ieee-754/floatsisf.S, config/arc/ieee-754/floatunsidf.S,
config/arc/ieee-754/gedf2.S, config/arc/ieee-754/gesf2.S,
config/arc/ieee-754/gtdf2.S, config/arc/ieee-754/gtsf2.S,
config/arc/ieee-754/muldf3.S, config/arc/ieee-754/mulsf3.S,
config/arc/ieee-754/orddf2.S, config/arc/ieee-754/ordsf2.S,
config/arc/ieee-754/truncdfsf2.S, config/arc/ieee-754/uneqdf2.S,
config/arc/ieee-754/uneqsf2.S, config/arc/initfini.c,
config/arc/lib1funcs.S, config/arc/t-arc, config/arc/t-arc-newlib,
config/cris/umulsidi3.S, config/msp430/cmpsi2.S,
config/msp430/epilogue.S, config/msp430/lib2bitcountHI.c,
config/msp430/lib2divHI.c, config/msp430/lib2divQI.c,
config/msp430/lib2divSI.c, config/msp430/lib2mul.c,
config/msp430/msp430-divmod.h, config/msp430/msp430-mul.h,
config/msp430/slli.S, config/msp430/srai.S, config/msp430/srli.S,
config/rl78/divmodhi.S, config/rl78/divmodqi.S, config/rl78/divmodsi.S,
config/rl78/signbit.S, vtv_end.c, vtv_end_preinit.c, vtv_start.c,
vtv_start_preinit.c: Use the standard form for the copyright notice.

libgomp/
* hashtab.h: Use the standard form for the copyright notice.

libstdc++-v3/
* testsuite/18_support/new_handler.cc,
testsuite/18_support/terminate_handler.cc,
testsuite/18_support/unexpected_handler.cc: Use the standard form for
the copyright notice.

From-SVN: r206288

113 files changed:
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/array-notation-common.c
gcc/c-family/c-cilkplus.c
gcc/c/ChangeLog
gcc/c/c-array-notation.c
gcc/common/config/arc/arc-common.c
gcc/config/arc/arc-modes.def
gcc/config/arc/arc-protos.h
gcc/config/arc/arc.c
gcc/config/arc/arc.h
gcc/config/arc/arc.md
gcc/config/arc/arc.opt
gcc/config/arm/arm_neon_builtins.def
gcc/config/arm/crypto.def
gcc/config/i386/avx512cdintrin.h
gcc/config/i386/avx512erintrin.h
gcc/config/i386/avx512fintrin.h
gcc/config/i386/avx512pfintrin.h
gcc/config/i386/btver2.md
gcc/config/i386/shaintrin.h
gcc/config/i386/slm.md
gcc/config/linux-protos.h
gcc/config/linux.c
gcc/config/winnt-c.c
gcc/cp/ChangeLog
gcc/cp/cp-array-notation.c
gcc/cp/cp-cilkplus.c
gcc/cp/vtable-class-hierarchy.c
gcc/diagnostic-color.c
gcc/diagnostic-color.h
gcc/gimple-ssa-isolate-paths.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arc/arc.exp
gcc/vtable-verify.c
gcc/vtable-verify.h
libgcc/ChangeLog
libgcc/config/arc/asm.h
libgcc/config/arc/crtg.S
libgcc/config/arc/crtgend.S
libgcc/config/arc/crti.S
libgcc/config/arc/crtn.S
libgcc/config/arc/divtab-arc700.c
libgcc/config/arc/dp-hack.h
libgcc/config/arc/fp-hack.h
libgcc/config/arc/ieee-754/adddf3.S
libgcc/config/arc/ieee-754/addsf3.S
libgcc/config/arc/ieee-754/arc600-dsp/divdf3.S
libgcc/config/arc/ieee-754/arc600-dsp/divsf3.S
libgcc/config/arc/ieee-754/arc600-dsp/muldf3.S
libgcc/config/arc/ieee-754/arc600-dsp/mulsf3.S
libgcc/config/arc/ieee-754/arc600-mul64/divdf3.S
libgcc/config/arc/ieee-754/arc600-mul64/divsf3.S
libgcc/config/arc/ieee-754/arc600-mul64/muldf3.S
libgcc/config/arc/ieee-754/arc600-mul64/mulsf3.S
libgcc/config/arc/ieee-754/arc600/divsf3.S
libgcc/config/arc/ieee-754/arc600/mulsf3.S
libgcc/config/arc/ieee-754/divdf3.S
libgcc/config/arc/ieee-754/divsf3-stdmul.S
libgcc/config/arc/ieee-754/divsf3.S
libgcc/config/arc/ieee-754/divtab-arc-df.c
libgcc/config/arc/ieee-754/divtab-arc-sf.c
libgcc/config/arc/ieee-754/eqdf2.S
libgcc/config/arc/ieee-754/eqsf2.S
libgcc/config/arc/ieee-754/extendsfdf2.S
libgcc/config/arc/ieee-754/fixdfsi.S
libgcc/config/arc/ieee-754/fixsfsi.S
libgcc/config/arc/ieee-754/fixunsdfsi.S
libgcc/config/arc/ieee-754/floatsidf.S
libgcc/config/arc/ieee-754/floatsisf.S
libgcc/config/arc/ieee-754/floatunsidf.S
libgcc/config/arc/ieee-754/gedf2.S
libgcc/config/arc/ieee-754/gesf2.S
libgcc/config/arc/ieee-754/gtdf2.S
libgcc/config/arc/ieee-754/gtsf2.S
libgcc/config/arc/ieee-754/muldf3.S
libgcc/config/arc/ieee-754/mulsf3.S
libgcc/config/arc/ieee-754/orddf2.S
libgcc/config/arc/ieee-754/ordsf2.S
libgcc/config/arc/ieee-754/truncdfsf2.S
libgcc/config/arc/ieee-754/uneqdf2.S
libgcc/config/arc/ieee-754/uneqsf2.S
libgcc/config/arc/initfini.c
libgcc/config/arc/lib1funcs.S
libgcc/config/arc/t-arc
libgcc/config/arc/t-arc-newlib
libgcc/config/cris/umulsidi3.S
libgcc/config/msp430/cmpsi2.S
libgcc/config/msp430/epilogue.S
libgcc/config/msp430/lib2bitcountHI.c
libgcc/config/msp430/lib2divHI.c
libgcc/config/msp430/lib2divQI.c
libgcc/config/msp430/lib2divSI.c
libgcc/config/msp430/lib2mul.c
libgcc/config/msp430/msp430-divmod.h
libgcc/config/msp430/msp430-mul.h
libgcc/config/msp430/slli.S
libgcc/config/msp430/srai.S
libgcc/config/msp430/srli.S
libgcc/config/rl78/divmodhi.S
libgcc/config/rl78/divmodqi.S
libgcc/config/rl78/divmodsi.S
libgcc/config/rl78/signbit.S
libgcc/vtv_end.c
libgcc/vtv_end_preinit.c
libgcc/vtv_start.c
libgcc/vtv_start_preinit.c
libgomp/ChangeLog
libgomp/hashtab.h
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/18_support/new_handler.cc
libstdc++-v3/testsuite/18_support/terminate_handler.cc
libstdc++-v3/testsuite/18_support/unexpected_handler.cc

index f9699173985cc0ab4844765f0046496d6ebbc497..7a6602c22087437f48f3d3ac316c064ba8f6ec30 100644 (file)
@@ -1,3 +1,16 @@
+2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * common/config/arc/arc-common.c, config/arc/arc-modes.def,
+       config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
+       config/arc/arc.md, config/arc/arc.opt, config/arm/arm_neon_builtins.def,
+       config/arm/crypto.def, config/i386/avx512cdintrin.h,
+       config/i386/avx512erintrin.h, config/i386/avx512fintrin.h,
+       config/i386/avx512pfintrin.h, config/i386/btver2.md,
+       config/i386/shaintrin.h, config/i386/slm.md, config/linux-protos.h,
+       config/linux.c, config/winnt-c.c, diagnostic-color.c,
+       diagnostic-color.h, gimple-ssa-isolate-paths.c, vtable-verify.c,
+       vtable-verify.h: Use the standard form for the copyright notice.
+
 2014-01-02  Tobias Burnus  <burnus@net-b.de>
 
        * gcc.c (process_command): Update copyright notice dates.
index 5895ed376042d190dca6c27afe45ffe8378d6a93..054dfdcb9fdbfe6a271d5263e0815f6302cf6476 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * array-notation-common.c, c-cilkplus.c: Use the standard form for
+       the copyright notice.
+
 2013-12-28  Eric Botcazou  <ebotcazou@adacore.com>
 
        * c-ada-spec.c (print_constructor): New function.
index c54f444f757e8a93900f263fa468342e104bf36f..4e77fad252b21c200454134890c8cceb36cf0280 100644 (file)
@@ -1,7 +1,7 @@
 /* This file is part of the Intel(R) Cilk(TM) Plus support
    This file contains the builtin functions for Array
    notations.
-   Copyright (C) 2013  Free Software Foundation, Inc.
+   Copyright (C) 2013 Free Software Foundation, Inc.
    Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
                   Intel Corporation
 
index 6fa979d652dd2e8be71bc39d3c680dc7997db596..2cc2dd9d287aeed4303fa1e099670bbb97c12119 100644 (file)
@@ -1,7 +1,7 @@
 /* This file contains routines to construct and validate Cilk Plus
    constructs within the C and C++ front ends.
 
-   Copyright (C) 2013  Free Software Foundation, Inc.
+   Copyright (C) 2013 Free Software Foundation, Inc.
    Contributed by Aldy Hernandez <aldyh@redhat.com>.
 
 This file is part of GCC.
index 58631eeea09f02a8103524d872c809a768907552..61cb2304a97b06e5d255e68434e02e1c9630ad5a 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * c-array-notation.c: Use the standard form for the copyright notice.
+
 2013-12-18  Balaji V. Iyer  <balaji.v.iyer@intel.com>
 
        * c-parser.c (struct c_parser::cilk_simd_fn_tokens): Added new field.
index 5747bcb5ca84c1a3e0f0c5e41c33be958e598c1b..f85f95f703dd15ed8902e0b37093f3b01bc885f7 100644 (file)
@@ -1,7 +1,7 @@
 /* This file is part of the Intel(R) Cilk(TM) Plus support
    This file contains routines to handle Array Notation expression
    handling routines in the C Compiler.
-   Copyright (C) 2013  Free Software Foundation, Inc.
+   Copyright (C) 2013 Free Software Foundation, Inc.
    Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
                   Intel Corporation.
 
index 36e60ebc9d8c90c1354864bdac5ce0667f534bee..3206491458862a2346ba0dc2635d85507c0313df 100644 (file)
@@ -1,6 +1,5 @@
 /* Common hooks for Synopsys DesignWare ARC
-   Copyright (C) 1994, 1995, 1997, 1998, 2007-2013
-   Free Software Foundation, Inc.
+   Copyright (C) 1994-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 8c738dda4974ecb10203d1b4e14b85afa6f66839..14d97ab174ad630d86754c31e59c4c12d5a2fd08 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu.
-   Copyright (C) 2002, 2007-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 0939bc04bb40bfdfa70f7dd25374ba99b1d3455c..7559a5af49fa7c27f3934f9c7c76a0cf852bfdfa 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu.
-   Copyright (C) 2000, 2007-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 77932ce567c6d0acaae0ab3157c388120c4ab2ad..e75ae59604b395451e3193368c97ea9751c73637 100644 (file)
@@ -1,6 +1,5 @@
 /* Subroutines used for code generation on the Synopsys DesignWare ARC cpu.
-   Copyright (C) 1994, 1995, 1997, 2004, 2007-2013
-   Free Software Foundation, Inc.
+   Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
    Sources derived from work done by Sankhya Technologies (www.sankhya.com) on
    behalf of Synopsys Inc.
index 88102f0a532de18ef82ddae287a074f8b497eac7..18c8fb2ccd7a34fff418c45390704235c26c8701 100644 (file)
@@ -1,6 +1,5 @@
 /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu.
-   Copyright (C) 1994, 1995, 1997, 1998, 2007-2013
-   Free Software Foundation, Inc.
+   Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
    Sources derived from work done by Sankhya Technologies (www.sankhya.com) on
    behalf of Synopsys Inc.
index 64b4162a8779a7bc614f57b39f122b7c324b1e67..ffb7123563cb4de0b5cbd7dc6b9958133e7c7743 100644 (file)
@@ -1,6 +1,5 @@
 ;; Machine description of the Synopsys DesignWare ARC cpu for GNU C compiler
-;; Copyright (C) 1994, 1997, 1999, 2006-2013
-;; Free Software Foundation, Inc.
+;; Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 ;; Sources derived from work done by Sankhya Technologies (www.sankhya.com) on
 ;; behalf of Synopsys Inc.
index 26e0de43fdab4978d1937c6e2b5a12853b7c9ee7..3837c7a7e287fdc57ae1d4a1d788bd33704aa9eb 100644 (file)
@@ -1,6 +1,6 @@
 ; Options for the Synopsys DesignWare ARC port of the compiler
 ;
-; Copyright (C) 2005, 2007-2013 Free Software Foundation, Inc.
+; Copyright (C) 2005-2013 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
index 5fa17bd0bf1e1a365ca1d6d5a4fbc7bdedb6c18f..5068881980698d43e5ab64ce7f76b61d40eafac9 100644 (file)
@@ -1,6 +1,5 @@
 /* NEON builtin definitions for ARM.
-   Copyright (C) 2013
-   Free Software Foundation, Inc.
+   Copyright (C) 2013 Free Software Foundation, Inc.
    Contributed by ARM Ltd.
 
    This file is part of GCC.
index 0b3a395b452029be035a9187559b897c48e3ee9d..b2cb567212d34fd9222e7437a138de5a15e4051a 100644 (file)
@@ -1,6 +1,5 @@
 /* Cryptographic instruction builtin definitions.
-   Copyright (C) 2013
-   Free Software Foundation, Inc.
+   Copyright (C) 2013 Free Software Foundation, Inc.
    Contributed by ARM Ltd.
    This file is part of GCC.
 
index 6186e06bdbe6cf57739585652eaf4653c46222be..4afd5559969833c637d10d58d162717a1a792da3 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2013
-   Free Software Foundation, Inc.
+/* Copyright (C) 2013 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 4583d690378f4b6e31ef702e8d62e44d5668f1ad..87e03dfce063e6b9097cd218ddf2ec04fa093e9f 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2013
-   Free Software Foundation, Inc.
+/* Copyright (C) 2013 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 40e82134273dfc64c7e3f473196776ef961bf233..1917811bba08f3965506d02e1bb0cd0546ea6bbb 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2013
-   Free Software Foundation, Inc.
+/* Copyright (C) 2013 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 4dba640458dcb60dbeaad6dec257eccae2e2a6f2..f4211a5dfc4f5f7635d6e6496691e319bf1f2fbe 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2013
-   Free Software Foundation, Inc.
+/* Copyright (C) 2013 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index e872d602f581a964010abd39a677f03fc63f4975..7ba2583b713de483b8820c73d3e451efc9bdcdcd 100644 (file)
@@ -1,4 +1,4 @@
-;; Copyright (C) 2012, Free Software Foundation, Inc.
+;; Copyright (C) 2012 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 ;;
index 58c5c5d12060a041f7838344eb71452fdff22ef9..7eede49df81505360101b4e02006323f2cd0442f 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2013
-   Free Software Foundation, Inc.
+/* Copyright (C) 2013 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 3ac919e372c0062edb1cd631362719e697c6b000..16e9b0a73a65a14963387dded824fb6ef4a16869 100644 (file)
@@ -1,5 +1,5 @@
 ;; Slivermont(SLM) Scheduling
-;; Copyright (C) 20092010 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2010 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 ;;
index cfc660ab4df55de89e00160216d590f772baf842..0a8f674d03bcb96e75732c829bfad748fcdf7e13 100644 (file)
@@ -1,6 +1,5 @@
 /* Prototypes.
-   Copyright (C) 2013.
-   Free Software Foundation, Inc.
+   Copyright (C) 2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index ffaf614bc1a63909475b4c3f72a01521a3d356ca..13de1a9ae771c0d716c1ca75cc4df7879e163f63 100644 (file)
@@ -1,6 +1,5 @@
 /* Functions for Linux Android as target machine for GNU C compiler.
-   Copyright (C) 2013.
-   Free Software Foundation, Inc.
+   Copyright (C) 2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index d52db62afd28302ddf697ff444d1694ced8e5867..3d5958f91ff2d4a74c558d441f12e2f319e101e3 100644 (file)
@@ -1,6 +1,5 @@
 /* Default C-family target hooks initializer.
-   Copyright (C) 2013
-   Free Software Foundation, Inc.
+   Copyright (C) 2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 146e67c589a0cd5b29cbdeeb60bd75fd204dc3f2..67c6d8e2273a4912042a470a8721a96be57f044c 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * cp-array-notation.c, cp-cilkplus.c, vtable-class-hierarchy.c: Use
+       the standard form for the copyright notice.
+
 2013-12-23  Jason Merrill  <jason@redhat.com>
 
        PR c++/59271
index e1fb0ee99ad9c847730a5f1ef873f097c6dcf7e3..f551706eb2ca542066974fa96be2c3da98e17d59 100644 (file)
@@ -1,7 +1,7 @@
 /* This file is part of the Intel(R) Cilk(TM) Plus support
    It contains routines to handle Array Notation expression
    handling routines in the C++ Compiler.
-   Copyright (C) 2013  Free Software Foundation, Inc.
+   Copyright (C) 2013 Free Software Foundation, Inc.
    Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
                   Intel Corporation
 
index d3f3323721e4dc44a28cb3d22ded7d906f2ead3e..c1edb436953b31ab65d3c1afcf1d490923dbdc39 100644 (file)
@@ -1,7 +1,7 @@
 /* This file is part of the Intel(R) Cilk(TM) Plus support
    This file contains routines to handle Cilk Plus specific
    routines for the C++ Compiler.
-   Copyright (C) 2013  Free Software Foundation, Inc.
+   Copyright (C) 2013 Free Software Foundation, Inc.
    Contributed by Aldy Hernandez <aldyh@redhat.com>.
 
    This file is part of GCC.
index 4eb78eee4be733fa71fb786ebb9af8d1e30723c9..5289bdab1d4e6a31334614c7977de046a9d9b695 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2013  Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index a1c508a07359f2f54058171dd6d441ce7e8676a3..8abb6975bc95ed8f5326b1e41f9813092c6a9dea 100644 (file)
@@ -1,5 +1,5 @@
 /* Output colorization.
-   Copyright 2011-2013 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 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
index e643e5188c011eab2e376cb3177112dd88251940..b4951e7a8f09d399df7642e236af10bc17ebd8fd 100644 (file)
@@ -19,7 +19,7 @@ along with GCC; see the file COPYING3.  If not see
 
 /* Based on code from: */
 /* grep.c - main driver file for grep.
-   Copyright (C) 1992, 1997-2002, 2004-2013 Free Software Foundation, Inc.
+   Copyright (C) 1992-2013 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
index dd1f4f8502512d92e9147f3b609ee0a9b7e68a8b..36830eae99faad30eae3e53c48e2fe0d38de1696 100644 (file)
@@ -1,8 +1,7 @@
 /* Detect paths through the CFG which can never be executed in a conforming
    program and isolate them.
 
-   Copyright (C) 2013
-   Free Software Foundation, Inc.
+   Copyright (C) 2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 17ea414fc7697366953c3782557ebcb6ae9fd6b6..85d7c866e5e69e05e0c41a10238276dcce76b3f6 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * gcc.target/arc/arc.exp: Use the standard form for the copyright
+       notice.
+
 2014-01-02  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/59654
index 83e2762e64a1debebbe83208f23266f0774cad9d..a8b9641b41106edce6274a885c9c1687e97090f3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007, 2011, 2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012 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
index af61e930b205eb504cf7201a5b45fbfea933725a..27b7bc8b08c8af6ae91132d04fd9e1e555903ba9 100644 (file)
@@ -1,5 +1,4 @@
-/*   Copyright (C) 2013
-    Free Software Foundation, Inc.
+/* Copyright (C) 2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 7ac487bef5239c9ae57aff9a467cee4c1aeb024e..c4465fef425b6718ce03969a18db555a6b6869b4 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2013
-   Free Software Foundation, Inc.
+/* Copyright (C) 2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 1b015f2bc78e4f02ee64a1b0355bf6df6374e7d5..bbef06d9d095712a2e0d3a16145e838d525cd98c 100644 (file)
@@ -1,3 +1,43 @@
+2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/arc/asm.h, config/arc/crtg.S, config/arc/crtgend.S,
+       config/arc/crti.S, config/arc/crtn.S, config/arc/divtab-arc700.c,
+       config/arc/dp-hack.h, config/arc/fp-hack.h,
+       config/arc/ieee-754/adddf3.S, config/arc/ieee-754/addsf3.S,
+       config/arc/ieee-754/arc600-dsp/divdf3.S,
+       config/arc/ieee-754/arc600-dsp/divsf3.S,
+       config/arc/ieee-754/arc600-dsp/muldf3.S,
+       config/arc/ieee-754/arc600-dsp/mulsf3.S,
+       config/arc/ieee-754/arc600-mul64/divdf3.S,
+       config/arc/ieee-754/arc600-mul64/divsf3.S,
+       config/arc/ieee-754/arc600-mul64/muldf3.S,
+       config/arc/ieee-754/arc600-mul64/mulsf3.S,
+       config/arc/ieee-754/arc600/divsf3.S,
+       config/arc/ieee-754/arc600/mulsf3.S,
+       config/arc/ieee-754/divdf3.S, config/arc/ieee-754/divsf3-stdmul.S,
+       config/arc/ieee-754/divsf3.S, config/arc/ieee-754/divtab-arc-df.c,
+       config/arc/ieee-754/divtab-arc-sf.c, config/arc/ieee-754/eqdf2.S,
+       config/arc/ieee-754/eqsf2.S, config/arc/ieee-754/extendsfdf2.S,
+       config/arc/ieee-754/fixdfsi.S, config/arc/ieee-754/fixsfsi.S,
+       config/arc/ieee-754/fixunsdfsi.S, config/arc/ieee-754/floatsidf.S,
+       config/arc/ieee-754/floatsisf.S, config/arc/ieee-754/floatunsidf.S,
+       config/arc/ieee-754/gedf2.S, config/arc/ieee-754/gesf2.S,
+       config/arc/ieee-754/gtdf2.S, config/arc/ieee-754/gtsf2.S,
+       config/arc/ieee-754/muldf3.S, config/arc/ieee-754/mulsf3.S,
+       config/arc/ieee-754/orddf2.S, config/arc/ieee-754/ordsf2.S,
+       config/arc/ieee-754/truncdfsf2.S, config/arc/ieee-754/uneqdf2.S,
+       config/arc/ieee-754/uneqsf2.S, config/arc/initfini.c,
+       config/arc/lib1funcs.S, config/arc/t-arc, config/arc/t-arc-newlib,
+       config/cris/umulsidi3.S, config/msp430/cmpsi2.S,
+       config/msp430/epilogue.S, config/msp430/lib2bitcountHI.c,
+       config/msp430/lib2divHI.c, config/msp430/lib2divQI.c,
+       config/msp430/lib2divSI.c, config/msp430/lib2mul.c,
+       config/msp430/msp430-divmod.h, config/msp430/msp430-mul.h,
+       config/msp430/slli.S, config/msp430/srai.S, config/msp430/srli.S,
+       config/rl78/divmodhi.S, config/rl78/divmodqi.S, config/rl78/divmodsi.S,
+       config/rl78/signbit.S, vtv_end.c, vtv_end_preinit.c, vtv_start.c,
+       vtv_start_preinit.c: Use the standard form for the copyright notice.
+
 2013-12-31  Sandra Loosemore  <sandra@codesourcery.com>
            Chung-Lin Tang  <cltang@codesourcery.com>
            Based on patches from Altera Corporation
index 56356a4000cce40690819f9d9eef185b614bf4c6..df28b668e7eacdac1e76f8f0ded693ab9361b50b 100644 (file)
@@ -1,7 +1,6 @@
 /* Assembler macros for the Synopsys DesignWare ARC CPU.
 
-   Copyright (C) 1994, 1995, 1997, 2004, 2007-2013
-   Free Software Foundation, Inc.
+   Copyright (C) 1994-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 6014f045881b55bf88b1cba1c886e6fd48e1a9d5..fd13c5d9d6abba90689f41a1643fdf2812ffb552 100644 (file)
@@ -1,7 +1,6 @@
 /* Code to start and stop profiling for the Synopsys DesignWare ARC CPU.
 
-   Copyright (C) 1994, 1995, 1997, 2004, 2007-2013
-   Free Software Foundation, Inc.
+   Copyright (C) 1994-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 5db637a0c08d1576d223dc214150cce40eb05228..3c04225c1744710c03b93260bc0954702994097c 100644 (file)
@@ -1,7 +1,6 @@
 /* Code to start and stop profiling for the Synopsys DesignWare ARC CPU.
 
-   Copyright (C) 1994, 1995, 1997, 2004, 2007-2013
-   Free Software Foundation, Inc.
+   Copyright (C) 1994-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 1f3dfe1473443f03436431485f5b1ba2016e292c..04c03530c09dc7cca4094c35551b48beb1b4e318 100644 (file)
@@ -1,7 +1,6 @@
 /* .fini/.init stack frame setup for the Synopsys DesignWare ARC CPU.
 
-   Copyright (C) 1994, 1995, 1997, 2004, 2007-2013
-   Free Software Foundation, Inc.
+   Copyright (C) 1994-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 1962d3c27cd9de6a393bfbd62827aede6fb6e2bf..79f5bf858d77b443173aaa8006d352ec5c726d42 100644 (file)
@@ -1,7 +1,6 @@
 /* Ensure .fini/.init return for the Synopsys DesignWare ARC CPU.
 
-   Copyright (C) 1994, 1995, 1997, 2004, 2007-2013
-   Free Software Foundation, Inc.
+   Copyright (C) 1994-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                 on behalf of Synopsys Inc.
 
index dba0b4e39283053cab54d00426d36acc32e22523..977e52858fcecc5d3049dd142b5b9c5ba63caa04 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2006, 2007-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index fcbd89cf9d757bddeb76f13a138265f08ba8a9f7..14a3fc606e6a1c705c4c52a796a812866344e691 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 7b1298ac1c8c5099e1fed03567af4b4c5f3b589f..c696edf38b3975ea4f31106684f6ac73b1f2931e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index d0a3b43359e28221c7560a570460dfb6f127c308..74bbee5efa71924887617a9fc4dfe6a62d1052e2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 996a9732be140623880363e794c8383898904040..8fe4e0d85767c6660a274061b802b107ca653083 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index e54d31d87d197766011ac7df16a12b9c29e82e1a..1afb324e08af6b7f0db5d0445174a6e17b06d840 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index da25c71137622329cc99c235e8f51ca82030763b..ac733c498eb37982099787c08cc9cf01d2691e15 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 88c541bf70018eb924fc49a9f62a26fe82c331bd..7d76333b80f3736ba1fb28362899fac1d26cb774 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index b58146f0271a7dd3ea1380e4cb1871c5278b19e0..a758933d6f516f4930b88fddb9f4448553bec187 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 0584b53f77bbfff17127588f8df549cec73d4952..e903fc507e5129881c611cff3373add7c3c27de5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index a9934f0ad943ebf09f70bb04004b6ea3d58c8335..cea2507b10edc594a03e06940d6e850108cf52e5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 1e18999e49a592f4b7b02cc3ead7452afe8bb486..4f3ee56049ab22fe2c14d6377bbed53e0e8921a6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 619662491b2ed735c3e71a75d5c5e5e381a6dff0..97fc5bb0512f9c627d1f3278d279df425b394c40 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 7fcbadbe086220daa5c10985980f6faa55ea853d..c1afe200fbd659acff2ede08217bdb744ea7f410 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index e3f0a3c12b6c14d1dfa8f4ed81097676450de695..f05b23f3467e42b631995dd938e7750c4e260b28 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 783cee352b338805c32d319011966656d010bf2e..ab6b1e69c2fa7102d93f52c894a42adca6fe04b9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index b20f6c3889d5b3d3885327597d4cfd12930bffcc..aa005d9c64761d84d1d58b1d01a92866847c2056 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index d7cc2ee938d83d252292bfe814926ecaa599be90..783aa5e0f2b80c67b956a20c1c004e158e2e70f7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index b1574b9dc32640d745fe598718f6484ce056cac2..83f0246d1ea1a5757c4b09e5f82c3936f9c934b2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index d76e4996d217603713b783b4370402e30eb06403..d533aface21e655115172896b786907af359e4c6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 26f096824945b1b5d8e51b09057d7e822cb6740e..2065a5f7903261c9df3fd39006e7579fd1041ca7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 4390982bc83c0142827307d418df3448726133d0..a616d0df590f53fc8e05308d1b3988207f183faf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 12e29449a968208a9ec6e3db0c654d71215bc20e..9cc946487e3da268eed09ff905ad1fdc8a0614fc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2006-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index f35d0b6eb0641e2ccdb28d7783e486164eb1ac56..dbc4aea480a51af88940b4b375db6f20cf677949 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 045b99f19826c0b3a5515c9d43e79c15adbbb1b6..4246efed52b3d304c5e2073ee8d811afffc362e5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 54116a5b94d99bb11da382cf82d6f45101b61df9..dfc15863f445d6aa5bf6d9758ba804de2900bf3a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index f7aa032436638f7a8f9bd8b8ab5197f924d2ebd4..8781b23079808572e3462b921d6b3534026a24ce 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index d5838b00d9538e4b51f717f4ed701e93aebb325c..bfe7c1f77a2660d883cab70a09994b37c4bc6b73 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index c04b2461c3b4e85e6bccf26236576ca44e363e8f..f6aa66d135705e31502841ea55a7ff4f5ddabf0c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index e0ea266104b4f4f56e36dcfe4a21c9583ad24dbe..ac63a1d9cb6bec76cafe2f9e28190fb7c60da5aa 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 857db58a23707d1f7519217685671056770948fc..d285964154d22f8d6c23cbd8c4097c6ddfee103c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index b0abb95b84f2a7f03b3e804a926b8f9cfcc67b34..29f78ffbe7278b8fa31aa2a96c87b3601cde7621 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index b417fec8425ad3384de25fddae38043cadb795cb..0531c3728e1dd07deefc7162431e7279f5db416b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 59c2b07212be10008459da7e389fa08e5fbce9e7..9768c1157b8d20583027e16c2f0ae0b9f833ac8e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index c931c3c947eeccb942db10c97368fa1914cf0406..0ff54b41113c4d5087e9eba28085448ef22be98c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index ac2793f6234fbd03b5c8648123bc3974db39d77e..c8abcb7768bc7ec783701bc1574ad31dc74d1e81 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 8f1495156b6b99c6b6ffccd2cbdc077ea56aae40..7da1c657ea8cc62d2dcb0c9707b865e545b0d5aa 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index aafdf09445ad14e668af8128f4ec62a30afcb607..e5587e76680c9c0079831410502b31b9bb71e30f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2008-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2006-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index b3d16d0c0a19afd09afb3c4008339fd6590bb5d8..2032a358f3fb716fb2487eb9312aa0f14ba2a5dd 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 152c112dc4e4376dfc42813deb3d774774d1d275..24fdfa1fbac6c572b2e7c0e8264f5ee4e2fa24c5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 46bd8b0f9f4d181b1107f9f985d237219612ddb6..b6166541429ea88538a415fbd7edbd7678b6dfb1 100644 (file)
@@ -1,7 +1,7 @@
 /* .init/.fini section handling + C++ global constructor/destructor handling.
    This file is based on crtstuff.c, sol2-crti.asm, sol2-crtn.asm.
 
-   Copyright (C) 1995, 1997, 1998, 2007-2013 Free Software Foundation, Inc.
+   Copyright (C) 1995-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index d434ccb4edde382432c109079a5a3266c036768a..e1656ff677ab8fba404e955722dd56d6ab78ca39 100644 (file)
@@ -1,6 +1,6 @@
 ; libgcc1 routines for Synopsys DesignWare ARC cpu.
 
-/* Copyright (C) 1995, 1997, 2007-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 6edf10ee3ec49fe161e974cc1ae2afe898ea822d..ba89cbfaeb1b657b2f05b4bd96a905552d1eef7f 100644 (file)
@@ -1,6 +1,6 @@
 # GCC Makefile fragment for Synopsys DesignWare ARC
 
-# Copyright (C) 2007-2013 Free Software Foundation, Inc.  
+# Copyright (C) 2007-2013 Free Software Foundation, Inc.
 # Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
 #              on behalf of Synopsys Inc.
 
index c9b994657a6e46df5121aaef9ff4f6d49b5539b6..c37b7955f707e6f75bf458f5e34eef84bb28b9c3 100644 (file)
@@ -1,6 +1,6 @@
 # GCC Makefile fragment for the Synopsys DesignWare ARC CPU with newlib.
 
-# Copyright (C) 2007-2013 Free Software Foundation, Inc.  
+# Copyright (C) 2007-2013 Free Software Foundation, Inc.
 # Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
 #              on behalf of Synopsys Inc.
 
index eba98a12228be712a8198e24cb8483fb073cc007..ce307320c7170858cac90f9510b3fb61ed28a4db 100644 (file)
@@ -1,4 +1,4 @@
-;; Copyright (C) 2001, 2004, 2013 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2013 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 ;;
index e8e5b3935a48687f5eea0b7c592d15029c5be6a5..6f076b68f6784ba5f02e1ed8df27a54b106bbd02 100644 (file)
@@ -1,4 +1,4 @@
-;   Copyright (C) 20122013 Free Software Foundation, Inc.
+;   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 ;   Contributed by Red Hat.
 ; 
 ; This file is free software; you can redistribute it and/or modify it
index 2e86decafc11de735679b14baa2d75b480995992..1b47b58ef9416e5e3f46ab3ab261b66de0ba5b97 100644 (file)
@@ -1,4 +1,4 @@
-;   Copyright (C) 20122013 Free Software Foundation, Inc.
+;   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 ;   Contributed by Red Hat.
 ; 
 ; This file is free software; you can redistribute it and/or modify it
index f0291ad60b042802fcdcb070f1df5991e6dbdd8f..d05301ad3d2369842e149c4f8805e7057b9a32cb 100644 (file)
@@ -1,6 +1,5 @@
 /* libgcc routines for MSP430
-   Copyright (C) 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 2012 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
    This file is part of GCC.
index e70ed400513deea410ef4c846582121d01983cc0..bf067bd3a1b7589fb89a3d2d41eeeecc5192e5fa 100644 (file)
@@ -1,6 +1,5 @@
 /* HI mode divide routines for libgcc for MSP430
-   Copyright (C) 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 2012 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
    This file is part of GCC.
index fe341fc2fdc6d07b37e7a8b3dceba65dcfdd923e..4d9f14874d79cdff5024342bf5e7bc1d80021e40 100644 (file)
@@ -1,6 +1,5 @@
 /* QI mode divide routines for libgcc for MSP430
-   Copyright (C) 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 2012 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
    This file is part of GCC.
index bc1dacaf51fbe7ec2d546ecf1744904b9454a8fc..d819090f804e364e49c9654159342ed99c374a13 100644 (file)
@@ -1,6 +1,5 @@
 /* SI mode divide routines for libgcc for MSP430
-   Copyright (C) 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 2012 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
    This file is part of GCC.
index 9f68f4c5e67b6ce7f23fbf5df6b086e223cd09cf..6fe61e56510fb961bc7b0b8733cb0001a04f42d3 100644 (file)
@@ -1,6 +1,5 @@
 /* libgcc routines for MSP430
-   Copyright (C) 2005, 2009, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2005-2011 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
    This file is part of GCC.
index 206c7516c3ee0e6f0bf973b51488b8d3b8d8f56d..b2b6fc0dc79bcd88dc9d5c4408ba6eaee2012955 100644 (file)
@@ -1,6 +1,5 @@
 /* libgcc routines for MSP430
-   Copyright (C) 2005, 2009, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2005-2011 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
    This file is part of GCC.
index fc2cd6c6ebb08e768c9ac7fcdfc80b153caf7e85..45ab06775e68a710beede49a5839e626232aaebc 100644 (file)
@@ -1,6 +1,5 @@
 /* libgcc routines for RL78
-   Copyright (C) 2005, 2009, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2005-2011 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
    This file is part of GCC.
index 48ed15d3ec30878ca9141ea5a5ea9e4eaa088c18..61d032139356fb407a2331c19208fc8a95db3c0b 100644 (file)
@@ -1,4 +1,4 @@
-;   Copyright (C) 20122013 Free Software Foundation, Inc.
+;   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 ;   Contributed by Red Hat.
 ; 
 ; This file is free software; you can redistribute it and/or modify it
index 8f841229fde48dd097a6bfd24d5bec574fa7d1bd..73d161ff09ffecb7e5c373dc98562b55defa81aa 100644 (file)
@@ -1,4 +1,4 @@
-;   Copyright (C) 20122013 Free Software Foundation, Inc.
+;   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 ;   Contributed by Red Hat.
 ; 
 ; This file is free software; you can redistribute it and/or modify it
index 3ec33df343fcad3bdba4cdb3f63d561939aada23..fdcca60178731288e711645d7fe80cb4f511a194 100644 (file)
@@ -1,4 +1,4 @@
-;   Copyright (C) 20122013 Free Software Foundation, Inc.
+;   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 ;   Contributed by Red Hat.
 ; 
 ; This file is free software; you can redistribute it and/or modify it
index 4e0a1237b28a866f19fee7d6b388ab3d9d829500..4f466c8679a4ed92af9646ee0c874573fe158233 100644 (file)
@@ -1,5 +1,5 @@
 /* HImode div/mod functions for the GCC support library for the Renesas RL78 processors.
-   Copyright (C) 2012,2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
    This file is part of GCC.
index 62d6f7761433b80ef2fbca50906f9ffee091f14a..1470ff343bfd965ea6aa6016b354c9f653089d7c 100644 (file)
@@ -1,5 +1,5 @@
 /* QImode div/mod functions for the GCC support library for the Renesas RL78 processors.
-   Copyright (C) 2012,2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
    This file is part of GCC.
index e22b5ba56e850f890c5f4ae8ed299c053de036b9..c1cf8cc0bad1e6175530145f58f44b56b376d438 100644 (file)
@@ -1,5 +1,5 @@
 /* SImode div/mod functions for the GCC support library for the Renesas RL78 processors.
-   Copyright (C) 2012,2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
    This file is part of GCC.
index afd0f07eb475694c20b474316ca5e2085cd59e81..17cb69431a423d7855627faa5f5664476219b230 100644 (file)
@@ -1,4 +1,4 @@
-;   Copyright (C) 2012,2013 Free Software Foundation, Inc.
+;   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 ;   Contributed by Red Hat.
 ; 
 ; This file is free software; you can redistribute it and/or modify it
index 83fa101c8e36c0297a36a108d54612cffb6c2ddb..ec3d58a387a73167c2c39fb496537b4c6e8cbf65 100644 (file)
@@ -1,5 +1,4 @@
-/*  Copyright (C) 2012, 2013
-    Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 53d12b07ea1b7ddb69a318881f48b875a497fc59..225ce79d070ae3f218ddf5aa6982ca6887adb00c 100644 (file)
@@ -1,5 +1,4 @@
-/*  Copyright (C) 2012, 2013
-    Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 3efb63dfbb034e3f1bb3224dfa225ac56f71012e..8c9bff87bf9488c51d0643577c6642decf26040a 100644 (file)
@@ -1,5 +1,4 @@
-/*  Copyright (C) 2012, 2013
-    Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 512c8581a283ef3f0ab02838b19cb9a4b5802e2b..6860c3c9ad5996fba643dd2265886ee06075c078 100644 (file)
@@ -1,5 +1,4 @@
-/*  Copyright (C) 2012, 2013
-    Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 766484893ee5aac5c402b3a1cc63ac6bfe7595bb..d5391f4dffa42e5825af3ae5377f11231ac448d4 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * hashtab.h: Use the standard form for the copyright notice.
+
 2014-01-02  Tobias Burnus  <burnus@net-b.de>
 
        * libgomp.texi: Bump @copying's copyright year.
index 7f1dad695240bcef6c87df912ece708470e30b5c..0c2c3fc6a869bc0fd58c6d4f65b62338b1cbe203 100644 (file)
@@ -1,6 +1,5 @@
 /* An expandable hash tables datatype.
-   Copyright (C) 1999-2013
-   Free Software Foundation, Inc.
+   Copyright (C) 1999-2013 Free Software Foundation, Inc.
    Contributed by Vladimir Makarov <vmakarov@cygnus.com>.
 
 This program is free software; you can redistribute it and/or modify
index 820b029a783b829c27c3a07e74a3b5a5b23117c9..bc269bf573cec6549bc9c405e5c31d3536d648ed 100644 (file)
@@ -1,3 +1,10 @@
+2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * testsuite/18_support/new_handler.cc,
+       testsuite/18_support/terminate_handler.cc,
+       testsuite/18_support/unexpected_handler.cc: Use the standard form for
+       the copyright notice.
+
 2013-12-22  Hans-Peter Nilsson  <hp@axis.com>
 
        * testsuite/20_util/hash/chi2_quality.h: Break out from
index 97cb61e05773da9970be4b2abae1d62f74600fb7..8deae241182a62570e708c1f054d7bc1a4979383 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Free Software Foundation
+// Copyright (C) 2013 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index f3112b19fdb6ed38f1bbcc34545327e18efe0bdf..f67c7a05205efc91a149ac013bf39ba9ee53f528 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Free Software Foundation
+// Copyright (C) 2013 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index f5a925012893014b05edc58a81d9a36db6ed3e36..c6a7ca35d0612b0cd24708f6b062f92595b7fcd5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Free Software Foundation
+// Copyright (C) 2013 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the