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/objc | |
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/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 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. |