Update copyright years in libobjc.
authorRichard Sandiford <rdsandiford@googlemail.com>
Sun, 3 Feb 2013 11:16:21 +0000 (11:16 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 3 Feb 2013 11:16:21 +0000 (11:16 +0000)
From-SVN: r195693

50 files changed:
libobjc/ChangeLog
libobjc/Makefile.in
libobjc/NXConstStr.m
libobjc/Object.m
libobjc/Protocol.m
libobjc/accessors.m
libobjc/acinclude.m4
libobjc/class.c
libobjc/configure.ac
libobjc/encoding.c
libobjc/error.c
libobjc/exception.c
libobjc/gc.c
libobjc/hash.c
libobjc/init.c
libobjc/ivars.c
libobjc/libobjc.def
libobjc/linking.m
libobjc/memory.c
libobjc/methods.c
libobjc/nil_method.c
libobjc/objc-foreach.c
libobjc/objc-private/accessors.h
libobjc/objc-private/common.h
libobjc/objc-private/error.h
libobjc/objc-private/hash.h
libobjc/objc-private/module-abi-8.h
libobjc/objc-private/objc-list.h
libobjc/objc-private/objc-sync.h
libobjc/objc-private/protocols.h
libobjc/objc-private/runtime.h
libobjc/objc-private/sarray.h
libobjc/objc-private/selector.h
libobjc/objc-sync.c
libobjc/objc/NXConstStr.h
libobjc/objc/Object.h
libobjc/objc/Protocol.h
libobjc/objc/message.h
libobjc/objc/objc-decls.h
libobjc/objc/objc-exception.h
libobjc/objc/objc-sync.h
libobjc/objc/objc.h
libobjc/objc/runtime.h
libobjc/objc/thr.h
libobjc/objects.c
libobjc/protocols.c
libobjc/sarray.c
libobjc/selector.c
libobjc/sendmsg.c
libobjc/thr.c

index 53ceee35fcc5d5e26a8c79e849f0bd17587a3f42..0c2512200f08680babc1f16a7ea36b9b606d05f6 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-03  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       Update copyright years.
+
 2012-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        * encoding.c (TARGET_VSX): Provide definitions based on the
index c54fb8758b51b29044c1cf5c0d06da75f593d642..4f11c9284ddb17144b35908387ca3408ff2b092f 100644 (file)
@@ -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 1442ba6d39ad3cc60bbc71d6884142088d2bf2f4..bcec4c7330e332c93399e869f1b2f18b2faf3169 100644 (file)
@@ -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 <tiggr@es.ele.tue.nl>
 
 This file is part of GCC.
index 42517ade2263018a0dd7b752fe8da204e45e21d0..913232a183d74a4a5b27e9c4615c5cca6f7acba3 100644 (file)
@@ -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 4f0e5e376e554a5aaae91d604d9390d94b97f34b..eed716260c8b0bb09fc3319cd05735351f8e3f3d 100644 (file)
@@ -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 a47903a6c87bd31c8dca27307e8f91791371ec71..b7fae7220bda2791a5d8e3368fff600b5056101f 100644 (file)
@@ -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 581a5f272aeeb891b0c0a137f58e8c955ab99625..9d4192ac7951520298002b223010c9f62566f491 100644 (file)
@@ -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 913f8bac1bcbb35d9dd79d897c829d62875183f4..3c912eea912fd96f25c6ef35cfc3e5ec2d02e61b 100644 (file)
@@ -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 42db163e0aed3eec3ba91178bbb2518047434dd5..53e5f70abe55bc323654987d15dd5f87907a2797 100644 (file)
@@ -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 7e33e738bb9ea41a33db1d153f759f0b04fe1980..79ad32ae1af595b17514edd6d688ab8f5370559a 100644 (file)
@@ -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 1e8a130e52ba544516672664c92806dafeaa5d6e..ad4a6dd9be965dda7bd42c1358522cf983bddf13 100644 (file)
@@ -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 1f802a84a68af89ebcd1cfff3f38f89153d9723b..4b05611fedc6978a64f19e73f7a10b163c5ec10d 100644 (file)
@@ -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 573f6c76e82d7e863f0707b871712719f049a2fb..4f792c9a7d511a460a79b0029da06b47617ecef4 100644 (file)
@@ -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 733fc65019b7124b08edcdeaa5f78a2ba9e82f9b..c9f56c3ad6260c3a6e34b17a0309dd2fa49ae73a 100644 (file)
@@ -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 83f61403700ecb9a50c8a6340036c4ed6ea35a8b..07497db689f63384113689aed6c75f084ef10518 100644 (file)
@@ -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 <ovidiu@net-community.com>
 
index 6111a03ea165d11542d55b87c7214b80bc16e41d..8562d1bf1f9caa491c46970001e5a0569fc380e9 100644 (file)
@@ -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 5d405ac6382cb0cbef2382ad5c302c0750a0a2a3..6c3ff157c526206343f8572a07410e28b8f0b338 100644 (file)
@@ -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 <scottc@net-community.com>
 ;
 ;  This file is part of GCC.
index d4a9c7ee70931eecd09dbb89ce1a70dad68e0cd0..88a6c24803ca5ad577cf7775819a574c65c85009 100644 (file)
@@ -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 4116868cbf7982dd91996a3310af7a556ae2060e..bac50f03e5883db596abcd16130d7efd2e50a880 100644 (file)
@@ -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 b4faee533c28a008f6b7ad75035a833f21399c4b..ff041f7d57ecc5f4b5f2db7b620878eb43478f1d 100644 (file)
@@ -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 15e3d528c497e7bfb65d09a788762937018ef45c..3c894ed4585f5571c8b8ee8967d0bf272bc2c92d 100644 (file)
@@ -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 911206118cbca9f43feb08825b9530d00979653c..3300be4f8713475826af99e7e4508ff83db7b68a 100644 (file)
@@ -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 <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index 570ae7a8555b5e0ac4f5b5481ba3e6c7fff9b5c1..818db7a04a91609022eba24f4d998e6c43f12222 100644 (file)
@@ -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 <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index 0203cae51bdde75d13d2ae49f1dc52e18f6cd9a8..045bb22908804d36b51ec631873337a1c72266dc 100644 (file)
@@ -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 e8673f722ed51ab991d30e53eb2796c1ecaa010b..6a226e2f73b3b53cb1062573f2bc3b5e0c92f87f 100644 (file)
@@ -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 c330d618e511cf37db73f9fd50d166cdadf6e9a3..9f1d7e18d8deeb577c16bdd33fd807a649265330 100644 (file)
@@ -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 ff0b2a9ddb879f9543d94ed09931a51720eb2786..cbe6583740d37c5f93326c2c6297b241a64db44c 100644 (file)
@@ -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 989b9c9d4cb0b855924c5937df879758c4b83306..5d342c0630ee47a48762b310d6854bdacf3a1587 100644 (file)
@@ -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 95eb28b30ed1fab800e0b0add6a39bfce53bb70f..765fdbd77e011523d03d1e05eaa846c7a75cc355 100644 (file)
@@ -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 <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index fe04a52b20d9e114bcbf1b22ec15989bdabba196..af4b7abb55e0d26a9860415b640ebe72437946cb 100644 (file)
@@ -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 <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index 8ecba73f8f57442dbb44e4fea5cde2b3f7bdde6f..35e1dfa00904a893c14203a5a593c1fc0f36faf0 100644 (file)
@@ -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 12fad921f2806eb0900ad15e8c96cff172ff8ba5..c98adb09b5e8f78b01b76b337ad013ebe1d0d7fa 100644 (file)
@@ -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 627214a218160175457539f8bf0203f26e11be37..8e5306e3a0d8125c568bf3b52eea40c7f93dbfe6 100644 (file)
@@ -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 <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index d685a359641d3859329428ff06c9e925409a7834..ec1a1594b2d45062f336e215821af2e859cb4843 100644 (file)
@@ -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 <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index 40eb66e32f05f90b4262d40c1575335221c9d79d..484d196a691d7198236e2fb11cf4e3c7f061a41c 100644 (file)
@@ -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 <tiggr@es.ele.tue.nl>
 
 This file is part of GCC.
index 37fc5102613708212e8f9378c447ad899aea5a9e..48e56e634a77ad373dd589b0a001a04fdffe2ec9 100644 (file)
@@ -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 64ca76ce9ea1f86667f2286e7f5ed07f225c0a7c..521ef187773351d932f4ff752e9326a3386e9362 100644 (file)
@@ -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 da0461a2071a6b35ae29511a9bf005e952c44973..02ffcffcb926cd010b97181fd76cd2eba1844b3c 100644 (file)
@@ -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 44df64397ab65044f79126e5226720a1b47f49d8..1af79ba1918a45bf0e7bfe8a713dc23993f4e8a4 100644 (file)
@@ -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 4f3ee4fbf61ff27b2c20f56069c7d4ca623f7b89..24fc0e5a3ca3958716b4300a9127e096f6722818 100644 (file)
@@ -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 <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index 04d1db653e59903ac351439ca5e3f06262a4b705..d27628a6025d45d8737477c9d832019a1dfe69ce 100644 (file)
@@ -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 <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index 2fead5ce6093e149d497df63b06d0ab5e42445e0..319e78c9960f48ba5e3be77d9b1a6ed3be16e231 100644 (file)
@@ -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 ec8f88e39a16e977ee0e999f047f41155d27bfdb..dd24a2e2f8bf4fd809fa98965fa90ca250f789d1 100644 (file)
@@ -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 <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index d5ddf9b2f9cfb033efeab6106469adc4d8924c52..8a304a88bcfe857229b9219758742189a6019939 100644 (file)
@@ -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 bdbe1dd58bf2e7c6824b36145475c1312eea220f..187e860ae4686e7f5bf170409d1a260678606394 100644 (file)
@@ -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 ccf037a9a18b3dcc939d3787f3231648f82707fb..a65d0242be1e66cea285aca8d15f738801b1c754 100644 (file)
@@ -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 0aa225d0c126c04c12efee6619f0391bfd8071fd..3137cccffb37451a7481809d266f5dc04516523e 100644 (file)
@@ -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 767e02b6596ba41e048b1b69977d5196487a4097..b3d286985c62188d0907085732399c6ac6fb5f43 100644 (file)
@@ -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 ea8ea9702628460e947356df0ef34a284d8e86c4..745fa99d23bf79d751c8c68aef0fe701b4b9eb69 100644 (file)
@@ -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 e8a8f5e84c31e44934336718e2da450710094866..8aa22043bbca6cb683d4bc98bcb58550f5f2e138 100644 (file)
@@ -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.