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 <[email protected]>
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 ([email protected]).
#
#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 <[email protected]>
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 <[email protected]>
;
; 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 ([email protected]).
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 ([email protected])
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 ([email protected])
This file is part of GCC.