diff mbox

Update GCC copyright year in user visible output

Message ID 877gaivxwv.fsf@talisman.default
State New
Headers show

Commit Message

Richard Sandiford Jan. 2, 2014, 10:09 p.m. UTC
Jakub Jelinek <jakub@redhat.com> writes:
> On Thu, Jan 02, 2014 at 09:45:30PM +0100, Tobias Burnus wrote:
>> This patch updates the user visible copyright year in the GCC output
>> of the commands and in the documentation.* (* I touched only those
>> with 2013 copyright year.)
>> 
>> Unsurprisingly, the patch survived a full bootstrap.
>> OK for the trunk?
>> 
>> Tobias
>> 
>> PS: I will also roll the ChangeLog files, which I will touch -
>> gcc/ChangeLog{,-2013} is already done. Not covered would be
>> libstdc++-v3/ and libgfortran/.
>
> Ok, thanks.  
>
> Richard, do you please have latest version of your python Copyright
> year updater script?  Can you either bump it yourself or post the
> script?  I saw some version in the January 2013 thread, but am not sure
> if that is the latest version of it.  Thanks.

Yeah, the one in contrib/ is still the most recent.  Here's part 1,
which just makes some new files use the standard format for the copyright
notice, without changing the years.  Applied as obvious.

Thanks,
Richard


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.

Comments

Jakub Jelinek Jan. 2, 2014, 10:29 p.m. UTC | #1
On Thu, Jan 02, 2014 at 10:09:20PM +0000, Richard Sandiford wrote:
> Yeah, the one in contrib/ is still the most recent.  Here's part 1,
> which just makes some new files use the standard format for the copyright
> notice, without changing the years.  Applied as obvious.

Thanks for this (and for the followup changes).

	Jakub
Richard Sandiford Jan. 2, 2014, 10:32 p.m. UTC | #2
Richard Sandiford <rdsandiford@googlemail.com> writes:
> Jakub Jelinek <jakub@redhat.com> writes:
>> On Thu, Jan 02, 2014 at 09:45:30PM +0100, Tobias Burnus wrote:
>>> This patch updates the user visible copyright year in the GCC output
>>> of the commands and in the documentation.* (* I touched only those
>>> with 2013 copyright year.)
>>> 
>>> Unsurprisingly, the patch survived a full bootstrap.
>>> OK for the trunk?
>>> 
>>> Tobias
>>> 
>>> PS: I will also roll the ChangeLog files, which I will touch -
>>> gcc/ChangeLog{,-2013} is already done. Not covered would be
>>> libstdc++-v3/ and libgfortran/.
>>
>> Ok, thanks.  
>>
>> Richard, do you please have latest version of your python Copyright
>> year updater script?  Can you either bump it yourself or post the
>> script?  I saw some version in the January 2013 thread, but am not sure
>> if that is the latest version of it.  Thanks.
>
> Yeah, the one in contrib/ is still the most recent.  Here's part 1,
> which just makes some new files use the standard format for the copyright
> notice, without changing the years.  Applied as obvious.

Years now updated in r206289-r206299 and r206301.

Thanks,
Richard
diff mbox

Patch

