From patchwork Sun Jan 13 08:30:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 211595 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]) by ozlabs.org (Postfix) with SMTP id 923CA2C00F7 for ; Sun, 13 Jan 2013 19:30:59 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1358670660; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: From:To:Mail-Followup-To:Cc:Subject:Date:Message-ID:User-Agent: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=/6GVvBNRXqaz+Xc1BhNUbGtgFHE=; b=f+6FghY1JPM9/PL 1gKR2PE+jL9ZYvCYt4lvAajdyrZMU6h/ojdmycwH1Su+NDiZiDXI6/fxWj04YGT8 IzhfRCr9DzqZnOS6zV5epg1XEMWFJf4eX4RkkoU2mL0996YqX42O9b9MWmr4o8D3 9+L91RWrz9rUCbI6ke/W0UOXNSyM= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:X-Received:Received:From:To:Mail-Followup-To:Cc:Subject:Date:Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=OnXWe8AeC7DwS5ECzTQwmwlwmDVjrm+hz9ZG1bvzPf6XbgjAoUByk31YqsSqTS 6XDujhMZ7Yqk0P7iNi59dzssl9y5YTWEsOQccaHyLEaX+o2cifSYdjMjYduYa3/O qjTlFmEpu0V2k5LMhhep7HjhArWNRv7sx3dYiEC8ZIm48=; Received: (qmail 14043 invoked by alias); 13 Jan 2013 08:30:42 -0000 Received: (qmail 14026 invoked by uid 22791); 13 Jan 2013 08:30:39 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL, BAYES_05, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, DKIM_VALID, FREEMAIL_FROM, KHOP_RCVD_TRUST, NML_ADSP_CUSTOM_MED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, TW_ZJ X-Spam-Check-By: sourceware.org Received: from mail-we0-f177.google.com (HELO mail-we0-f177.google.com) (74.125.82.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 13 Jan 2013 08:30:21 +0000 Received: by mail-we0-f177.google.com with SMTP id x48so1523742wey.36 for ; Sun, 13 Jan 2013 00:30:19 -0800 (PST) X-Received: by 10.180.78.137 with SMTP id b9mr6701805wix.30.1358065819716; Sun, 13 Jan 2013 00:30:19 -0800 (PST) Received: from localhost ([2.26.203.77]) by mx.google.com with ESMTPS id s10sm7777179wiw.4.2013.01.13.00.30.17 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 13 Jan 2013 00:30:18 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, rth@redhat.com, jakub@redhat.com, rdsandiford@googlemail.com Cc: rth@redhat.com, jakub@redhat.com Subject: RFA: Update copyright for libgomp Date: Sun, 13 Jan 2013 08:30:16 +0000 Message-ID: <87hamlzdrb.fsf@talisman.default> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 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 Here's the result of running the copyright script on libgomp/. Tested on x86_64-linux-gnu. OK to install? Richard libgomp/ Update copyright years Index: libgomp/alloc.c =================================================================== --- libgomp/alloc.c 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/alloc.c 2013-01-13 08:28:38.567666675 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/barrier.c =================================================================== --- libgomp/barrier.c 2013-01-13 08:05:05.515389751 +0000 +++ libgomp/barrier.c 2013-01-13 08:28:38.575666717 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/bsd/proc.c =================================================================== --- libgomp/config/bsd/proc.c 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/bsd/proc.c 2013-01-13 08:28:38.595666821 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/affinity.c =================================================================== --- libgomp/config/linux/affinity.c 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/affinity.c 2013-01-13 08:28:38.747667609 +0000 @@ -1,5 +1,4 @@ -/* Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. +/* Copyright (C) 2006-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/alpha/futex.h =================================================================== --- libgomp/config/linux/alpha/futex.h 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/config/linux/alpha/futex.h 2013-01-13 08:28:38.756667655 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/bar.c =================================================================== --- libgomp/config/linux/bar.c 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/bar.c 2013-01-13 08:28:38.909668447 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/bar.h =================================================================== --- libgomp/config/linux/bar.h 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/config/linux/bar.h 2013-01-13 08:28:38.910668453 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/futex.h =================================================================== --- libgomp/config/linux/futex.h 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/futex.h 2013-01-13 08:28:38.910668453 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/ia64/futex.h =================================================================== --- libgomp/config/linux/ia64/futex.h 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/ia64/futex.h 2013-01-13 08:28:38.918668494 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/lock.c =================================================================== --- libgomp/config/linux/lock.c 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/lock.c 2013-01-13 08:28:38.926668536 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009, 2011, 2012 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/mips/futex.h =================================================================== --- libgomp/config/linux/mips/futex.h 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/mips/futex.h 2013-01-13 08:28:38.934668578 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Ilie Garbacea , Chao-ying Fu . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/mutex.c =================================================================== --- libgomp/config/linux/mutex.c 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/mutex.c 2013-01-13 08:28:38.942668618 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/mutex.h =================================================================== --- libgomp/config/linux/mutex.h 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/mutex.h 2013-01-13 08:28:38.950668660 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/powerpc/futex.h =================================================================== --- libgomp/config/linux/powerpc/futex.h 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/powerpc/futex.h 2013-01-13 08:28:38.958668702 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/proc.c =================================================================== --- libgomp/config/linux/proc.c 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/proc.c 2013-01-13 08:28:38.967668749 +0000 @@ -1,5 +1,4 @@ -/* Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/proc.h =================================================================== --- libgomp/config/linux/proc.h 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/proc.h 2013-01-13 08:28:38.975668789 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2011 Free Software Foundation, Inc. +/* Copyright (C) 2011-2013 Free Software Foundation, Inc. Contributed by Uros Bizjak This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/ptrlock.c =================================================================== --- libgomp/config/linux/ptrlock.c 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/config/linux/ptrlock.c 2013-01-13 08:28:38.983668831 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2008-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/ptrlock.h =================================================================== --- libgomp/config/linux/ptrlock.h 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/ptrlock.h 2013-01-13 08:28:38.991668873 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2008-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/s390/futex.h =================================================================== --- libgomp/config/linux/s390/futex.h 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/config/linux/s390/futex.h 2013-01-13 08:28:38.999668915 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/sem.c =================================================================== --- libgomp/config/linux/sem.c 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/sem.c 2013-01-13 08:28:39.014668992 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/sem.h =================================================================== --- libgomp/config/linux/sem.h 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/sem.h 2013-01-13 08:28:39.014668992 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/sparc/futex.h =================================================================== --- libgomp/config/linux/sparc/futex.h 2013-01-13 08:05:05.482389527 +0000 +++ libgomp/config/linux/sparc/futex.h 2013-01-13 08:28:39.022669034 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/tile/futex.h =================================================================== --- libgomp/config/linux/tile/futex.h 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/config/linux/tile/futex.h 2013-01-13 08:28:39.031669080 +0000 @@ -1,5 +1,4 @@ -/* Copyright (C) 2011, 2012 - Free Software Foundation, Inc. +/* Copyright (C) 2011-2013 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/wait.h =================================================================== --- libgomp/config/linux/wait.h 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/config/linux/wait.h 2013-01-13 08:28:39.038669115 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2008-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/linux/x86/futex.h =================================================================== --- libgomp/config/linux/x86/futex.h 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/config/linux/x86/futex.h 2013-01-13 08:28:39.046669157 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/mingw32/proc.c =================================================================== --- libgomp/config/mingw32/proc.c 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/mingw32/proc.c 2013-01-13 08:28:39.081669332 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2007-2013 Free Software Foundation, Inc. Contributed by Danny Smith This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/mingw32/time.c =================================================================== --- libgomp/config/mingw32/time.c 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/mingw32/time.c 2013-01-13 08:28:39.138669617 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2006, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2006-2013 Free Software Foundation, Inc. Contributed by Francois-Xavier Coudert This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/posix/affinity.c =================================================================== --- libgomp/config/posix/affinity.c 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/posix/affinity.c 2013-01-13 08:28:39.242670133 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2006, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2006-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/posix/bar.c =================================================================== --- libgomp/config/posix/bar.c 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/posix/bar.c 2013-01-13 08:28:39.249670168 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/posix/bar.h =================================================================== --- libgomp/config/posix/bar.h 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/posix/bar.h 2013-01-13 08:28:39.257670209 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/posix/lock.c =================================================================== --- libgomp/config/posix/lock.c 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/posix/lock.c 2013-01-13 08:28:39.265670250 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009, 2012 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/posix/mutex.h =================================================================== --- libgomp/config/posix/mutex.h 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/posix/mutex.h 2013-01-13 08:28:39.312670486 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/posix/proc.c =================================================================== --- libgomp/config/posix/proc.c 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/posix/proc.c 2013-01-13 08:28:39.365670748 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/posix/ptrlock.h =================================================================== --- libgomp/config/posix/ptrlock.h 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/posix/ptrlock.h 2013-01-13 08:28:39.372670785 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2008-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/posix/sem.c =================================================================== --- libgomp/config/posix/sem.c 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/posix/sem.c 2013-01-13 08:28:39.380670825 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/posix/sem.h =================================================================== --- libgomp/config/posix/sem.h 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/posix/sem.h 2013-01-13 08:28:39.459671219 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/config/posix/time.c =================================================================== --- libgomp/config/posix/time.c 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/config/posix/time.c 2013-01-13 08:28:39.475671301 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/critical.c =================================================================== --- libgomp/critical.c 2013-01-13 08:05:05.515389751 +0000 +++ libgomp/critical.c 2013-01-13 08:28:39.534671595 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/env.c =================================================================== --- libgomp/env.c 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/env.c 2013-01-13 08:28:39.542671637 +0000 @@ -1,5 +1,4 @@ -/* Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/error.c =================================================================== --- libgomp/error.c 2013-01-13 08:05:05.515389751 +0000 +++ libgomp/error.c 2013-01-13 08:28:39.598671927 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/fortran.c =================================================================== --- libgomp/fortran.c 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/fortran.c 2013-01-13 08:28:39.607671974 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/iter.c =================================================================== --- libgomp/iter.c 2013-01-13 08:05:05.481389519 +0000 +++ libgomp/iter.c 2013-01-13 08:28:39.693672420 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/iter_ull.c =================================================================== --- libgomp/iter_ull.c 2013-01-13 08:05:05.514389744 +0000 +++ libgomp/iter_ull.c 2013-01-13 08:28:39.700672456 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/libgomp.h =================================================================== --- libgomp/libgomp.h 2013-01-13 08:05:05.515389751 +0000 +++ libgomp/libgomp.h 2013-01-13 08:28:39.708672497 +0000 @@ -1,5 +1,4 @@ -/* Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/libgomp.texi =================================================================== --- libgomp/libgomp.texi 2013-01-13 08:05:05.515389751 +0000 +++ libgomp/libgomp.texi 2013-01-13 08:28:39.745672690 +0000 @@ -7,7 +7,7 @@ @copying -Copyright @copyright{} 2006, 2007, 2008, 2010, 2011, 2012 Free Software Foundation, Inc. +Copyright @copyright{} 2006-2013 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or Index: libgomp/libgomp_f.h.in =================================================================== --- libgomp/libgomp_f.h.in 2013-01-13 08:05:05.515389751 +0000 +++ libgomp/libgomp_f.h.in 2013-01-13 08:28:39.752672725 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/libgomp_g.h =================================================================== --- libgomp/libgomp_g.h 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/libgomp_g.h 2013-01-13 08:28:39.795672948 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/loop.c =================================================================== --- libgomp/loop.c 2013-01-13 08:05:05.514389744 +0000 +++ libgomp/loop.c 2013-01-13 08:28:39.885673416 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/loop_ull.c =================================================================== --- libgomp/loop_ull.c 2013-01-13 08:05:05.515389751 +0000 +++ libgomp/loop_ull.c 2013-01-13 08:28:39.893673458 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/omp.h.in =================================================================== --- libgomp/omp.h.in 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/omp.h.in 2013-01-13 08:28:39.900673493 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/omp_lib.f90.in =================================================================== --- libgomp/omp_lib.f90.in 2013-01-13 08:05:05.466389419 +0000 +++ libgomp/omp_lib.f90.in 2013-01-13 08:28:39.908673535 +0000 @@ -1,4 +1,4 @@ -! Copyright (C) 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. +! Copyright (C) 2005-2013 Free Software Foundation, Inc. ! Contributed by Jakub Jelinek . ! This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/omp_lib.h.in =================================================================== --- libgomp/omp_lib.h.in 2013-01-13 08:05:05.514389744 +0000 +++ libgomp/omp_lib.h.in 2013-01-13 08:28:39.916673576 +0000 @@ -1,4 +1,4 @@ -! Copyright (C) 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. +! Copyright (C) 2005-2013 Free Software Foundation, Inc. ! Contributed by Jakub Jelinek . ! This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/ordered.c =================================================================== --- libgomp/ordered.c 2013-01-13 08:05:05.466389419 +0000 +++ libgomp/ordered.c 2013-01-13 08:28:39.924673617 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/parallel.c =================================================================== --- libgomp/parallel.c 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/parallel.c 2013-01-13 08:28:39.932673659 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/sections.c =================================================================== --- libgomp/sections.c 2013-01-13 08:05:05.515389751 +0000 +++ libgomp/sections.c 2013-01-13 08:28:39.940673701 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/single.c =================================================================== --- libgomp/single.c 2013-01-13 08:05:05.515389751 +0000 +++ libgomp/single.c 2013-01-13 08:28:39.948673743 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/task.c =================================================================== --- libgomp/task.c 2013-01-13 08:05:05.483389534 +0000 +++ libgomp/task.c 2013-01-13 08:28:39.956673783 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2007, 2008, 2009, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2007-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/team.c =================================================================== --- libgomp/team.c 2013-01-13 08:05:05.515389751 +0000 +++ libgomp/team.c 2013-01-13 08:28:39.992673970 +0000 @@ -1,5 +1,4 @@ -/* Copyright (C) 2005, 2006, 2007, 2008, 2009, 2011, 2012 - Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp). Index: libgomp/testsuite/config/default.exp =================================================================== --- libgomp/testsuite/config/default.exp 2013-01-13 08:05:05.514389744 +0000 +++ libgomp/testsuite/config/default.exp 2013-01-13 08:28:40.033674179 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 2009 Free Software Foundation, Inc. +# Copyright (C) 1997-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: libgomp/testsuite/libgomp.c/sort-1.c =================================================================== --- libgomp/testsuite/libgomp.c/sort-1.c 2013-01-13 08:05:05.514389744 +0000 +++ libgomp/testsuite/libgomp.c/sort-1.c 2013-01-13 08:28:40.122674623 +0000 @@ -1,5 +1,5 @@ /* Test and benchmark of a couple of parallel sorting algorithms. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008-2013 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Index: libgomp/testsuite/libgomp.graphite/graphite.exp =================================================================== --- libgomp/testsuite/libgomp.graphite/graphite.exp 2013-01-13 08:05:05.514389744 +0000 +++ libgomp/testsuite/libgomp.graphite/graphite.exp 2013-01-13 08:28:40.130674663 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009-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: libgomp/work.c =================================================================== --- libgomp/work.c 2013-01-13 08:05:05.466389419 +0000 +++ libgomp/work.c 2013-01-13 08:28:40.164674835 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU OpenMP Library (libgomp).