summaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-03 20:52:22 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-03 20:52:22 +0000
commitd91f7526fb89f7d993f570efe6ca75ab6f856370 (patch)
tree3c1893018c4982715ae7a36867682b0529e61ec6 /libobjc
parent5fda16ee74e2dc9277268cb6f8b72cb812b61dcf (diff)
downloadgcc-d91f7526fb89f7d993f570efe6ca75ab6f856370.tar.gz
Update Copyright years for files modified in 2010.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168438 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/NXConstStr.m2
-rw-r--r--libobjc/Object.m3
-rw-r--r--libobjc/archive.c3
-rw-r--r--libobjc/class.c2
-rw-r--r--libobjc/encoding.c2
-rw-r--r--libobjc/gc.c3
-rw-r--r--libobjc/hash.c3
-rw-r--r--libobjc/libobjc.def3
-rw-r--r--libobjc/linking.m2
-rw-r--r--libobjc/nil_method.c3
-rw-r--r--libobjc/objc/Protocol.h2
-rw-r--r--libobjc/objc/encoding.h3
-rw-r--r--libobjc/objc/objc-decls.h2
-rw-r--r--libobjc/objc/thr.h3
-rw-r--r--libobjc/objects.c2
-rw-r--r--libobjc/sarray.c3
-rw-r--r--libobjc/selector.c3
17 files changed, 27 insertions, 17 deletions
diff --git a/libobjc/NXConstStr.m b/libobjc/NXConstStr.m
index 7ff553b58ed..1442ba6d39a 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 0b7c49fdab2..224c0aa66bc 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 b539ca1163e..f691b13b601 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 b9e8730beb2..61d6fdf2f46 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 92b7305d83e..985ba0771b1 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 ed5effbb437..d36a9cc77de 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 138a2504db2..733fc65019b 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 ee323388a0c..e84d839ad1d 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 75fe7d3e3dc..ba8e0649f44 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 752115f869e..15e3d528c49 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 e230940279a..1cf9892b272 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 6d98a390aa3..7852466b824 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 b3cfb2120f2..44df64397ab 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 488ca945fa9..d5ddf9b2f9c 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 75eea2d5a05..1c69456a630 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 96f1497b9c2..ea4aa93b780 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 4110df2662b..99efcf87e6c 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.