diff options
author | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-01-10 20:38:27 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-01-10 20:38:27 +0000 |
commit | d1e082c2c2c7382be0107f7d0b5003f544572865 (patch) | |
tree | 85cadfbc188c702c26e8e554c88e9abc92e4a294 /gcc/objcp | |
parent | 9dce3dcf36990be51310eb172e2d8a8e636fd80c (diff) | |
download | gcc-d1e082c2c2c7382be0107f7d0b5003f544572865.zip gcc-d1e082c2c2c7382be0107f7d0b5003f544572865.tar.gz gcc-d1e082c2c2c7382be0107f7d0b5003f544572865.tar.bz2 |
Update copyright years in gcc/
From-SVN: r195098
Diffstat (limited to 'gcc/objcp')
-rw-r--r-- | gcc/objcp/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/objcp/Make-lang.in | 3 | ||||
-rw-r--r-- | gcc/objcp/config-lang.in | 2 | ||||
-rw-r--r-- | gcc/objcp/lang-specs.h | 2 | ||||
-rw-r--r-- | gcc/objcp/objcp-decl.c | 2 | ||||
-rw-r--r-- | gcc/objcp/objcp-decl.h | 2 | ||||
-rw-r--r-- | gcc/objcp/objcp-lang.c | 2 |
7 files changed, 7 insertions, 8 deletions
diff --git a/gcc/objcp/ChangeLog b/gcc/objcp/ChangeLog index 28b52e8..329dfd3 100644 --- a/gcc/objcp/ChangeLog +++ b/gcc/objcp/ChangeLog @@ -436,7 +436,7 @@ * objcp-lang.c: Likewise. -Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 2005-2013 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/objcp/Make-lang.in b/gcc/objcp/Make-lang.in index 4255bd6..731ca9e 100644 --- a/gcc/objcp/Make-lang.in +++ b/gcc/objcp/Make-lang.in @@ -1,6 +1,5 @@ # Top level -*- makefile -*- fragment for GNU Objective-C++ -# Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 -# Free Software Foundation, Inc. +# Copyright (C) 2005-2013 Free Software Foundation, Inc. # Contributed by Ziemowit Laski <zlaski@apple.com> #This file is part of GCC. diff --git a/gcc/objcp/config-lang.in b/gcc/objcp/config-lang.in index 5fd0f06..63eb286 100644 --- a/gcc/objcp/config-lang.in +++ b/gcc/objcp/config-lang.in @@ -1,5 +1,5 @@ # Top level configure fragment for GNU Objective-C++. -# Copyright (C) 2005, 2007, 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2005-2013 Free Software Foundation, Inc. # Contributed by Ziemowit Laski <zlaski@apple.com> #This file is part of GCC. diff --git a/gcc/objcp/lang-specs.h b/gcc/objcp/lang-specs.h index af21ff6..72db9c8 100644 --- a/gcc/objcp/lang-specs.h +++ b/gcc/objcp/lang-specs.h @@ -1,5 +1,5 @@ /* Definitions for specs for Objective-C++. - Copyright (C) 2005, 2007, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Ziemowit Laski <zlaski@apple.com> This file is part of GCC. diff --git a/gcc/objcp/objcp-decl.c b/gcc/objcp/objcp-decl.c index 8040469..cc9cffd 100644 --- a/gcc/objcp/objcp-decl.c +++ b/gcc/objcp/objcp-decl.c @@ -1,6 +1,6 @@ /* Process the ObjC-specific declarations and variables for the Objective-C++ compiler. - Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Ziemowit Laski <zlaski@apple.com> This file is part of GCC. diff --git a/gcc/objcp/objcp-decl.h b/gcc/objcp/objcp-decl.h index b10fe68..cafce27 100644 --- a/gcc/objcp/objcp-decl.h +++ b/gcc/objcp/objcp-decl.h @@ -1,6 +1,6 @@ /* Process the ObjC-specific declarations and variables for the Objective-C++ compiler. - Copyright (C) 2005, 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Ziemowit Laski <zlaski@apple.com> This file is part of GCC. diff --git a/gcc/objcp/objcp-lang.c b/gcc/objcp/objcp-lang.c index 0019022..f9b126f 100644 --- a/gcc/objcp/objcp-lang.c +++ b/gcc/objcp/objcp-lang.c @@ -1,5 +1,5 @@ /* Language-dependent hooks for Objective-C++. - Copyright 2005, 2007, 2008, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Ziemowit Laski <zlaski@apple.com> This file is part of GCC. |