diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2011-01-03 21:52:22 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2011-01-03 21:52:22 +0100 |
commit | d652f226fca1e942b7851d1205f8a6a472d9e0a0 (patch) | |
tree | 3c1893018c4982715ae7a36867682b0529e61ec6 /libobjc | |
parent | 4c81ff2682282ce3f33fa918b7f01608f9937553 (diff) | |
download | gcc-d652f226fca1e942b7851d1205f8a6a472d9e0a0.zip gcc-d652f226fca1e942b7851d1205f8a6a472d9e0a0.tar.gz gcc-d652f226fca1e942b7851d1205f8a6a472d9e0a0.tar.bz2 |
Update Copyright years for files modified in 2010.
From-SVN: r168438
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/NXConstStr.m | 2 | ||||
-rw-r--r-- | libobjc/Object.m | 3 | ||||
-rw-r--r-- | libobjc/archive.c | 3 | ||||
-rw-r--r-- | libobjc/class.c | 2 | ||||
-rw-r--r-- | libobjc/encoding.c | 2 | ||||
-rw-r--r-- | libobjc/gc.c | 3 | ||||
-rw-r--r-- | libobjc/hash.c | 3 | ||||
-rw-r--r-- | libobjc/libobjc.def | 3 | ||||
-rw-r--r-- | libobjc/linking.m | 2 | ||||
-rw-r--r-- | libobjc/nil_method.c | 3 | ||||
-rw-r--r-- | libobjc/objc/Protocol.h | 2 | ||||
-rw-r--r-- | libobjc/objc/encoding.h | 3 | ||||
-rw-r--r-- | libobjc/objc/objc-decls.h | 2 | ||||
-rw-r--r-- | libobjc/objc/thr.h | 3 | ||||
-rw-r--r-- | libobjc/objects.c | 2 | ||||
-rw-r--r-- | libobjc/sarray.c | 3 | ||||
-rw-r--r-- | libobjc/selector.c | 3 |
17 files changed, 27 insertions, 17 deletions
diff --git a/libobjc/NXConstStr.m b/libobjc/NXConstStr.m index 7ff553b..1442ba6 100644 --- a/libobjc/NXConstStr.m +++ b/libobjc/NXConstStr.m @@ -1,5 +1,5 @@ /* Implementation of the NXConstantString class for Objective-C. - Copyright (C) 1995, 2009 Free Software Foundation, Inc. + Copyright (C) 1995, 2009, 2010 Free Software Foundation, Inc. Contributed by Pieter J. Schoenmakers <tiggr@es.ele.tue.nl> This file is part of GCC. diff --git a/libobjc/Object.m b/libobjc/Object.m index 0b7c49f..224c0aa 100644 --- a/libobjc/Object.m +++ b/libobjc/Object.m @@ -1,5 +1,6 @@ /* The implementation of class Object for Objective-C. - Copyright (C) 1993, 1994, 1995, 1997, 2002, 2009 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1997, 2002, 2009, 2010 + Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/archive.c b/libobjc/archive.c index b539ca1..f691b13 100644 --- a/libobjc/archive.c +++ b/libobjc/archive.c @@ -1,5 +1,6 @@ /* GNU Objective C Runtime archiving - Copyright (C) 1993, 1995, 1996, 1997, 2002, 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1993, 1995, 1996, 1997, 2002, 2004, 2009, + 2010 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. diff --git a/libobjc/class.c b/libobjc/class.c index b9e8730..61d6fdf 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 + Copyright (C) 1993, 1995, 1996, 1997, 2001, 2002, 2009, 2010 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup and Dennis Glatting. diff --git a/libobjc/encoding.c b/libobjc/encoding.c index 92b7305..985ba07 100644 --- a/libobjc/encoding.c +++ b/libobjc/encoding.c @@ -1,5 +1,5 @@ /* Encoding of types for Objective C. - Copyright (C) 1993, 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2009 + Copyright (C) 1993, 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2009, 2010 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup Bitfield support by Ovidiu Predescu diff --git a/libobjc/gc.c b/libobjc/gc.c index ed5effb..d36a9cc 100644 --- a/libobjc/gc.c +++ b/libobjc/gc.c @@ -1,5 +1,6 @@ /* Basic data types for Objective C. - Copyright (C) 1998, 2002, 2004, 2005, 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2002, 2004, 2005, 2006, 2009, 2010 + Free Software Foundation, Inc. Contributed by Ovidiu Predescu. This file is part of GCC. diff --git a/libobjc/hash.c b/libobjc/hash.c index 138a250..733fc65 100644 --- a/libobjc/hash.c +++ b/libobjc/hash.c @@ -1,5 +1,6 @@ /* Hash tables for Objective C internal structures - Copyright (C) 1993, 1996, 1997, 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1993, 1996, 1997, 2004, 2009, 2010 + Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/libobjc.def b/libobjc/libobjc.def index ee32338..e84d839 100644 --- a/libobjc/libobjc.def +++ b/libobjc/libobjc.def @@ -1,5 +1,6 @@ ; GNU Objective C Runtime DLL Export Definitions -; Copyright (C) 1997, 2001, 2003, 2005, 2009 Free Software Foundation, Inc. +; Copyright (C) 1997, 2001, 2003, 2005, 2009, 2010 +; Free Software Foundation, Inc. ; Contributed by Scott Christley <scottc@net-community.com> ; ; This file is part of GCC. diff --git a/libobjc/linking.m b/libobjc/linking.m index 75fe7d3..ba8e064 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 Free Software Foundation, Inc. + Copyright (C) 1997, 2009, 2010 Free Software Foundation, Inc. Contributed by Ovidiu Predescu (ovidiu@net-community.com). This file is part of GCC. diff --git a/libobjc/nil_method.c b/libobjc/nil_method.c index 752115f..15e3d52 100644 --- a/libobjc/nil_method.c +++ b/libobjc/nil_method.c @@ -1,5 +1,6 @@ /* GNU Objective C Runtime nil receiver function - Copyright (C) 1993, 1995, 1996, 2002, 2009 Free Software Foundation, Inc. + Copyright (C) 1993, 1995, 1996, 2002, 2009, 2010 + Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. diff --git a/libobjc/objc/Protocol.h b/libobjc/objc/Protocol.h index e230940..1cf9892 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 Free Software Foundation, Inc. + Copyright (C) 1993, 2004, 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/encoding.h b/libobjc/objc/encoding.h index 6d98a39..7852466 100644 --- a/libobjc/objc/encoding.h +++ b/libobjc/objc/encoding.h @@ -1,5 +1,6 @@ /* Encoding of types for Objective C. - Copyright (C) 1993, 1997, 2002, 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1993, 1997, 2002, 2004, 2009, 2010 + Free Software Foundation, Inc. Author: Kresten Krab Thorup diff --git a/libobjc/objc/objc-decls.h b/libobjc/objc/objc-decls.h index b3cfb21..44df643 100644 --- a/libobjc/objc/objc-decls.h +++ b/libobjc/objc/objc-decls.h @@ -1,5 +1,5 @@ /* GNU Objective-C Extern helpers for Win32. - Copyright (C) 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 2004, 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/thr.h b/libobjc/objc/thr.h index 488ca94..d5ddf9b 100644 --- a/libobjc/objc/thr.h +++ b/libobjc/objc/thr.h @@ -1,5 +1,6 @@ /* Thread and mutex controls for Objective C. - Copyright (C) 1996, 1997, 2002, 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 2002, 2004, 2009, 2010 + Free Software Foundation, Inc. Contributed by Galen C. Hunt (gchunt@cs.rochester.edu) This file is part of GCC. diff --git a/libobjc/objects.c b/libobjc/objects.c index 75eea2d..1c69456 100644 --- a/libobjc/objects.c +++ b/libobjc/objects.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime class related functions - Copyright (C) 1993, 1995, 1996, 2009 Free Software Foundation, Inc. + Copyright (C) 1993, 1995, 1996, 2009, 2010 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. diff --git a/libobjc/sarray.c b/libobjc/sarray.c index 96f1497..ea4aa93 100644 --- a/libobjc/sarray.c +++ b/libobjc/sarray.c @@ -1,5 +1,6 @@ /* Sparse Arrays for Objective C dispatch tables - Copyright (C) 1993, 1995, 1996, 2002, 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1993, 1995, 1996, 2002, 2004, 2009, 2010 + Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/selector.c b/libobjc/selector.c index 4110df2..99efcf8 100644 --- a/libobjc/selector.c +++ b/libobjc/selector.c @@ -1,5 +1,6 @@ /* GNU Objective C Runtime selector related functions - Copyright (C) 1993, 1995, 1996, 1997, 2002, 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1993, 1995, 1996, 1997, 2002, 2004, 2009, 2010 + Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. |