From 54160a4a388bc1188d6eecec511ab00b5ec0ef5e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 4 Jan 2013 12:49:55 +0000 Subject: Update Copyright years for files modified in 2011 and/or 2012. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@194903 138bc75d-0d04-0410-961f-82ee72b054a4 --- libobjc/Makefile.in | 2 +- libobjc/Object.m | 2 +- libobjc/Protocol.m | 2 +- libobjc/class.c | 2 +- libobjc/error.c | 2 +- libobjc/gc.c | 2 +- libobjc/init.c | 2 +- libobjc/libobjc.def | 2 +- libobjc/linking.m | 2 +- libobjc/memory.c | 2 +- libobjc/objc-private/common.h | 2 +- libobjc/objc-private/module-abi-8.h | 2 +- libobjc/objc-private/protocols.h | 2 +- libobjc/objc-private/runtime.h | 3 ++- libobjc/objc-private/selector.h | 2 +- libobjc/objc/Object.h | 3 ++- libobjc/objc/Protocol.h | 2 +- libobjc/objc/message.h | 2 +- libobjc/objc/objc.h | 2 +- libobjc/objc/runtime.h | 2 +- libobjc/objects.c | 3 ++- libobjc/protocols.c | 2 +- libobjc/sarray.c | 2 +- libobjc/selector.c | 2 +- 24 files changed, 27 insertions(+), 24 deletions(-) (limited to 'libobjc') diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 1427bac43b2..c54fb8758b5 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -1,6 +1,6 @@ # Makefile for GNU Objective C runtime library. # Copyright 1993, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/libobjc/Object.m b/libobjc/Object.m index 552acb037fa..42517ade226 100644 --- a/libobjc/Object.m +++ b/libobjc/Object.m @@ -1,5 +1,5 @@ /* The implementation of class Object for Objective-C. - Copyright (C) 1993, 1994, 1995, 1997, 2002, 2009, 2010 + Copyright (C) 1993, 1994, 1995, 1997, 2002, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/Protocol.m b/libobjc/Protocol.m index 400f2a2087b..4f0e5e376e5 100644 --- a/libobjc/Protocol.m +++ b/libobjc/Protocol.m @@ -1,5 +1,5 @@ /* This file contains the implementation of class Protocol. - Copyright (C) 1993, 2004, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1993, 2004, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/class.c b/libobjc/class.c index 3b750829f3b..913f8bac1bc 100644 --- a/libobjc/class.c +++ b/libobjc/class.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime class related functions - Copyright (C) 1993, 1995, 1996, 1997, 2001, 2002, 2009, 2010 + Copyright (C) 1993, 1995, 1996, 1997, 2001, 2002, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup and Dennis Glatting. diff --git a/libobjc/error.c b/libobjc/error.c index b56aa4da665..1e8a130e52b 100644 --- a/libobjc/error.c +++ b/libobjc/error.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Error Functions - Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2009, 2010 + Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/gc.c b/libobjc/gc.c index d009230b78f..573f6c76e82 100644 --- a/libobjc/gc.c +++ b/libobjc/gc.c @@ -1,5 +1,5 @@ /* Basic data types for Objective C. - Copyright (C) 1998, 2002, 2004, 2005, 2006, 2009, 2010 + Copyright (C) 1998, 2002, 2004, 2005, 2006, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Ovidiu Predescu. diff --git a/libobjc/init.c b/libobjc/init.c index 23ba41ba128..83f61403700 100644 --- a/libobjc/init.c +++ b/libobjc/init.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime initialization - Copyright (C) 1993, 1995, 1996, 1997, 2002, 2009, 2010 + Copyright (C) 1993, 1995, 1996, 1997, 2002, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup +load support contributed by Ovidiu Predescu diff --git a/libobjc/libobjc.def b/libobjc/libobjc.def index 8a295c824f7..5d405ac6382 100644 --- a/libobjc/libobjc.def +++ b/libobjc/libobjc.def @@ -1,5 +1,5 @@ ; GNU Objective C Runtime DLL Export Definitions -; Copyright (C) 1997, 2001, 2003, 2005, 2009, 2010 +; Copyright (C) 1997, 2001, 2003, 2005, 2009, 2010, 2011 ; Free Software Foundation, Inc. ; Contributed by Scott Christley ; diff --git a/libobjc/linking.m b/libobjc/linking.m index cf28e569657..d4a9c7ee709 100644 --- a/libobjc/linking.m +++ b/libobjc/linking.m @@ -1,5 +1,5 @@ /* Force linking of classes required by Objective C runtime. - Copyright (C) 1997, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1997, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Ovidiu Predescu (ovidiu@net-community.com). This file is part of GCC. diff --git a/libobjc/memory.c b/libobjc/memory.c index c02176ef874..4116868cbf7 100644 --- a/libobjc/memory.c +++ b/libobjc/memory.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Memory allocation functions - Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2009, 2010 + Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup diff --git a/libobjc/objc-private/common.h b/libobjc/objc-private/common.h index d1f071114ec..0203cae51bd 100644 --- a/libobjc/objc-private/common.h +++ b/libobjc/objc-private/common.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Common Private Definitions - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010, 2011 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc-private/module-abi-8.h b/libobjc/objc-private/module-abi-8.h index 06846e79690..ff0b2a9ddb8 100644 --- a/libobjc/objc-private/module-abi-8.h +++ b/libobjc/objc-private/module-abi-8.h @@ -1,6 +1,6 @@ /* Definitions of Module Structures used by ABI version 8 Copyright (C) 1993, 1995, 1996, 1997, 2001, 2002, 2003, 2004, 2005, - 2007, 2009, 2010 Free Software Foundation, Inc. + 2007, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc-private/protocols.h b/libobjc/objc-private/protocols.h index 3219ff28935..fe04a52b20d 100644 --- a/libobjc/objc-private/protocols.h +++ b/libobjc/objc-private/protocols.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime protocols - Private functions - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010, 2011 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc-private/runtime.h b/libobjc/objc-private/runtime.h index bd11392ebec..8ecba73f8f5 100644 --- a/libobjc/objc-private/runtime.h +++ b/libobjc/objc-private/runtime.h @@ -1,5 +1,6 @@ /* GNU Objective C Runtime internal declarations - Copyright (C) 1993, 1995, 1996, 1997, 2002, 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1993, 1995, 1996, 1997, 2002, 2004, 2009, 2011 + Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. diff --git a/libobjc/objc-private/selector.h b/libobjc/objc-private/selector.h index 32223b9d691..627214a2181 100644 --- a/libobjc/objc-private/selector.h +++ b/libobjc/objc-private/selector.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime selector implementation - Private functions - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010, 2011 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc/Object.h b/libobjc/objc/Object.h index e2fa926e7b5..37fc5102613 100644 --- a/libobjc/objc/Object.h +++ b/libobjc/objc/Object.h @@ -1,5 +1,6 @@ /* Interface for the Object class for Objective-C. - Copyright (C) 1993, 1994, 1995, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 2009, 2010, 2011 + Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/Protocol.h b/libobjc/objc/Protocol.h index f2b7b789630..64ca76ce9ea 100644 --- a/libobjc/objc/Protocol.h +++ b/libobjc/objc/Protocol.h @@ -1,5 +1,5 @@ /* Declare the class Protocol for Objective C programs. - Copyright (C) 1993, 2004, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1993, 2004, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/message.h b/libobjc/objc/message.h index 92b52633aa2..da0461a2071 100644 --- a/libobjc/objc/message.h +++ b/libobjc/objc/message.h @@ -1,6 +1,6 @@ /* GNU Objective C Runtime messaging declarations Copyright (C) 1993, 1995, 1996, 2004, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/objc.h b/libobjc/objc/objc.h index 1fa43737e4e..2fead5ce609 100644 --- a/libobjc/objc/objc.h +++ b/libobjc/objc/objc.h @@ -1,6 +1,6 @@ /* Basic data types for Objective C. Copyright (C) 1993, 1995, 1996, 2004, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/runtime.h b/libobjc/objc/runtime.h index c649e239d9e..ec8f88e39a1 100644 --- a/libobjc/objc/runtime.h +++ b/libobjc/objc/runtime.h @@ -1,5 +1,5 @@ /* GNU Objective-C Runtime API - Modern API - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010, 2011 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objects.c b/libobjc/objects.c index fe11062835b..bdbe1dd58bf 100644 --- a/libobjc/objects.c +++ b/libobjc/objects.c @@ -1,5 +1,6 @@ /* GNU Objective C Runtime class related functions - Copyright (C) 1993, 1995, 1996, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1993, 1995, 1996, 2009, 2010, 2011 + Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. diff --git a/libobjc/protocols.c b/libobjc/protocols.c index a02f2cd999e..ccf037a9a18 100644 --- a/libobjc/protocols.c +++ b/libobjc/protocols.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime protocol related functions. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010, 2011 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/sarray.c b/libobjc/sarray.c index f58c416a22d..0aa225d0c12 100644 --- a/libobjc/sarray.c +++ b/libobjc/sarray.c @@ -1,5 +1,5 @@ /* Sparse Arrays for Objective C dispatch tables - Copyright (C) 1993, 1995, 1996, 2002, 2004, 2009, 2010 + Copyright (C) 1993, 1995, 1996, 2002, 2004, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/selector.c b/libobjc/selector.c index 55ca7064bd2..767e02b6596 100644 --- a/libobjc/selector.c +++ b/libobjc/selector.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime selector related functions - Copyright (C) 1993, 1995, 1996, 1997, 2002, 2004, 2009, 2010 + Copyright (C) 1993, 1995, 1996, 1997, 2002, 2004, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup -- cgit v1.2.3