Update copyright years in libobjc/
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 2 Jan 2014 22:26:09 +0000 (22:26 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 2 Jan 2014 22:26:09 +0000 (22:26 +0000)
From-SVN: r206299

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 85b864abe01a9bab5d1062f6a71f6fbc30657557..2775444b062a8d36deefe5709cce5788eb8bf8eb 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       Update copyright years
+
 2013-09-20  Alan Modra  <amodra@gmail.com>
 
        * configure: Regenerate.
index 4f11c9284ddb17144b35908387ca3408ff2b092f..c6f155bd40947869af969b8d82d1e53f414eaa01 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for GNU Objective C runtime library.
-# Copyright (C) 1993-2013 Free Software Foundation, Inc.
+# Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
index bcec4c7330e332c93399e869f1b2f18b2faf3169..1b8bb7621e517f1b8ad922cc2a729144ffb81196 100644 (file)
@@ -1,5 +1,5 @@
 /* Implementation of the NXConstantString class for Objective-C.
-   Copyright (C) 1995-2013 Free Software Foundation, Inc.
+   Copyright (C) 1995-2014 Free Software Foundation, Inc.
    Contributed by Pieter J. Schoenmakers <tiggr@es.ele.tue.nl>
 
 This file is part of GCC.
index 913232a183d74a4a5b27e9c4615c5cca6f7acba3..6e4af06316a184891e57c17bd6df44fe6ab0083d 100644 (file)
@@ -1,5 +1,5 @@
 /* The implementation of class Object for Objective-C.
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index eed716260c8b0bb09fc3319cd05735351f8e3f3d..9ad7afda902f1f21488ce4b53ff4cf8271e9e9c4 100644 (file)
@@ -1,5 +1,5 @@
 /* This file contains the implementation of class Protocol.
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 This file is part of GCC. 
 
index b7fae7220bda2791a5d8e3368fff600b5056101f..a912155ffffa3054ac390dd5ce12390d9b96f601 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime accessors functions
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero
 
 This file is part of GCC.
index 9d4192ac7951520298002b223010c9f62566f491..34cd102577442e60217eb029ac4d9fa625c2a27d 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 1994-2013 Free Software Foundation, Inc.
+dnl Copyright (C) 1994-2014 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 c90603edd7948d591849498896b17b61e646f0e9..190dabcb744c2cd941c5c559ecd5db71ff8d6872 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime class related functions
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup and Dennis Glatting.
 
    Lock-free class table code designed and written from scratch by
index 53e5f70abe55bc323654987d15dd5f87907a2797..340851fc98ea309f572ccfef11fb044943541d72 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-#   Copyright (C) 1994-2013 Free Software Foundation, Inc.
+#   Copyright (C) 1994-2014 Free Software Foundation, Inc.
 #   Originally contributed by Dave Love (d.love@dl.ac.uk).
 #
 #This file is part of GCC.
index 299901a0b85b028aa79b2c5ff70f537eb5911fa0..7ecc812a954696f2d805eefbb38d19dc7522983d 100644 (file)
@@ -1,5 +1,5 @@
 /* Encoding of types for Objective C.
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
    Bitfield support by Ovidiu Predescu
 
index ad4a6dd9be965dda7bd42c1358522cf983bddf13..51f18f10512c94ab7f98e7ed5dcce1059dd33080 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime Error Functions
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 505086fedeca3e1cb4776761c7c67abf79f696ba..9d560c47dfa23865952475b09f85d002d4369de8 100644 (file)
@@ -1,5 +1,5 @@
 /* The implementation of exception handling primitives for Objective-C.
-   Copyright (C) 2004-2013 Free Software Foundation, Inc.
+   Copyright (C) 2004-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 4f792c9a7d511a460a79b0029da06b47617ecef4..9c31c23dd6bda9f28e2ca20b1972f70cc53292af 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic data types for Objective C.
-   Copyright (C) 1998-2013 Free Software Foundation, Inc.
+   Copyright (C) 1998-2014 Free Software Foundation, Inc.
    Contributed by Ovidiu Predescu.
 
 This file is part of GCC.
index c9f56c3ad6260c3a6e34b17a0309dd2fa49ae73a..592bb1bc9d63f7d5a661aafea29fb0b75ec2e1b8 100644 (file)
@@ -1,5 +1,5 @@
 /* Hash tables for Objective C internal structures
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index db9b03670cb8b7f4991f62e49de2b939019a17a8..5d895d7ca22411dada802f3f0fecddfd1b343a21 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime initialization 
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
    +load support contributed by Ovidiu Predescu <ovidiu@net-community.com>
 
index 8562d1bf1f9caa491c46970001e5a0569fc380e9..f666a96ec01836d4bf1fc1a601248a476ac373b6 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime ivar related functions.
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero
 
 This file is part of GCC.
index 6c3ff157c526206343f8572a07410e28b8f0b338..fce22c93a98d302d192920477478e1557281cfc9 100644 (file)
@@ -1,5 +1,5 @@
 ;  GNU Objective C Runtime DLL Export Definitions
-;  Copyright (C) 1997-2013 Free Software Foundation, Inc.
+;  Copyright (C) 1997-2014 Free Software Foundation, Inc.
 ;  Contributed by Scott Christley <scottc@net-community.com>
 ;
 ;  This file is part of GCC.
index 88a6c24803ca5ad577cf7775819a574c65c85009..bc931f52b0bf3149193a7b61590220d5f06b3d9d 100644 (file)
@@ -1,5 +1,5 @@
 /* Force linking of classes required by Objective C runtime.
-   Copyright (C) 1997-2013 Free Software Foundation, Inc.
+   Copyright (C) 1997-2014 Free Software Foundation, Inc.
    Contributed by Ovidiu Predescu (ovidiu@net-community.com).
 
 This file is part of GCC.
index bac50f03e5883db596abcd16130d7efd2e50a880..181d5a3e4e5e6cb8a564ff4ee6e03ad4cc4b6cd9 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime Memory allocation functions
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
 
 This file is part of GCC.
index ff041f7d57ecc5f4b5f2db7b620878eb43478f1d..348158c534932a1a1395242be5b74b7790d62d96 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime method related functions.
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero
 
 This file is part of GCC.
index 3c894ed4585f5571c8b8ee8967d0bf272bc2c92d..e8bb7f0734bf4a369c018e853734aaac783b1e20 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime nil receiver function
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
 
 This file is part of GCC.
index 3300be4f8713475826af99e7e4508ff83db7b68a..eff0372168354cd104713ea533a40216ff0f8c69 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime 'fast enumeration' implementation
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index 818db7a04a91609022eba24f4d998e6c43f12222..fe15b13fcc38d1d6dde20ee99717f560031c1951 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime accessors - Private Declarations
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index 045bb22908804d36b51ec631873337a1c72266dc..ee6ff1051f126db1eb62d7b5be2c6a6846351ab7 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime Common Private Definitions
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero
 
 This file is part of GCC.
index 6a226e2f73b3b53cb1062573f2bc3b5e0c92f87f..6d796d9907957e6b0b9043d4f2da647af08c7cbc 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime Common Private Definitions
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero
 
 This file is part of GCC.
index 9f1d7e18d8deeb577c16bdd33fd807a649265330..3c147514b833af96e66d2f781a95ca4db0aa8fd2 100644 (file)
@@ -1,5 +1,5 @@
 /* Hash tables for Objective C method dispatch.
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index cbe6583740d37c5f93326c2c6297b241a64db44c..53b7b8d7ef1c5bf4886b6f9a3bf2d438e178ab34 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of Module Structures used by ABI version 8
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 5d342c0630ee47a48762b310d6854bdacf3a1587..481a6c00d1fb044250eba574b90f7aa187d8ca6f 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic single linked list to keep various information 
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup.
 
 This file is part of GCC.
index 765fdbd77e011523d03d1e05eaa846c7a75cc355..98608b3bdda991f4ea0a1f7969cbc90df9fc9b5e 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime @synchronized implementation - Private functions
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index af4b7abb55e0d26a9860415b640ebe72437946cb..1721ec9dc43f18abbe00912af19c1cbc9d9a5746 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime protocols - Private functions
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index d7393bf8d0b47c46bfa66ed16329e58f1a8f1dce..3d4c1031022c3fbfdbe98ada57275cfdc1445bd3 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime internal declarations
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
 
 This file is part of GCC.
index c98adb09b5e8f78b01b76b337ad013ebe1d0d7fa..ef32c834ea647f6e59f878d2decf828810ad4354 100644 (file)
@@ -1,5 +1,5 @@
 /* Sparse Arrays for Objective C dispatch tables
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup.
 
 This file is part of GCC.
index 8e5306e3a0d8125c568bf3b52eea40c7f93dbfe6..9b489bd2bc3e821add6596e6543505c3981b7a7d 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime selector implementation - Private functions
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index b9184e9adc80f832bdcfb614e4ba601571f75f66..f5169bfcf30fee0f3c64720cb552f465c2eda4ce 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime @synchronized implementation
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index 484d196a691d7198236e2fb11cf4e3c7f061a41c..6e84882665b97d3c90d77e17edd5d491089c637b 100644 (file)
@@ -1,5 +1,5 @@
 /* Interface for the NXConstantString class for Objective-C.
-   Copyright (C) 1995-2013 Free Software Foundation, Inc.
+   Copyright (C) 1995-2014 Free Software Foundation, Inc.
    Contributed by Pieter J. Schoenmakers <tiggr@es.ele.tue.nl>
 
 This file is part of GCC.
index 48e56e634a77ad373dd589b0a001a04fdffe2ec9..037a299a31971f40906759c80ee437d3a60ab766 100644 (file)
@@ -1,5 +1,5 @@
 /* Interface for the Object class for Objective-C.
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 521ef187773351d932f4ff752e9326a3386e9362..60c3a233a8a1b1c13e72b224683a8b1c92a8e2f2 100644 (file)
@@ -1,5 +1,5 @@
 /* Declare the class Protocol for Objective C programs.
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 02ffcffcb926cd010b97181fd76cd2eba1844b3c..d808933826115bff3e6620430e9f6320802d47ae 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime messaging declarations
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 1af79ba1918a45bf0e7bfe8a713dc23993f4e8a4..3e207691799484397210c0d078261d82528e67e4 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective-C Extern helpers for Win32.
-   Copyright (C) 2004-2013 Free Software Foundation, Inc.
+   Copyright (C) 2004-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 24fc0e5a3ca3958716b4300a9127e096f6722818..95bef5fb279fa606fd2b73ed80a5bcaca32b04df 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime native exceptions
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index d27628a6025d45d8737477c9d832019a1dfe69ce..8c38639764669fd846c42247bd95d36137540c79 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime @synchronized implementation
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index 319e78c9960f48ba5e3be77d9b1a6ed3be16e231..f9a1c3142061414970c69875a2bf54fdea19fafa 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic data types for Objective C.
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 82a317afea63b2163868f2cc23ca6147cc3a4420..045039f1a5e5497b26a1c5bb398186a1959af4fc 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective-C Runtime API - Modern API
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
 
 This file is part of GCC.
index 8a304a88bcfe857229b9219758742189a6019939..ada75fcb68c2816eb1585ab88ed39906aeb2e3fa 100644 (file)
@@ -1,5 +1,5 @@
 /* Thread and mutex controls for Objective C.
-   Copyright (C) 1996-2013 Free Software Foundation, Inc.
+   Copyright (C) 1996-2014 Free Software Foundation, Inc.
    Contributed by Galen C. Hunt (gchunt@cs.rochester.edu)
 
 This file is part of GCC.
index 187e860ae4686e7f5bf170409d1a260678606394..f7965ebe043c34da1cfa86cf4474c36c441fa340 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime class related functions
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
 
 This file is part of GCC.
index a65d0242be1e66cea285aca8d15f738801b1c754..a0163a54fb2437990cc019bce0ee0e780613e825 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime protocol related functions.
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Nicola Pero
 
 This file is part of GCC.
index 3137cccffb37451a7481809d266f5dc04516523e..42823389dfb330b9b5292bb80f258780a77f4d8e 100644 (file)
@@ -1,5 +1,5 @@
 /* Sparse Arrays for Objective C dispatch tables
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index b3d286985c62188d0907085732399c6ac6fb5f43..450e6389b88b3b3286b9536a4316def4702c8ca7 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime selector related functions
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
 
 This file is part of GCC.
index 745fa99d23bf79d751c8c68aef0fe701b4b9eb69..aa60e5609d94f020c7fa47450e4e740ed13bcfb4 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime message lookup 
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
 
 This file is part of GCC.
index 8aa22043bbca6cb683d4bc98bcb58550f5f2e138..27c7fe6bdb4432015977272eb138161efbed6a4e 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime Thread Interface
-   Copyright (C) 1996-2013 Free Software Foundation, Inc.
+   Copyright (C) 1996-2014 Free Software Foundation, Inc.
    Contributed by Galen C. Hunt (gchunt@cs.rochester.edu)
 
 This file is part of GCC.