From patchwork Thu Jan 2 22:09:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 306291 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id E162C2C0084 for ; Fri, 3 Jan 2014 09:10:03 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; q=dns; s=default; b=FBXwOVdjDqoH9A5W 1zC21EDB8b7/1iktHqjjZf3S/KH8TsWj49xG2GvZGcrK1lNOsHVk2eI0QLJ6y+84 zrpAdI+z94pH8aSjXdPRBAymf1aySQpz4PHMqgxFVkgfp8f3pZ9vvyjQzsJvxsPN BlXDrJPNNdeELrLIIcxw9BszLqM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; s=default; bh=S2pzWxTOTcT4QFJ3CLdTkS 846L4=; b=DGSa/Fo0gmvSemCbIcP8pEEaQi4RlFmg70S/7oQh/iJqo+v63NA7j1 d98Wj8E7/Q8SwBZ6LkwQCwlbrTMZ7rKXaj/5ekdpEhdMhg6NGTC/TpnHQLJPL25s klfxvK+FaFdJYmalT+o7tAL6O++w7cmgqBKCqmGbAocd6bvgqGOp0= Received: (qmail 4199 invoked by alias); 2 Jan 2014 22:09:36 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 4170 invoked by uid 89); 2 Jan 2014 22:09:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 3 recipients X-HELO: mail-we0-f177.google.com Received: from mail-we0-f177.google.com (HELO mail-we0-f177.google.com) (74.125.82.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 02 Jan 2014 22:09:31 +0000 Received: by mail-we0-f177.google.com with SMTP id u56so13019915wes.36 for ; Thu, 02 Jan 2014 14:09:27 -0800 (PST) X-Received: by 10.194.142.142 with SMTP id rw14mr269441wjb.87.1388700567028; Thu, 02 Jan 2014 14:09:27 -0800 (PST) Received: from localhost ([2.26.176.252]) by mx.google.com with ESMTPSA id z2sm85131593wiy.11.2014.01.02.14.09.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jan 2014 14:09:25 -0800 (PST) From: Richard Sandiford To: Jakub Jelinek Mail-Followup-To: Jakub Jelinek , Tobias Burnus , gcc patches , libstdc++@gcc.gnu.org, fortran@gcc.gnu.org, rdsandiford@googlemail.com Cc: Tobias Burnus , gcc patches , libstdc++@gcc.gnu.org, fortran@gcc.gnu.org Subject: Re: [Patch] Update GCC copyright year in user visible output References: <52C5CFEA.6080807@net-b.de> <20140102205555.GQ892@tucnak.redhat.com> Date: Thu, 02 Jan 2014 22:09:20 +0000 In-Reply-To: <20140102205555.GQ892@tucnak.redhat.com> (Jakub Jelinek's message of "Thu, 2 Jan 2014 21:55:55 +0100") Message-ID: <877gaivxwv.fsf@talisman.default> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Jakub Jelinek 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. 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 , 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 . 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 , 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 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 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 , 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 . 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 # 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 # 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 . 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