diff options
Diffstat (limited to 'libobjc/objc')
-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 |
4 files changed, 6 insertions, 4 deletions
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. |