diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-10 20:38:27 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-10 20:38:27 +0000 |
commit | 711789cc2a21e70e4ea0e2d9d5863924d85687d6 (patch) | |
tree | 85cadfbc188c702c26e8e554c88e9abc92e4a294 /gcc/config/picochip | |
parent | e896d6e507564cc889d46a65f9ed0129042ec211 (diff) | |
download | gcc-711789cc2a21e70e4ea0e2d9d5863924d85687d6.tar.gz |
Update copyright years in gcc/
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195098 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/picochip')
-rw-r--r-- | gcc/config/picochip/constraints.md | 2 | ||||
-rw-r--r-- | gcc/config/picochip/dfa_space.md | 2 | ||||
-rw-r--r-- | gcc/config/picochip/dfa_speed.md | 2 | ||||
-rw-r--r-- | gcc/config/picochip/picochip-protos.h | 2 | ||||
-rw-r--r-- | gcc/config/picochip/picochip.c | 3 | ||||
-rw-r--r-- | gcc/config/picochip/picochip.h | 3 | ||||
-rw-r--r-- | gcc/config/picochip/picochip.md | 2 | ||||
-rw-r--r-- | gcc/config/picochip/picochip.opt | 2 | ||||
-rw-r--r-- | gcc/config/picochip/predicates.md | 2 | ||||
-rw-r--r-- | gcc/config/picochip/t-picochip | 2 |
10 files changed, 10 insertions, 12 deletions
diff --git a/gcc/config/picochip/constraints.md b/gcc/config/picochip/constraints.md index 5c3fb3f5082..a4197f664bd 100644 --- a/gcc/config/picochip/constraints.md +++ b/gcc/config/picochip/constraints.md @@ -1,5 +1,5 @@ ;; GCC machine description for picochip -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2008-2013 Free Software Foundation, Inc. ;; Contributed by Picochip Ltd (http://www.picochip.com) ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan ;; Sandanagobalane (hariharan@picochip.com) diff --git a/gcc/config/picochip/dfa_space.md b/gcc/config/picochip/dfa_space.md index cfd38148a46..d31c670bce2 100644 --- a/gcc/config/picochip/dfa_space.md +++ b/gcc/config/picochip/dfa_space.md @@ -1,5 +1,5 @@ ;; GCC machine description for picochip -;; Copyright (C) 2008 Free Software Foundation, Inc. +;; Copyright (C) 2008-2013 Free Software Foundation, Inc. ;; Contributed by Picochip Ltd (http://www.picochip.com) ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan ;; Sandanagobalane (hariharan@picochip.com) diff --git a/gcc/config/picochip/dfa_speed.md b/gcc/config/picochip/dfa_speed.md index 6ee26a668a5..7ac7057c072 100644 --- a/gcc/config/picochip/dfa_speed.md +++ b/gcc/config/picochip/dfa_speed.md @@ -1,5 +1,5 @@ ;; GCC machine description for picochip -;; Copyright (C) 2008 Free Software Foundation, Inc. +;; Copyright (C) 2008-2013 Free Software Foundation, Inc. ;; Contributed by Picochip Ltd (http://www.picochip.com) ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan ;; Sandanagobalane (hariharan@picochip.com). diff --git a/gcc/config/picochip/picochip-protos.h b/gcc/config/picochip/picochip-protos.h index 965098eec45..2d7a50c0cc2 100644 --- a/gcc/config/picochip/picochip-protos.h +++ b/gcc/config/picochip/picochip-protos.h @@ -1,6 +1,6 @@ /* Prototypes for exported functions defined in picochip.c - Copyright (C) 2000, 2001, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2000-2013 Free Software Foundation, Inc. Contributed by Picochip Ltd. (http://www.picochip.com) Maintained by Daniel Towner (daniel.towner@picochip.com) and Hariharan Sandanagobalane (hariharan@picochip.com). diff --git a/gcc/config/picochip/picochip.c b/gcc/config/picochip/picochip.c index c67e8e3bf51..b948ffd1ee6 100644 --- a/gcc/config/picochip/picochip.c +++ b/gcc/config/picochip/picochip.c @@ -1,6 +1,5 @@ /* Subroutines used for code generation on picoChip processors. - Copyright (C) 2001, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 2001-2013 Free Software Foundation, Inc. Contributed by Picochip Ltd. (http://www.picochip.com) Maintained by Daniel Towner (daniel.towner@picochip.com) and Hariharan Sandanagobalane (hariharan@picochip.com) diff --git a/gcc/config/picochip/picochip.h b/gcc/config/picochip/picochip.h index 528457888ca..304556c4d18 100644 --- a/gcc/config/picochip/picochip.h +++ b/gcc/config/picochip/picochip.h @@ -1,6 +1,5 @@ /* Definitions of target machine for GNU compiler for picoChip - Copyright (C) 2001, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 2001-2013 Free Software Foundation, Inc. Contributed by Picochip Ltd. (http://www.picochip.com) Maintained by Daniel Towner (daniel.towner@picochip.com) and diff --git a/gcc/config/picochip/picochip.md b/gcc/config/picochip/picochip.md index fe3b6595545..303220e9c07 100644 --- a/gcc/config/picochip/picochip.md +++ b/gcc/config/picochip/picochip.md @@ -1,5 +1,5 @@ ;; GCC machine description for picochip -;; Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 2008-2013 Free Software Foundation, Inc. ;; Contributed by Picochip Ltd (http://www.picochip.com) ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan ;; Sandanagobalane (hariharan@picochip.com) diff --git a/gcc/config/picochip/picochip.opt b/gcc/config/picochip/picochip.opt index b3aa998169c..5e2ea4437d4 100644 --- a/gcc/config/picochip/picochip.opt +++ b/gcc/config/picochip/picochip.opt @@ -1,6 +1,6 @@ ; Options for the picoChip port of the compiler. -; Copyright (C) 2008, 2012 Free Software Foundation, Inc. +; Copyright (C) 2008-2013 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/picochip/predicates.md b/gcc/config/picochip/predicates.md index f9b8af5e0f1..8e713af6a57 100644 --- a/gcc/config/picochip/predicates.md +++ b/gcc/config/picochip/predicates.md @@ -1,5 +1,5 @@ ;; GCC machine description for picochip -;; Copyright (C) 2008 Free Software Foundation, Inc. +;; Copyright (C) 2008-2013 Free Software Foundation, Inc. ;; Contributed by Picochip Ltd (http://www.picochip.com) ;; Maintained by Daniel Towner (dant@picochip.com) and Hariharan ;; Sandanagobalane (hariharan@picochip.com) diff --git a/gcc/config/picochip/t-picochip b/gcc/config/picochip/t-picochip index 269a0551407..28d7ac88e21 100644 --- a/gcc/config/picochip/t-picochip +++ b/gcc/config/picochip/t-picochip @@ -1,4 +1,4 @@ -# Copyright (C) 2008, 2011 Free Software Foundation, Inc. +# Copyright (C) 2008-2013 Free Software Foundation, Inc. # # This file is part of GCC. # |