diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2013-01-04 13:49:55 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2013-01-04 13:49:55 +0100 |
commit | 90d04a445cb821407e109da069ac93cd5ff3031f (patch) | |
tree | bb55f5b72dfc557698b74a9e740269cce291d1d5 /libobjc | |
parent | 33879b9fc7b04a5051c4a5508eda29c355de859d (diff) | |
download | gcc-90d04a445cb821407e109da069ac93cd5ff3031f.zip gcc-90d04a445cb821407e109da069ac93cd5ff3031f.tar.gz gcc-90d04a445cb821407e109da069ac93cd5ff3031f.tar.bz2 |
Update Copyright years for files modified in 2011 and/or 2012.
From-SVN: r194903
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/Makefile.in | 2 | ||||
-rw-r--r-- | libobjc/Object.m | 2 | ||||
-rw-r--r-- | libobjc/Protocol.m | 2 | ||||
-rw-r--r-- | libobjc/class.c | 2 | ||||
-rw-r--r-- | libobjc/error.c | 2 | ||||
-rw-r--r-- | libobjc/gc.c | 2 | ||||
-rw-r--r-- | libobjc/init.c | 2 | ||||
-rw-r--r-- | libobjc/libobjc.def | 2 | ||||
-rw-r--r-- | libobjc/linking.m | 2 | ||||
-rw-r--r-- | libobjc/memory.c | 2 | ||||
-rw-r--r-- | libobjc/objc-private/common.h | 2 | ||||
-rw-r--r-- | libobjc/objc-private/module-abi-8.h | 2 | ||||
-rw-r--r-- | libobjc/objc-private/protocols.h | 2 | ||||
-rw-r--r-- | libobjc/objc-private/runtime.h | 3 | ||||
-rw-r--r-- | libobjc/objc-private/selector.h | 2 | ||||
-rw-r--r-- | libobjc/objc/Object.h | 3 | ||||
-rw-r--r-- | libobjc/objc/Protocol.h | 2 | ||||
-rw-r--r-- | libobjc/objc/message.h | 2 | ||||
-rw-r--r-- | libobjc/objc/objc.h | 2 | ||||
-rw-r--r-- | libobjc/objc/runtime.h | 2 | ||||
-rw-r--r-- | libobjc/objects.c | 3 | ||||
-rw-r--r-- | libobjc/protocols.c | 2 | ||||
-rw-r--r-- | libobjc/sarray.c | 2 | ||||
-rw-r--r-- | libobjc/selector.c | 2 |
24 files changed, 27 insertions, 24 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 1427bac..c54fb87 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 552acb0..42517ad 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 400f2a2..4f0e5e3 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 3b75082..913f8ba 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 b56aa4d..1e8a130 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 d009230..573f6c7 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 23ba41b..83f6140 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 <ovidiu@net-community.com> diff --git a/libobjc/libobjc.def b/libobjc/libobjc.def index 8a295c8..5d405ac 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 <scottc@net-community.com> ; diff --git a/libobjc/linking.m b/libobjc/linking.m index cf28e56..d4a9c7e 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 c02176e..4116868 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 d1f0711..0203cae 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 06846e7..ff0b2a9 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 3219ff2..fe04a52 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 <nicola.pero@meta-innovation.com> This file is part of GCC. diff --git a/libobjc/objc-private/runtime.h b/libobjc/objc-private/runtime.h index bd11392..8ecba73f 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 32223b9d..627214a 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 <nicola.pero@meta-innovation.com> This file is part of GCC. diff --git a/libobjc/objc/Object.h b/libobjc/objc/Object.h index e2fa926..37fc510 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 f2b7b78..64ca76c 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 92b5263..da0461a 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 1fa4373..2fead5c 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 c649e23..ec8f88e 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 <nicola.pero@meta-innovation.com> This file is part of GCC. diff --git a/libobjc/objects.c b/libobjc/objects.c index fe11062..bdbe1dd 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 a02f2cd..ccf037a 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 f58c416..0aa225d 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 55ca706..767e02b 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 |