Index: gcc/c-family/array-notation-common.c
===================================================================
--- gcc/c-family/array-notation-common.c	2014-01-02 21:49:30.067569853 +0000
+++ gcc/c-family/array-notation-common.c	2014-01-02 21:49:31.182578844 +0000
@@ -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: gcc/c-family/c-cilkplus.c
===================================================================
--- gcc/c-family/c-cilkplus.c	2014-01-02 21:49:30.067569853 +0000
+++ gcc/c-family/c-cilkplus.c	2014-01-02 21:49:31.182578844 +0000
@@ -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: gcc/c/c-array-notation.c
===================================================================
--- gcc/c/c-array-notation.c	2014-01-02 21:49:30.067569853 +0000
+++ gcc/c/c-array-notation.c	2014-01-02 21:49:31.182578844 +0000
@@ -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: gcc/common/config/arc/arc-common.c
===================================================================
--- gcc/common/config/arc/arc-common.c	2014-01-02 21:49:30.067569853 +0000
+++ gcc/common/config/arc/arc-common.c	2014-01-02 21:49:31.183578852 +0000
@@ -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: gcc/config/arc/arc-modes.def
===================================================================
--- gcc/config/arc/arc-modes.def	2014-01-02 21:49:30.068569861 +0000
+++ gcc/config/arc/arc-modes.def	2014-01-02 21:49:31.183578852 +0000
@@ -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: gcc/config/arc/arc-protos.h
===================================================================
--- gcc/config/arc/arc-protos.h	2014-01-02 21:49:30.068569861 +0000
+++ gcc/config/arc/arc-protos.h	2014-01-02 21:49:31.183578852 +0000
@@ -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: gcc/config/arc/arc.c
===================================================================
--- gcc/config/arc/arc.c	2014-01-02 21:49:30.069569869 +0000
+++ gcc/config/arc/arc.c	2014-01-02 21:49:31.184578860 +0000
@@ -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: gcc/config/arc/arc.h
===================================================================
--- gcc/config/arc/arc.h	2014-01-02 21:49:30.069569869 +0000
+++ gcc/config/arc/arc.h	2014-01-02 21:49:31.185578868 +0000
@@ -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: gcc/config/arc/arc.md
===================================================================
--- gcc/config/arc/arc.md	2014-01-02 21:49:30.070569877 +0000
+++ gcc/config/arc/arc.md	2014-01-02 21:49:31.185578868 +0000
@@ -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: gcc/config/arc/arc.opt
===================================================================
--- gcc/config/arc/arc.opt	2014-01-02 21:49:30.070569877 +0000
+++ gcc/config/arc/arc.opt	2014-01-02 21:49:31.186578876 +0000
@@ -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: gcc/config/arm/arm_neon_builtins.def
===================================================================
--- gcc/config/arm/arm_neon_builtins.def	2014-01-02 21:49:30.070569877 +0000
+++ gcc/config/arm/arm_neon_builtins.def	2014-01-02 21:49:31.186578876 +0000
@@ -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: gcc/config/arm/crypto.def
===================================================================
--- gcc/config/arm/crypto.def	2014-01-02 21:49:30.071569886 +0000
+++ gcc/config/arm/crypto.def	2014-01-02 21:49:31.186578876 +0000
@@ -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: gcc/config/i386/avx512cdintrin.h
===================================================================
--- gcc/config/i386/avx512cdintrin.h	2014-01-02 21:49:30.071569886 +0000
+++ gcc/config/i386/avx512cdintrin.h	2014-01-02 21:49:31.186578876 +0000
@@ -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: gcc/config/i386/avx512erintrin.h
===================================================================
--- gcc/config/i386/avx512erintrin.h	2014-01-02 21:49:30.071569886 +0000
+++ gcc/config/i386/avx512erintrin.h	2014-01-02 21:49:31.186578876 +0000
@@ -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: gcc/config/i386/avx512fintrin.h
===================================================================
--- gcc/config/i386/avx512fintrin.h	2014-01-02 21:49:30.072569894 +0000
+++ gcc/config/i386/avx512fintrin.h	2014-01-02 21:49:31.188578892 +0000
@@ -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: gcc/config/i386/avx512pfintrin.h
===================================================================
--- gcc/config/i386/avx512pfintrin.h	2014-01-02 21:49:30.073569902 +0000
+++ gcc/config/i386/avx512pfintrin.h	2014-01-02 21:49:31.188578892 +0000
@@ -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: gcc/config/i386/btver2.md
===================================================================
--- gcc/config/i386/btver2.md	2014-01-02 21:49:30.073569902 +0000
+++ gcc/config/i386/btver2.md	2014-01-02 21:49:31.188578892 +0000
@@ -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: gcc/config/i386/shaintrin.h
===================================================================
--- gcc/config/i386/shaintrin.h	2014-01-02 21:49:30.073569902 +0000
+++ gcc/config/i386/shaintrin.h	2014-01-02 21:49:31.189578900 +0000
@@ -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: gcc/config/i386/slm.md
===================================================================
--- gcc/config/i386/slm.md	2014-01-02 21:49:30.073569902 +0000
+++ gcc/config/i386/slm.md	2014-01-02 21:49:31.189578900 +0000
@@ -1,5 +1,5 @@ 
 ;; Slivermont(SLM) Scheduling
