From patchwork Sun Feb 3 10:33:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 217738 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 50D252C008E for ; Sun, 3 Feb 2013 21:33:49 +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=1360492429; 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=KGm6GfPkb4VBkbhuYSOvFsp9a2U=; b=S+UuQ16bsmbaCcb TPUSWFf5Pq32+SsJA0Jq/Xd0u3L0OTeEutAIDvIKJYQF1PGp6PpBmgSeKHkfXprQ QUZjnMO/HhIwINfKxtiwokykzN0piZY6S8vCm3WOczLIE6eDE3QJ568vrm/cgjDc yGK9sgmuaI9H4c3HlSE0Zq5C6pR8= 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=E9bVL2cKu/sHtcaVMI4Ah13AGZK6sXXdx8b1Qaewly7++aNpIhCXKlwctRUaRR D6qCGULPLFIBxqVuNKvhlp4NN1HfU6qAPFCPlUWa4dPFnOGRh1rl+7ujKYDciE0d IEpLZAQ6blkbyVnPuEFj45QpwFeOCJjIuol/A7D1HoXTc=; Received: (qmail 21498 invoked by alias); 3 Feb 2013 10:33:44 -0000 Received: (qmail 21486 invoked by uid 22791); 3 Feb 2013 10:33:43 -0000 X-SWARE-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, KHOP_SPAMHAUS_DROP, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, TW_BJ X-Spam-Check-By: sourceware.org Received: from mail-we0-f169.google.com (HELO mail-we0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Feb 2013 10:33:32 +0000 Received: by mail-we0-f169.google.com with SMTP id t11so4154492wey.0 for ; Sun, 03 Feb 2013 02:33:30 -0800 (PST) X-Received: by 10.180.90.147 with SMTP id bw19mr5410615wib.28.1359887610299; Sun, 03 Feb 2013 02:33:30 -0800 (PST) Received: from localhost ([2.26.176.154]) by mx.google.com with ESMTPS id fx5sm14759385wib.11.2013.02.03.02.33.28 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 03 Feb 2013 02:33:29 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, nicola.pero@meta-innovation.com, pinskia@gmail.com, rdsandiford@googlemail.com Cc: nicola.pero@meta-innovation.com, pinskia@gmail.com Subject: RFA: Update copyright for libobjc Date: Sun, 03 Feb 2013 10:33:26 +0000 Message-ID: <877gmpr8jt.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 Update the copyright notices for libobjc. Tested on x86_64-linux-gnu. OK to install? Richard libbjc/ Update copyright years. Index: libobjc/Makefile.in =================================================================== --- libobjc/Makefile.in 2013-02-02 21:33:00.727873787 +0000 +++ libobjc/Makefile.in 2013-02-03 10:31:00.272954078 +0000 @@ -1,6 +1,5 @@ # Makefile for GNU Objective C runtime library. -# Copyright 1993, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 1993-2013 Free Software Foundation, Inc. #This file is part of GCC. Index: libobjc/NXConstStr.m =================================================================== --- libobjc/NXConstStr.m 2013-02-02 21:33:00.724873765 +0000 +++ libobjc/NXConstStr.m 2013-02-03 10:31:00.225953831 +0000 @@ -1,5 +1,5 @@ /* Implementation of the NXConstantString class for Objective-C. - Copyright (C) 1995, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1995-2013 Free Software Foundation, Inc. Contributed by Pieter J. Schoenmakers This file is part of GCC. Index: libobjc/Object.m =================================================================== --- libobjc/Object.m 2013-02-02 21:33:00.728873795 +0000 +++ libobjc/Object.m 2013-02-03 10:31:00.226953836 +0000 @@ -1,6 +1,5 @@ /* The implementation of class Object for Objective-C. - Copyright (C) 1993, 1994, 1995, 1997, 2002, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/Protocol.m =================================================================== --- libobjc/Protocol.m 2013-02-02 21:33:00.724873765 +0000 +++ libobjc/Protocol.m 2013-02-03 10:31:00.243953925 +0000 @@ -1,5 +1,5 @@ /* This file contains the implementation of class Protocol. - Copyright (C) 1993, 2004, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/accessors.m =================================================================== --- libobjc/accessors.m 2013-02-02 21:33:00.725873772 +0000 +++ libobjc/accessors.m 2013-02-03 10:31:00.272954078 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime accessors functions - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/acinclude.m4 =================================================================== --- libobjc/acinclude.m4 2013-02-02 21:33:00.723873757 +0000 +++ libobjc/acinclude.m4 2013-02-03 10:31:00.244953931 +0000 @@ -1,5 +1,4 @@ -dnl Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2010 -dnl Free Software Foundation, Inc. +dnl Copyright (C) 1994-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. Index: libobjc/class.c =================================================================== --- libobjc/class.c 2013-02-02 21:33:00.728873795 +0000 +++ libobjc/class.c 2013-02-03 10:31:00.251953967 +0000 @@ -1,6 +1,5 @@ /* GNU Objective C Runtime class related functions - Copyright (C) 1993, 1995, 1996, 1997, 2001, 2002, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup and Dennis Glatting. Lock-free class table code designed and written from scratch by Index: libobjc/configure.ac =================================================================== --- libobjc/configure.ac 2013-02-02 21:33:00.728873795 +0000 +++ libobjc/configure.ac 2013-02-03 10:31:00.252953972 +0000 @@ -1,6 +1,5 @@ # Process this file with autoconf to produce a configure script. -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004 -# 2005, 2006, 2009, 2011, 2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # Originally contributed by Dave Love (d.love@dl.ac.uk). # #This file is part of GCC. Index: libobjc/encoding.c =================================================================== --- libobjc/encoding.c 2013-02-02 21:33:00.727873787 +0000 +++ libobjc/encoding.c 2013-02-03 10:31:00.252953972 +0000 @@ -1,6 +1,5 @@ /* Encoding of types for Objective C. - Copyright (C) 1993, 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup Bitfield support by Ovidiu Predescu Index: libobjc/error.c =================================================================== --- libobjc/error.c 2013-02-02 21:33:00.728873795 +0000 +++ libobjc/error.c 2013-02-03 10:31:00.253953978 +0000 @@ -1,6 +1,5 @@ /* GNU Objective C Runtime Error Functions - Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/exception.c =================================================================== --- libobjc/exception.c 2013-02-02 21:33:00.727873787 +0000 +++ libobjc/exception.c 2013-02-03 10:31:00.253953978 +0000 @@ -1,5 +1,5 @@ /* The implementation of exception handling primitives for Objective-C. - Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2004-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/gc.c =================================================================== --- libobjc/gc.c 2013-02-02 21:33:00.725873772 +0000 +++ libobjc/gc.c 2013-02-03 10:31:00.261954020 +0000 @@ -1,6 +1,5 @@ /* Basic data types for Objective C. - Copyright (C) 1998, 2002, 2004, 2005, 2006, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1998-2013 Free Software Foundation, Inc. Contributed by Ovidiu Predescu. This file is part of GCC. Index: libobjc/hash.c =================================================================== --- libobjc/hash.c 2013-02-02 21:33:00.724873765 +0000 +++ libobjc/hash.c 2013-02-03 10:31:00.261954020 +0000 @@ -1,6 +1,5 @@ /* Hash tables for Objective C internal structures - Copyright (C) 1993, 1996, 1997, 2004, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/init.c =================================================================== --- libobjc/init.c 2013-02-02 21:33:00.727873787 +0000 +++ libobjc/init.c 2013-02-03 10:31:00.261954020 +0000 @@ -1,6 +1,5 @@ /* GNU Objective C Runtime initialization - Copyright (C) 1993, 1995, 1996, 1997, 2002, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup +load support contributed by Ovidiu Predescu Index: libobjc/ivars.c =================================================================== --- libobjc/ivars.c 2013-02-02 21:33:00.724873765 +0000 +++ libobjc/ivars.c 2013-02-03 10:31:00.273954083 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime ivar related functions. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/libobjc.def =================================================================== --- libobjc/libobjc.def 2013-02-02 21:33:00.725873772 +0000 +++ libobjc/libobjc.def 2013-02-03 10:31:00.262954026 +0000 @@ -1,6 +1,5 @@ ; GNU Objective C Runtime DLL Export Definitions -; Copyright (C) 1997, 2001, 2003, 2005, 2009, 2010, 2011 -; Free Software Foundation, Inc. +; Copyright (C) 1997-2013 Free Software Foundation, Inc. ; Contributed by Scott Christley ; ; This file is part of GCC. Index: libobjc/linking.m =================================================================== --- libobjc/linking.m 2013-02-02 21:33:00.727873787 +0000 +++ libobjc/linking.m 2013-02-03 10:31:00.262954026 +0000 @@ -1,5 +1,5 @@ /* Force linking of classes required by Objective C runtime. - Copyright (C) 1997, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1997-2013 Free Software Foundation, Inc. Contributed by Ovidiu Predescu (ovidiu@net-community.com). This file is part of GCC. Index: libobjc/memory.c =================================================================== --- libobjc/memory.c 2013-02-02 21:33:00.724873765 +0000 +++ libobjc/memory.c 2013-02-03 10:31:00.262954026 +0000 @@ -1,6 +1,5 @@ /* GNU Objective C Runtime Memory allocation functions - Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. Index: libobjc/methods.c =================================================================== --- libobjc/methods.c 2013-02-02 21:33:00.724873765 +0000 +++ libobjc/methods.c 2013-02-03 10:31:00.273954083 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime method related functions. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/nil_method.c =================================================================== --- libobjc/nil_method.c 2013-02-02 21:33:00.728873795 +0000 +++ libobjc/nil_method.c 2013-02-03 10:31:00.263954031 +0000 @@ -1,6 +1,5 @@ /* GNU Objective C Runtime nil receiver function - Copyright (C) 1993, 1995, 1996, 2002, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. Index: libobjc/objc-foreach.c =================================================================== --- libobjc/objc-foreach.c 2013-02-02 21:33:00.727873787 +0000 +++ libobjc/objc-foreach.c 2013-02-03 10:31:00.273954083 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime 'fast enumeration' implementation - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/objc-private/accessors.h =================================================================== --- libobjc/objc-private/accessors.h 2013-02-02 21:33:00.728873795 +0000 +++ libobjc/objc-private/accessors.h 2013-02-03 10:31:00.273954083 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime accessors - Private Declarations - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/objc-private/common.h =================================================================== --- libobjc/objc-private/common.h 2013-02-02 21:33:00.729873802 +0000 +++ libobjc/objc-private/common.h 2013-02-03 10:31:00.263954031 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Common Private Definitions - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/objc-private/error.h =================================================================== --- libobjc/objc-private/error.h 2013-02-02 21:33:00.729873802 +0000 +++ libobjc/objc-private/error.h 2013-02-03 10:31:00.273954083 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Common Private Definitions - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/objc-private/hash.h =================================================================== --- libobjc/objc-private/hash.h 2013-02-02 21:33:00.728873795 +0000 +++ libobjc/objc-private/hash.h 2013-02-03 10:31:00.266954046 +0000 @@ -1,5 +1,5 @@ /* Hash tables for Objective C method dispatch. - Copyright (C) 1993, 1995, 1996, 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/objc-private/module-abi-8.h =================================================================== --- libobjc/objc-private/module-abi-8.h 2013-02-02 21:33:00.729873802 +0000 +++ libobjc/objc-private/module-abi-8.h 2013-02-03 10:31:00.266954046 +0000 @@ -1,6 +1,5 @@ /* Definitions of Module Structures used by ABI version 8 - Copyright (C) 1993, 1995, 1996, 1997, 2001, 2002, 2003, 2004, 2005, - 2007, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/objc-private/objc-list.h =================================================================== --- libobjc/objc-private/objc-list.h 2013-02-02 21:33:00.729873802 +0000 +++ libobjc/objc-private/objc-list.h 2013-02-03 10:31:00.266954046 +0000 @@ -1,5 +1,5 @@ /* Generic single linked list to keep various information - Copyright (C) 1993, 1994, 1996, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup. This file is part of GCC. Index: libobjc/objc-private/objc-sync.h =================================================================== --- libobjc/objc-private/objc-sync.h 2013-02-02 21:33:00.729873802 +0000 +++ libobjc/objc-private/objc-sync.h 2013-02-03 10:31:00.273954083 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime @synchronized implementation - Private functions - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/objc-private/protocols.h =================================================================== --- libobjc/objc-private/protocols.h 2013-02-02 21:33:00.729873802 +0000 +++ libobjc/objc-private/protocols.h 2013-02-03 10:31:00.267954051 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime protocols - Private functions - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/objc-private/runtime.h =================================================================== --- libobjc/objc-private/runtime.h 2013-02-02 21:33:00.729873802 +0000 +++ libobjc/objc-private/runtime.h 2013-02-03 10:31:00.267954051 +0000 @@ -1,6 +1,5 @@ /* GNU Objective C Runtime internal declarations - Copyright (C) 1993, 1995, 1996, 1997, 2002, 2004, 2009, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. Index: libobjc/objc-private/sarray.h =================================================================== --- libobjc/objc-private/sarray.h 2013-02-02 21:33:00.730873809 +0000 +++ libobjc/objc-private/sarray.h 2013-02-03 10:31:00.267954051 +0000 @@ -1,5 +1,5 @@ /* Sparse Arrays for Objective C dispatch tables - Copyright (C) 1993, 1995, 1996, 2004, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup. This file is part of GCC. Index: libobjc/objc-private/selector.h =================================================================== --- libobjc/objc-private/selector.h 2013-02-02 21:33:00.729873802 +0000 +++ libobjc/objc-private/selector.h 2013-02-03 10:31:00.268954056 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime selector implementation - Private functions - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/objc-sync.c =================================================================== --- libobjc/objc-sync.c 2013-02-02 21:33:00.723873757 +0000 +++ libobjc/objc-sync.c 2013-02-03 10:31:00.273954083 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime @synchronized implementation - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/objc/NXConstStr.h =================================================================== --- libobjc/objc/NXConstStr.h 2013-02-02 21:33:00.726873779 +0000 +++ libobjc/objc/NXConstStr.h 2013-02-03 10:31:00.268954056 +0000 @@ -1,5 +1,5 @@ /* Interface for the NXConstantString class for Objective-C. - Copyright (C) 1995, 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1995-2013 Free Software Foundation, Inc. Contributed by Pieter J. Schoenmakers This file is part of GCC. Index: libobjc/objc/Object.h =================================================================== --- libobjc/objc/Object.h 2013-02-02 21:33:00.727873787 +0000 +++ libobjc/objc/Object.h 2013-02-03 10:31:00.268954056 +0000 @@ -1,6 +1,5 @@ /* Interface for the Object class for Objective-C. - Copyright (C) 1993, 1994, 1995, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/objc/Protocol.h =================================================================== --- libobjc/objc/Protocol.h 2013-02-02 21:33:00.726873779 +0000 +++ libobjc/objc/Protocol.h 2013-02-03 10:31:00.269954062 +0000 @@ -1,5 +1,5 @@ /* Declare the class Protocol for Objective C programs. - Copyright (C) 1993, 2004, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/objc/message.h =================================================================== --- libobjc/objc/message.h 2013-02-02 21:33:00.726873779 +0000 +++ libobjc/objc/message.h 2013-02-03 10:31:00.269954062 +0000 @@ -1,6 +1,5 @@ /* GNU Objective C Runtime messaging declarations - Copyright (C) 1993, 1995, 1996, 2004, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/objc/objc-decls.h =================================================================== --- libobjc/objc/objc-decls.h 2013-02-02 21:33:00.725873772 +0000 +++ libobjc/objc/objc-decls.h 2013-02-03 10:31:00.270954068 +0000 @@ -1,5 +1,5 @@ /* GNU Objective-C Extern helpers for Win32. - Copyright (C) 2004, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2004-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/objc/objc-exception.h =================================================================== --- libobjc/objc/objc-exception.h 2013-02-02 21:33:00.726873779 +0000 +++ libobjc/objc/objc-exception.h 2013-02-03 10:31:00.274954088 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime native exceptions - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/objc/objc-sync.h =================================================================== --- libobjc/objc/objc-sync.h 2013-02-02 21:33:00.726873779 +0000 +++ libobjc/objc/objc-sync.h 2013-02-03 10:31:00.274954088 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime @synchronized implementation - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/objc/objc.h =================================================================== --- libobjc/objc/objc.h 2013-02-02 21:33:00.726873779 +0000 +++ libobjc/objc/objc.h 2013-02-03 10:31:00.270954068 +0000 @@ -1,6 +1,5 @@ /* Basic data types for Objective C. - Copyright (C) 1993, 1995, 1996, 2004, 2009, - 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/objc/runtime.h =================================================================== --- libobjc/objc/runtime.h 2013-02-02 21:33:00.726873779 +0000 +++ libobjc/objc/runtime.h 2013-02-03 10:31:00.271954073 +0000 @@ -1,5 +1,5 @@ /* GNU Objective-C Runtime API - Modern API - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/objc/thr.h =================================================================== --- libobjc/objc/thr.h 2013-02-02 21:33:00.726873779 +0000 +++ libobjc/objc/thr.h 2013-02-03 10:31:00.271954073 +0000 @@ -1,6 +1,5 @@ /* Thread and mutex controls for Objective C. - Copyright (C) 1996, 1997, 2002, 2004, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1996-2013 Free Software Foundation, Inc. Contributed by Galen C. Hunt (gchunt@cs.rochester.edu) This file is part of GCC. Index: libobjc/objects.c =================================================================== --- libobjc/objects.c 2013-02-02 21:33:00.725873772 +0000 +++ libobjc/objects.c 2013-02-03 10:31:00.271954073 +0000 @@ -1,6 +1,5 @@ /* GNU Objective C Runtime class related functions - Copyright (C) 1993, 1995, 1996, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. Index: libobjc/protocols.c =================================================================== --- libobjc/protocols.c 2013-02-02 21:33:00.724873765 +0000 +++ libobjc/protocols.c 2013-02-03 10:31:00.271954073 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime protocol related functions. - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. Index: libobjc/sarray.c =================================================================== --- libobjc/sarray.c 2013-02-02 21:33:00.725873772 +0000 +++ libobjc/sarray.c 2013-02-03 10:31:00.271954073 +0000 @@ -1,6 +1,5 @@ /* Sparse Arrays for Objective C dispatch tables - Copyright (C) 1993, 1995, 1996, 2002, 2004, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of GCC. Index: libobjc/selector.c =================================================================== --- libobjc/selector.c 2013-02-02 21:33:00.727873787 +0000 +++ libobjc/selector.c 2013-02-03 10:31:00.272954078 +0000 @@ -1,6 +1,5 @@ /* GNU Objective C Runtime selector related functions - Copyright (C) 1993, 1995, 1996, 1997, 2002, 2004, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. Index: libobjc/sendmsg.c =================================================================== --- libobjc/sendmsg.c 2013-02-02 21:33:00.724873765 +0000 +++ libobjc/sendmsg.c 2013-02-03 10:31:00.272954078 +0000 @@ -1,6 +1,5 @@ /* GNU Objective C Runtime message lookup - Copyright (C) 1993, 1995, 1996, 1997, 1998, - 2001, 2002, 2004, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. Index: libobjc/thr.c =================================================================== --- libobjc/thr.c 2013-02-02 21:33:00.725873772 +0000 +++ libobjc/thr.c 2013-02-03 10:31:00.272954078 +0000 @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Thread Interface - Copyright (C) 1996, 1997, 2009, 2010, 2012 Free Software Foundation, Inc. + Copyright (C) 1996-2013 Free Software Foundation, Inc. Contributed by Galen C. Hunt (gchunt@cs.rochester.edu) This file is part of GCC.