diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-03 11:16:21 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-03 11:16:21 +0000 |
commit | 03a3582cd440dcbf5d3f124aeba9ac787d273d1a (patch) | |
tree | 6d6f00db8662286db176584052aea8259b4aae17 /libobjc/Protocol.m | |
parent | bd23a49920b2684999b0c153a0ec817a1937d6c5 (diff) | |
download | gcc-03a3582cd440dcbf5d3f124aeba9ac787d273d1a.tar.gz |
Update copyright years in libobjc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195693 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/Protocol.m')
-rw-r--r-- | libobjc/Protocol.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/Protocol.m b/libobjc/Protocol.m index 4f0e5e376e5..eed716260c8 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, 2011 Free Software Foundation, Inc. + Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of GCC. |