-;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2010 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 ;;
Index: gcc/config/linux-protos.h
===================================================================
--- gcc/config/linux-protos.h	2014-01-02 21:49:30.073569902 +0000
+++ gcc/config/linux-protos.h	2014-01-02 21:49:31.189578900 +0000
@@ -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: gcc/config/linux.c
===================================================================
--- gcc/config/linux.c	2014-01-02 21:49:30.074569910 +0000
+++ gcc/config/linux.c	2014-01-02 21:49:31.189578900 +0000
@@ -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: gcc/config/winnt-c.c
===================================================================
--- gcc/config/winnt-c.c	2014-01-02 21:49:30.074569910 +0000
+++ gcc/config/winnt-c.c	2014-01-02 21:49:31.189578900 +0000
@@ -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: gcc/diagnostic-color.c
===================================================================
--- gcc/diagnostic-color.c	2014-01-02 21:49:30.075569918 +0000
+++ gcc/diagnostic-color.c	2014-01-02 21:49:31.190578909 +0000
@@ -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: gcc/diagnostic-color.h
===================================================================
--- gcc/diagnostic-color.h	2014-01-02 21:49:30.075569918 +0000
+++ gcc/diagnostic-color.h	2014-01-02 21:49:31.190578909 +0000
@@ -19,7 +19,7 @@  Software Foundation; either version 3, o
 
 /* 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: gcc/gimple-ssa-isolate-paths.c
===================================================================
--- gcc/gimple-ssa-isolate-paths.c	2014-01-02 21:49:30.075569918 +0000
+++ gcc/gimple-ssa-isolate-paths.c	2014-01-02 21:49:31.191578916 +0000
@@ -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: gcc/vtable-verify.c
===================================================================
--- gcc/vtable-verify.c	2014-01-02 21:49:30.076569926 +0000
+++ gcc/vtable-verify.c	2014-01-02 22:00:26.204329239 +0000
@@ -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: gcc/vtable-verify.h
===================================================================
--- gcc/vtable-verify.h	2014-01-02 21:49:30.076569926 +0000
+++ gcc/vtable-verify.h	2014-01-02 21:49:31.191578916 +0000
@@ -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: gcc/cp/cp-array-notation.c
===================================================================
--- gcc/cp/cp-array-notation.c	2014-01-02 21:49:30.074569910 +0000
+++ gcc/cp/cp-array-notation.c	2014-01-02 21:49:31.190578909 +0000
@@ -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: gcc/cp/cp-cilkplus.c
===================================================================
--- gcc/cp/cp-cilkplus.c	2014-01-02 21:49:30.074569910 +0000
+++ gcc/cp/cp-cilkplus.c	2014-01-02 21:49:31.190578909 +0000
@@ -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: gcc/cp/vtable-class-hierarchy.c
===================================================================
--- gcc/cp/vtable-class-hierarchy.c	2014-01-02 21:49:30.075569918 +0000
+++ gcc/cp/vtable-class-hierarchy.c	2014-01-02 21:49:31.190578909 +0000
@@ -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: gcc/testsuite/gcc.target/arc/arc.exp
===================================================================
--- gcc/testsuite/gcc.target/arc/arc.exp	2014-01-02 21:49:30.075569918 +0000
+++ gcc/testsuite/gcc.target/arc/arc.exp	2014-01-02 21:49:31.191578916 +0000
@@ -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: libgcc/config/arc/asm.h
===================================================================
--- libgcc/config/arc/asm.h	2014-01-02 21:49:30.076569926 +0000
+++ libgcc/config/arc/asm.h	2014-01-02 21:49:31.191578916 +0000
@@ -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: libgcc/config/arc/crtg.S
===================================================================
--- libgcc/config/arc/crtg.S	2014-01-02 21:49:30.076569926 +0000
+++ libgcc/config/arc/crtg.S	2014-01-02 21:49:31.192578925 +0000
@@ -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: libgcc/config/arc/crtgend.S
===================================================================
--- libgcc/config/arc/crtgend.S	2014-01-02 21:49:30.076569926 +0000
+++ libgcc/config/arc/crtgend.S	2014-01-02 21:49:31.192578925 +0000
@@ -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: libgcc/config/arc/crti.S
===================================================================
--- libgcc/config/arc/crti.S	2014-01-02 21:49:30.076569926 +0000
+++ libgcc/config/arc/crti.S	2014-01-02 21:49:31.192578925 +0000
@@ -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: libgcc/config/arc/crtn.S
===================================================================
--- libgcc/config/arc/crtn.S	2014-01-02 21:49:30.076569926 +0000
+++ libgcc/config/arc/crtn.S	2014-01-02 21:49:31.192578925 +0000
@@ -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: libgcc/config/arc/divtab-arc700.c
===================================================================
--- libgcc/config/arc/divtab-arc700.c	2014-01-02 21:49:30.077569934 +0000
+++ libgcc/config/arc/divtab-arc700.c	2014-01-02 21:49:31.192578925 +0000
@@ -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: libgcc/config/arc/dp-hack.h
===================================================================
--- libgcc/config/arc/dp-hack.h	2014-01-02 21:49:30.077569934 +0000
+++ libgcc/config/arc/dp-hack.h	2014-01-02 21:49:31.192578925 +0000
@@ -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: libgcc/config/arc/fp-hack.h
===================================================================
--- libgcc/config/arc/fp-hack.h	2014-01-02 21:49:30.077569934 +0000
+++ libgcc/config/arc/fp-hack.h	2014-01-02 21:49:31.192578925 +0000
@@ -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: libgcc/config/arc/ieee-754/adddf3.S
===================================================================
--- libgcc/config/arc/ieee-754/adddf3.S	2014-01-02 21:49:30.077569934 +0000
+++ libgcc/config/arc/ieee-754/adddf3.S	2014-01-02 21:49:31.193578933 +0000
@@ -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: libgcc/config/arc/ieee-754/addsf3.S
===================================================================
--- libgcc/config/arc/ieee-754/addsf3.S	2014-01-02 21:49:30.077569934 +0000
+++ libgcc/config/arc/ieee-754/addsf3.S	2014-01-02 21:49:31.193578933 +0000
@@ -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: libgcc/config/arc/ieee-754/arc600-dsp/divdf3.S
===================================================================
--- libgcc/config/arc/ieee-754/arc600-dsp/divdf3.S	2014-01-02 21:49:30.078569942 +0000
+++ libgcc/config/arc/ieee-754/arc600-dsp/divdf3.S	2014-01-02 21:49:31.193578933 +0000
@@ -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: libgcc/config/arc/ieee-754/arc600-dsp/divsf3.S
===================================================================
--- libgcc/config/arc/ieee-754/arc600-dsp/divsf3.S	2014-01-02 21:49:30.078569942 +0000
+++ libgcc/config/arc/ieee-754/arc600-dsp/divsf3.S	2014-01-02 21:49:31.194578941 +0000
@@ -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: libgcc/config/arc/ieee-754/arc600-dsp/muldf3.S
===================================================================
--- libgcc/config/arc/ieee-754/arc600-dsp/muldf3.S	2014-01-02 21:49:30.078569942 +0000
+++ libgcc/config/arc/ieee-754/arc600-dsp/muldf3.S	2014-01-02 21:49:31.194578941 +0000
@@ -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: libgcc/config/arc/ieee-754/arc600-dsp/mulsf3.S
===================================================================
--- libgcc/config/arc/ieee-754/arc600-dsp/mulsf3.S	2014-01-02 21:49:30.078569942 +0000
+++ libgcc/config/arc/ieee-754/arc600-dsp/mulsf3.S	2014-01-02 21:49:31.194578941 +0000
@@ -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: libgcc/config/arc/ieee-754/arc600-mul64/divdf3.S
===================================================================
--- libgcc/config/arc/ieee-754/arc600-mul64/divdf3.S	2014-01-02 21:49:30.079569950 +0000
+++ libgcc/config/arc/ieee-754/arc600-mul64/divdf3.S	2014-01-02 21:49:31.194578941 +0000
@@ -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: libgcc/config/arc/ieee-754/arc600-mul64/divsf3.S
===================================================================
--- libgcc/config/arc/ieee-754/arc600-mul64/divsf3.S	2014-01-02 21:49:30.079569950 +0000
+++ libgcc/config/arc/ieee-754/arc600-mul64/divsf3.S	2014-01-02 21:49:31.194578941 +0000
@@ -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: libgcc/config/arc/ieee-754/arc600-mul64/muldf3.S
===================================================================
--- libgcc/config/arc/ieee-754/arc600-mul64/muldf3.S	2014-01-02 21:49:30.079569950 +0000
+++ libgcc/config/arc/ieee-754/arc600-mul64/muldf3.S	2014-01-02 21:49:31.194578941 +0000
@@ -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: libgcc/config/arc/ieee-754/arc600-mul64/mulsf3.S
===================================================================
--- libgcc/config/arc/ieee-754/arc600-mul64/mulsf3.S	2014-01-02 21:49:30.079569950 +0000
+++ libgcc/config/arc/ieee-754/arc600-mul64/mulsf3.S	2014-01-02 21:49:31.195578949 +0000
@@ -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: libgcc/config/arc/ieee-754/arc600/divsf3.S
===================================================================
--- libgcc/config/arc/ieee-754/arc600/divsf3.S	2014-01-02 21:49:30.078569942 +0000
+++ libgcc/config/arc/ieee-754/arc600/divsf3.S	2014-01-02 21:49:31.193578933 +0000
@@ -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: libgcc/config/arc/ieee-754/arc600/mulsf3.S
===================================================================
--- libgcc/config/arc/ieee-754/arc600/mulsf3.S	2014-01-02 21:49:30.078569942 +0000
+++ libgcc/config/arc/ieee-754/arc600/mulsf3.S	2014-01-02 21:49:31.193578933 +0000
@@ -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: libgcc/config/arc/ieee-754/divdf3.S
===================================================================
--- libgcc/config/arc/ieee-754/divdf3.S	2014-01-02 21:49:30.079569950 +0000
+++ libgcc/config/arc/ieee-754/divdf3.S	2014-01-02 21:49:31.195578949 +0000
@@ -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: libgcc/config/arc/ieee-754/divsf3-stdmul.S
===================================================================
--- libgcc/config/arc/ieee-754/divsf3-stdmul.S	2014-01-02 21:49:30.080569958 +0000
+++ libgcc/config/arc/ieee-754/divsf3-stdmul.S	2014-01-02 21:49:31.195578949 +0000
@@ -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: libgcc/config/arc/ieee-754/divsf3.S
===================================================================
--- libgcc/config/arc/ieee-754/divsf3.S	2014-01-02 21:49:30.080569958 +0000
+++ libgcc/config/arc/ieee-754/divsf3.S	2014-01-02 21:49:31.195578949 +0000
@@ -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: libgcc/config/arc/ieee-754/divtab-arc-df.c
===================================================================
--- libgcc/config/arc/ieee-754/divtab-arc-df.c	2014-01-02 21:49:30.080569958 +0000
+++ libgcc/config/arc/ieee-754/divtab-arc-df.c	2014-01-02 21:49:31.195578949 +0000
@@ -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: libgcc/config/arc/ieee-754/divtab-arc-sf.c
===================================================================
--- libgcc/config/arc/ieee-754/divtab-arc-sf.c	2014-01-02 21:49:30.080569958 +0000
+++ libgcc/config/arc/ieee-754/divtab-arc-sf.c	2014-01-02 21:49:31.195578949 +0000
@@ -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: libgcc/config/arc/ieee-754/eqdf2.S
===================================================================
--- libgcc/config/arc/ieee-754/eqdf2.S	2014-01-02 21:49:30.080569958 +0000
+++ libgcc/config/arc/ieee-754/eqdf2.S	2014-01-02 21:49:31.196578957 +0000
@@ -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: libgcc/config/arc/ieee-754/eqsf2.S
===================================================================
--- libgcc/config/arc/ieee-754/eqsf2.S	2014-01-02 21:49:30.080569958 +0000
+++ libgcc/config/arc/ieee-754/eqsf2.S	2014-01-02 21:49:31.196578957 +0000
@@ -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: libgcc/config/arc/ieee-754/extendsfdf2.S
===================================================================
--- libgcc/config/arc/ieee-754/extendsfdf2.S	2014-01-02 21:49:30.080569958 +0000
+++ libgcc/config/arc/ieee-754/extendsfdf2.S	2014-01-02 21:49:31.196578957 +0000
@@ -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: libgcc/config/arc/ieee-754/fixdfsi.S
===================================================================
--- libgcc/config/arc/ieee-754/fixdfsi.S	2014-01-02 21:49:30.081569966 +0000
+++ libgcc/config/arc/ieee-754/fixdfsi.S	2014-01-02 21:49:31.196578957 +0000
@@ -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: libgcc/config/arc/ieee-754/fixsfsi.S
===================================================================
--- libgcc/config/arc/ieee-754/fixsfsi.S	2014-01-02 21:49:30.081569966 +0000
+++ libgcc/config/arc/ieee-754/fixsfsi.S	2014-01-02 21:49:31.196578957 +0000
@@ -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: libgcc/config/arc/ieee-754/fixunsdfsi.S
===================================================================
--- libgcc/config/arc/ieee-754/fixunsdfsi.S	2014-01-02 21:49:30.081569966 +0000
+++ libgcc/config/arc/ieee-754/fixunsdfsi.S	2014-01-02 21:49:31.196578957 +0000
@@ -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: libgcc/config/arc/ieee-754/floatsidf.S
===================================================================
--- libgcc/config/arc/ieee-754/floatsidf.S	2014-01-02 21:49:30.081569966 +0000
+++ libgcc/config/arc/ieee-754/floatsidf.S	2014-01-02 21:49:31.196578957 +0000
@@ -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: libgcc/config/arc/ieee-754/floatsisf.S
===================================================================
--- libgcc/config/arc/ieee-754/floatsisf.S	2014-01-02 21:49:30.081569966 +0000
+++ libgcc/config/arc/ieee-754/floatsisf.S	2014-01-02 21:49:31.197578965 +0000
@@ -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: libgcc/config/arc/ieee-754/floatunsidf.S
===================================================================
--- libgcc/config/arc/ieee-754/floatunsidf.S	2014-01-02 21:49:30.081569966 +0000
+++ libgcc/config/arc/ieee-754/floatunsidf.S	2014-01-02 21:49:31.197578965 +0000
@@ -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: libgcc/config/arc/ieee-754/gedf2.S
===================================================================
--- libgcc/config/arc/ieee-754/gedf2.S	2014-01-02 21:49:30.082569974 +0000
+++ libgcc/config/arc/ieee-754/gedf2.S	2014-01-02 21:49:31.197578965 +0000
@@ -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: libgcc/config/arc/ieee-754/gesf2.S
===================================================================
--- libgcc/config/arc/ieee-754/gesf2.S	2014-01-02 21:49:30.082569974 +0000
+++ libgcc/config/arc/ieee-754/gesf2.S	2014-01-02 21:49:31.197578965 +0000
@@ -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: libgcc/config/arc/ieee-754/gtdf2.S
===================================================================
--- libgcc/config/arc/ieee-754/gtdf2.S	2014-01-02 21:49:30.082569974 +0000
+++ libgcc/config/arc/ieee-754/gtdf2.S	2014-01-02 21:49:31.197578965 +0000
@@ -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: libgcc/config/arc/ieee-754/gtsf2.S
===================================================================
--- libgcc/config/arc/ieee-754/gtsf2.S	2014-01-02 21:49:30.082569974 +0000
+++ libgcc/config/arc/ieee-754/gtsf2.S	2014-01-02 21:49:31.197578965 +0000
@@ -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: libgcc/config/arc/ieee-754/muldf3.S
===================================================================
--- libgcc/config/arc/ieee-754/muldf3.S	2014-01-02 21:49:30.082569974 +0000
+++ libgcc/config/arc/ieee-754/muldf3.S	2014-01-02 21:49:31.198578973 +0000
@@ -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: libgcc/config/arc/ieee-754/mulsf3.S
===================================================================
--- libgcc/config/arc/ieee-754/mulsf3.S	2014-01-02 21:49:30.082569974 +0000
+++ libgcc/config/arc/ieee-754/mulsf3.S	2014-01-02 21:49:31.198578973 +0000
@@ -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: libgcc/config/arc/ieee-754/orddf2.S
===================================================================
--- libgcc/config/arc/ieee-754/orddf2.S	2014-01-02 21:49:30.082569974 +0000
+++ libgcc/config/arc/ieee-754/orddf2.S	2014-01-02 21:49:31.198578973 +0000
@@ -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: libgcc/config/arc/ieee-754/ordsf2.S
===================================================================
--- libgcc/config/arc/ieee-754/ordsf2.S	2014-01-02 21:49:30.083569982 +0000
+++ libgcc/config/arc/ieee-754/ordsf2.S	2014-01-02 21:49:31.198578973 +0000
@@ -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: libgcc/config/arc/ieee-754/truncdfsf2.S
===================================================================
--- libgcc/config/arc/ieee-754/truncdfsf2.S	2014-01-02 21:49:30.083569982 +0000
+++ libgcc/config/arc/ieee-754/truncdfsf2.S	2014-01-02 21:49:31.198578973 +0000
@@ -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: libgcc/config/arc/ieee-754/uneqdf2.S
===================================================================
--- libgcc/config/arc/ieee-754/uneqdf2.S	2014-01-02 21:49:30.083569982 +0000
+++ libgcc/config/arc/ieee-754/uneqdf2.S	2014-01-02 21:49:31.198578973 +0000
@@ -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: libgcc/config/arc/ieee-754/uneqsf2.S
===================================================================
--- libgcc/config/arc/ieee-754/uneqsf2.S	2014-01-02 21:49:30.083569982 +0000
+++ libgcc/config/arc/ieee-754/uneqsf2.S	2014-01-02 21:49:31.199578981 +0000
@@ -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: libgcc/config/arc/initfini.c
===================================================================
--- libgcc/config/arc/initfini.c	2014-01-02 21:49:30.083569982 +0000
+++ libgcc/config/arc/initfini.c	2014-01-02 21:49:31.199578981 +0000
@@ -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: libgcc/config/arc/lib1funcs.S
===================================================================
--- libgcc/config/arc/lib1funcs.S	2014-01-02 21:49:30.083569982 +0000
+++ libgcc/config/arc/lib1funcs.S	2014-01-02 21:49:31.199578981 +0000
@@ -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: libgcc/config/arc/t-arc
===================================================================
--- libgcc/config/arc/t-arc	2014-01-02 21:49:30.084569990 +0000
+++ libgcc/config/arc/t-arc	2014-01-02 21:49:31.199578981 +0000
@@ -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: libgcc/config/arc/t-arc-newlib
===================================================================
--- libgcc/config/arc/t-arc-newlib	2014-01-02 21:49:30.084569990 +0000
+++ libgcc/config/arc/t-arc-newlib	2014-01-02 21:49:31.199578981 +0000
@@ -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: libgcc/config/cris/umulsidi3.S
===================================================================
--- libgcc/config/cris/umulsidi3.S	2014-01-02 21:49:30.084569990 +0000
+++ libgcc/config/cris/umulsidi3.S	2014-01-02 21:49:31.199578981 +0000
@@ -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: libgcc/config/msp430/cmpsi2.S
===================================================================
--- libgcc/config/msp430/cmpsi2.S	2014-01-02 21:49:30.084569990 +0000
+++ libgcc/config/msp430/cmpsi2.S	2014-01-02 21:49:31.200578989 +0000
@@ -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: libgcc/config/msp430/epilogue.S
===================================================================
--- libgcc/config/msp430/epilogue.S	2014-01-02 21:49:30.084569990 +0000
+++ libgcc/config/msp430/epilogue.S	2014-01-02 21:49:31.200578989 +0000
@@ -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: libgcc/config/msp430/lib2bitcountHI.c
===================================================================
--- libgcc/config/msp430/lib2bitcountHI.c	2014-01-02 21:49:30.084569990 +0000
+++ libgcc/config/msp430/lib2bitcountHI.c	2014-01-02 21:49:31.200578989 +0000
@@ -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: libgcc/config/msp430/lib2divHI.c
===================================================================
--- libgcc/config/msp430/lib2divHI.c	2014-01-02 21:49:30.085569998 +0000
+++ libgcc/config/msp430/lib2divHI.c	2014-01-02 21:49:31.200578989 +0000
@@ -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: libgcc/config/msp430/lib2divQI.c
===================================================================
--- libgcc/config/msp430/lib2divQI.c	2014-01-02 21:49:30.085569998 +0000
+++ libgcc/config/msp430/lib2divQI.c	2014-01-02 21:49:31.200578989 +0000
@@ -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: libgcc/config/msp430/lib2divSI.c
===================================================================
--- libgcc/config/msp430/lib2divSI.c	2014-01-02 21:49:30.085569998 +0000
+++ libgcc/config/msp430/lib2divSI.c	2014-01-02 21:49:31.200578989 +0000
@@ -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: libgcc/config/msp430/lib2mul.c
===================================================================
--- libgcc/config/msp430/lib2mul.c	2014-01-02 21:49:30.085569998 +0000
+++ libgcc/config/msp430/lib2mul.c	2014-01-02 21:49:31.201578997 +0000
@@ -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: libgcc/config/msp430/msp430-divmod.h
===================================================================
--- libgcc/config/msp430/msp430-divmod.h	2014-01-02 21:49:30.085569998 +0000
+++ libgcc/config/msp430/msp430-divmod.h	2014-01-02 21:49:31.201578997 +0000
@@ -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: libgcc/config/msp430/msp430-mul.h
===================================================================
--- libgcc/config/msp430/msp430-mul.h	2014-01-02 21:49:30.085569998 +0000
+++ libgcc/config/msp430/msp430-mul.h	2014-01-02 21:49:31.201578997 +0000
@@ -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: libgcc/config/msp430/slli.S
===================================================================
--- libgcc/config/msp430/slli.S	2014-01-02 21:49:30.086570006 +0000
+++ libgcc/config/msp430/slli.S	2014-01-02 21:49:31.201578997 +0000
@@ -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: libgcc/config/msp430/srai.S
===================================================================
--- libgcc/config/msp430/srai.S	2014-01-02 21:49:30.086570006 +0000
+++ libgcc/config/msp430/srai.S	2014-01-02 21:49:31.201578997 +0000
@@ -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: libgcc/config/msp430/srli.S
===================================================================
--- libgcc/config/msp430/srli.S	2014-01-02 21:49:30.086570006 +0000
+++ libgcc/config/msp430/srli.S	2014-01-02 21:49:31.201578997 +0000
@@ -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: libgcc/config/rl78/divmodhi.S
===================================================================
--- libgcc/config/rl78/divmodhi.S	2014-01-02 21:49:30.086570006 +0000
+++ libgcc/config/rl78/divmodhi.S	2014-01-02 21:49:31.201578997 +0000
@@ -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: libgcc/config/rl78/divmodqi.S
===================================================================
--- libgcc/config/rl78/divmodqi.S	2014-01-02 21:49:30.086570006 +0000
+++ libgcc/config/rl78/divmodqi.S	2014-01-02 21:49:31.202579005 +0000
@@ -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: libgcc/config/rl78/divmodsi.S
===================================================================
--- libgcc/config/rl78/divmodsi.S	2014-01-02 21:49:30.086570006 +0000
+++ libgcc/config/rl78/divmodsi.S	2014-01-02 21:49:31.202579005 +0000
@@ -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: libgcc/config/rl78/signbit.S
===================================================================
--- libgcc/config/rl78/signbit.S	2014-01-02 21:49:30.087570015 +0000
+++ libgcc/config/rl78/signbit.S	2014-01-02 21:49:31.202579005 +0000
@@ -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: libgcc/vtv_end.c
===================================================================
--- libgcc/vtv_end.c	2014-01-02 21:49:30.087570015 +0000
+++ libgcc/vtv_end.c	2014-01-02 21:59:03.613648686 +0000
@@ -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: libgcc/vtv_end_preinit.c
===================================================================
--- libgcc/vtv_end_preinit.c	2014-01-02 21:49:30.087570015 +0000
+++ libgcc/vtv_end_preinit.c	2014-01-02 21:59:23.850827508 +0000
@@ -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: libgcc/vtv_start.c
===================================================================
--- libgcc/vtv_start.c	2014-01-02 21:49:30.087570015 +0000
+++ libgcc/vtv_start.c	2014-01-02 21:59:12.023724352 +0000
@@ -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: libgcc/vtv_start_preinit.c
===================================================================
--- libgcc/vtv_start_preinit.c	2014-01-02 21:49:30.087570015 +0000
+++ libgcc/vtv_start_preinit.c	2014-01-02 21:59:28.965871078 +0000
@@ -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: libgomp/hashtab.h
===================================================================
--- libgomp/hashtab.h	2014-01-02 21:49:30.087570015 +0000
+++ libgomp/hashtab.h	2014-01-02 21:49:31.203579013 +0000
@@ -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: libstdc++-v3/testsuite/18_support/new_handler.cc
===================================================================
--- libstdc++-v3/testsuite/18_support/new_handler.cc	2014-01-02 21:49:30.087570015 +0000
+++ libstdc++-v3/testsuite/18_support/new_handler.cc	2014-01-02 21:49:31.203579013 +0000
@@ -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: libstdc++-v3/testsuite/18_support/terminate_handler.cc
===================================================================
--- libstdc++-v3/testsuite/18_support/terminate_handler.cc	2014-01-02 21:49:30.088570023 +0000
+++ libstdc++-v3/testsuite/18_support/terminate_handler.cc	2014-01-02 21:49:31.203579013 +0000
@@ -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: libstdc++-v3/testsuite/18_support/unexpected_handler.cc
===================================================================
--- libstdc++-v3/testsuite/18_support/unexpected_handler.cc	2014-01-02 21:49:30.088570023 +0000
+++ libstdc++-v3/testsuite/18_support/unexpected_handler.cc	2014-01-02 21:49:31.203579013 +0000
@@ -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