diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2013-01-04 13:49:55 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2013-01-04 13:49:55 +0100 |
commit | 90d04a445cb821407e109da069ac93cd5ff3031f (patch) | |
tree | bb55f5b72dfc557698b74a9e740269cce291d1d5 /gcc/config/sh | |
parent | 33879b9fc7b04a5051c4a5508eda29c355de859d (diff) | |
download | gcc-90d04a445cb821407e109da069ac93cd5ff3031f.zip gcc-90d04a445cb821407e109da069ac93cd5ff3031f.tar.gz gcc-90d04a445cb821407e109da069ac93cd5ff3031f.tar.bz2 |
Update Copyright years for files modified in 2011 and/or 2012.
From-SVN: r194903
Diffstat (limited to 'gcc/config/sh')
-rw-r--r-- | gcc/config/sh/newlib.h | 2 | ||||
-rw-r--r-- | gcc/config/sh/predicates.md | 2 | ||||
-rw-r--r-- | gcc/config/sh/sh-c.c | 2 | ||||
-rw-r--r-- | gcc/config/sh/sh.opt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/sh/newlib.h b/gcc/config/sh/newlib.h index 3b3ec16..b43feca 100644 --- a/gcc/config/sh/newlib.h +++ b/gcc/config/sh/newlib.h @@ -1,5 +1,5 @@ /* Definitions of target machine for gcc for Super-H using sh-superh-elf. - Copyright (C) 2001, 2007 Free Software Foundation, Inc. + Copyright (C) 2001, 2007, 2012 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/config/sh/predicates.md b/gcc/config/sh/predicates.md index 83508e8..f19fe92 100644 --- a/gcc/config/sh/predicates.md +++ b/gcc/config/sh/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Renesas / SuperH SH. -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2012 +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 ;; Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/sh/sh-c.c b/gcc/config/sh/sh-c.c index 94c5f99..9c89684 100644 --- a/gcc/config/sh/sh-c.c +++ b/gcc/config/sh/sh-c.c @@ -1,6 +1,6 @@ /* Pragma handling for GCC for Renesas / SuperH SH. Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007, 2012 Free Software Foundation, Inc. Contributed by Joern Rennecke <joern.rennecke@st.com>. This file is part of GCC. diff --git a/gcc/config/sh/sh.opt b/gcc/config/sh/sh.opt index df9df6d..ee24bc9 100644 --- a/gcc/config/sh/sh.opt +++ b/gcc/config/sh/sh.opt @@ -1,6 +1,6 @@ ; Options for the SH port of the compiler. -; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 +; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 ; Free Software Foundation, Inc. ; ; This file is part of GCC. |