diff options
Diffstat (limited to 'gcc/config/picochip')
-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 |
4 files changed, 6 insertions, 4 deletions
diff --git a/gcc/config/picochip/picochip.c b/gcc/config/picochip/picochip.c index 1a6c1ef6c15..c67e8e3bf51 100644 --- a/gcc/config/picochip/picochip.c +++ b/gcc/config/picochip/picochip.c @@ -1,5 +1,6 @@ /* Subroutines used for code generation on picoChip processors. - Copyright (C) 2001, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2001, 2008, 2009, 2010, 2011, 2012 + 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 f13efc9c4a6..528457888ca 100644 --- a/gcc/config/picochip/picochip.h +++ b/gcc/config/picochip/picochip.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler for picoChip - Copyright (C) 2001, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2001, 2008, 2009, 2010, 2011, 2012 + 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 4e0556443bd..fe3b6595545 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 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009, 2010, 2011 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 a4b25e52f50..b3aa998169c 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 Free Software Foundation, Inc. +; Copyright (C) 2008, 2012 Free Software Foundation, Inc. ; ; This file is part of GCC. ; |