diff --git a/gcc/config/epiphany/epiphany-protos.h b/gcc/config/epiphany/epiphany-protos.h
index ca1d0ccd906e06843b754b7832c9aa5da9ef87b5..cb6885afbc9d5aa9764fd50df4a59c9bcbbf955e 100644
--- a/gcc/config/epiphany/epiphany-protos.h
+++ b/gcc/config/epiphany/epiphany-protos.h
@@ -1,5 +1,6 @@
 /* Definitions of target machine for GNU compiler, EPIPHANY cpu.
-   Copyright (C) 2000, 2004, 2007, 2009, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2007, 2009, 2011, 2012
+   Free Software Foundation, Inc.
    Contributed by Embecosm on behalf of Adapteva, Inc.
 
 This file is part of GCC.
diff --git a/gcc/config/epiphany/epiphany-sched.md b/gcc/config/epiphany/epiphany-sched.md
index 5e1519f993454ab22aa0872fa3aa55d758fc204f..d256bfea2a4e257473dd873455ff9c51620dc2eb 100644
--- a/gcc/config/epiphany/epiphany-sched.md
+++ b/gcc/config/epiphany/epiphany-sched.md
@@ -1,5 +1,5 @@
 ;; DFA scheduling description for EPIPHANY
-;; Copyright (C) 2004, 2006, 2007, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2006, 2007, 2009, 2012 Free Software Foundation, Inc.
 ;; Contributed by Embecosm on behalf of Adapteva, Inc.
 
 ;; This file is part of GCC.
diff --git a/gcc/config/epiphany/epiphany.h b/gcc/config/epiphany/epiphany.h
index 609030cfbe088cb7d001cc2e5fad8ff299ff716d..c18aaa4194162f5de449a70a87ae5a111602b409 100644
--- a/gcc/config/epiphany/epiphany.h
+++ b/gcc/config/epiphany/epiphany.h
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler, Argonaut EPIPHANY cpu.
    Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005,
-   2007, 2009, 2011 Free Software Foundation, Inc.
+   2007, 2009, 2011, 2012 Free Software Foundation, Inc.
    Contributed by Embecosm on behalf of Adapteva, Inc.
 
 This file is part of GCC.
diff --git a/gcc/config/epiphany/epiphany.opt b/gcc/config/epiphany/epiphany.opt
index cb3a4c764c5fecbbbe1fbe88d32e1da236b72e73..60a957e0cdd786a0b5c57af583d86e7848bc9f50 100644
--- a/gcc/config/epiphany/epiphany.opt
+++ b/gcc/config/epiphany/epiphany.opt
@@ -1,6 +1,6 @@
 ; Options for the Adapteva EPIPHANY port of the compiler
 ;
-; Copyright (C) 2005, 2007, 2009, 2011 Free Software Foundation, Inc.
+; Copyright (C) 2005, 2007, 2009, 2011, 2012 Free Software Foundation, Inc.
 ; Contributed by Embecosm on behalf of Adapteva, Inc.
 ;
 ; This file is part of GCC.
diff --git a/gcc/config/epiphany/mode-switch-use.c b/gcc/config/epiphany/mode-switch-use.c
index ef89004e39b25fa4819c5cc322f0ea23a450227a..c898e951026f886df58a4b39ca8e748457e383b2 100644
--- a/gcc/config/epiphany/mode-switch-use.c
+++ b/gcc/config/epiphany/mode-switch-use.c
@@ -1,6 +1,6 @@
 /* Insert USEs in instructions that require mode switching.
    This should probably be merged into mode-switching.c .
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011, 2012 Free Software Foundation, Inc.
    Contributed by Embecosm on behalf of Adapteva, Inc.
 
 This file is part of GCC.
@@ -76,7 +76,7 @@ struct rtl_opt_pass pass_mode_switch_use =
  {
   RTL_PASS,
   "mode_switch_use",			/* name */
-  OPTGROUP_NONE,                        /* optinfo_flags */
+  OPTGROUP_NONE,			/* optinfo_flags */
   NULL,					/* gate */
   insert_uses,				/* execute */
   NULL,					/* sub */
diff --git a/gcc/config/epiphany/predicates.md b/gcc/config/epiphany/predicates.md
index cb4b5743a41654f1882cbcf1bad3f3ca335e6fbe..30456e5a3c59e5d2e2544f9264488697e837c5b8 100644
--- a/gcc/config/epiphany/predicates.md
+++ b/gcc/config/epiphany/predicates.md
@@ -1,6 +1,5 @@
 ;; Predicate definitions for code generation on the EPIPHANY cpu.
-;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+;; Copyright (C) 1994, 1995, 1997-2012
 ;; Free Software Foundation, Inc.
 ;; Contributed by Embecosm on behalf of Adapteva, Inc.
 ;;
diff --git a/gcc/config/epiphany/resolve-sw-modes.c b/gcc/config/epiphany/resolve-sw-modes.c
index 970455374974f89b44fe027e1950374264c8a095..89c4d6da5199027c26706f0109f411fda3f48ee4 100644
--- a/gcc/config/epiphany/resolve-sw-modes.c
+++ b/gcc/config/epiphany/resolve-sw-modes.c
@@ -1,5 +1,5 @@
 /* Mode switching cleanup pass for the EPIPHANY cpu.
-   Copyright (C) 2000, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2011, 2012 Free Software Foundation, Inc.
    Contributed by Embecosm on behalf of Adapteva, Inc.
 
 This file is part of GCC.
@@ -166,7 +166,7 @@ struct rtl_opt_pass pass_resolve_sw_modes =
  {
   RTL_PASS,
   "resolve_sw_modes",			/* name */
-  OPTGROUP_NONE,                        /* optinfo_flags */
+  OPTGROUP_NONE,			/* optinfo_flags */
   gate_resolve_sw_modes,		/* gate */
   resolve_sw_modes,			/* execute */
   NULL,					/* sub */
diff --git a/gcc/config/epiphany/t-epiphany b/gcc/config/epiphany/t-epiphany
index 70f41bfa6b70afcdbcab07bdd4ca667645990196..ab92c3490b3e38f14d111aa81fd073228912e91d 100644
--- a/gcc/config/epiphany/t-epiphany
+++ b/gcc/config/epiphany/t-epiphany
@@ -1,5 +1,5 @@
 # Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003,
-# 2004, 2009, 2010, 2011 Free Software Foundation, Inc.
+# 2004, 2009-2012 Free Software Foundation, Inc.
 # Contributed by Embecosm on behalf of Adapteva, Inc.
 #
 # This file is part of GCC.