diff options
Diffstat (limited to 'gcc/config/vms')
-rw-r--r-- | gcc/config/vms/make-crtlmap.awk | 2 | ||||
-rw-r--r-- | gcc/config/vms/t-vms | 2 | ||||
-rw-r--r-- | gcc/config/vms/t-vmsnative | 2 | ||||
-rw-r--r-- | gcc/config/vms/vms-c.c | 2 | ||||
-rw-r--r-- | gcc/config/vms/vms-ld.c | 2 | ||||
-rw-r--r-- | gcc/config/vms/vms-protos.h | 2 | ||||
-rw-r--r-- | gcc/config/vms/vms.c | 2 | ||||
-rw-r--r-- | gcc/config/vms/vms.h | 2 | ||||
-rw-r--r-- | gcc/config/vms/vms.opt | 2 | ||||
-rw-r--r-- | gcc/config/vms/xm-vms.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/gcc/config/vms/make-crtlmap.awk b/gcc/config/vms/make-crtlmap.awk index 63be6e708ab..1fb6dda88a4 100644 --- a/gcc/config/vms/make-crtlmap.awk +++ b/gcc/config/vms/make-crtlmap.awk @@ -1,5 +1,5 @@ # Generate the VMS crtl map -# Copyright (C) 2011 Free Software Foundation, Inc. +# Copyright (C) 2011, 2012 Free Software Foundation, Inc. BEGIN { is_first = 1; diff --git a/gcc/config/vms/t-vms b/gcc/config/vms/t-vms index f2161b7861b..f298333163b 100644 --- a/gcc/config/vms/t-vms +++ b/gcc/config/vms/t-vms @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011 +# Copyright (C) 2009, 2010, 2011, 2012 # Free Software Foundation, Inc. # # This file is part of GCC. diff --git a/gcc/config/vms/t-vmsnative b/gcc/config/vms/t-vmsnative index 27d3ca07ef4..c5ad9af01bf 100644 --- a/gcc/config/vms/t-vmsnative +++ b/gcc/config/vms/t-vmsnative @@ -1,4 +1,4 @@ -# Copyright (C) 2010 +# Copyright (C) 2010, 2011, 2012 # Free Software Foundation, Inc. # # This file is part of GCC. diff --git a/gcc/config/vms/vms-c.c b/gcc/config/vms/vms-c.c index 733932336a9..1768c1e3d2e 100644 --- a/gcc/config/vms/vms-c.c +++ b/gcc/config/vms/vms-c.c @@ -1,5 +1,5 @@ /* VMS specific, C compiler specific functions. - Copyright (C) 2011 + Copyright (C) 2011, 2012 Free Software Foundation, Inc. Contributed by Tristan Gingold (gingold@adacore.com). diff --git a/gcc/config/vms/vms-ld.c b/gcc/config/vms/vms-ld.c index cc57d8a24be..d46bfbc3a65 100644 --- a/gcc/config/vms/vms-ld.c +++ b/gcc/config/vms/vms-ld.c @@ -1,5 +1,5 @@ /* VMS linker wrapper. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011, 2012 Free Software Foundation, Inc. Contributed by AdaCore This file is part of GCC. diff --git a/gcc/config/vms/vms-protos.h b/gcc/config/vms/vms-protos.h index dcff82474f7..338ac9deb79 100644 --- a/gcc/config/vms/vms-protos.h +++ b/gcc/config/vms/vms-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GCC for VMS. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011, 2012 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vms/vms.c b/gcc/config/vms/vms.c index 65bf42acc5f..0dd39a574d4 100644 --- a/gcc/config/vms/vms.c +++ b/gcc/config/vms/vms.c @@ -1,5 +1,5 @@ /* Definitions of target machine GNU compiler. 32bit VMS version. - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc. Contributed by Douglas B Rupp (rupp@gnat.com). This file is part of GCC. diff --git a/gcc/config/vms/vms.h b/gcc/config/vms/vms.h index 8eb5606b09e..e9eea2c3e8a 100644 --- a/gcc/config/vms/vms.h +++ b/gcc/config/vms/vms.h @@ -1,5 +1,5 @@ /* Definitions of target machine GNU compiler. VMS common version. - Copyright (C) 2003-2009,2011 Free Software Foundation, Inc. + Copyright (C) 2003-2009,2011-2012 Free Software Foundation, Inc. Contributed by Douglas B Rupp (rupp@gnat.com). This file is part of GCC. diff --git a/gcc/config/vms/vms.opt b/gcc/config/vms/vms.opt index 4afe6345d7a..2ff6356a962 100644 --- a/gcc/config/vms/vms.opt +++ b/gcc/config/vms/vms.opt @@ -1,4 +1,4 @@ -; Copyright (C) 2009, 2011 Free Software Foundation, Inc. +; Copyright (C) 2009, 2011, 2012 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/vms/xm-vms.h b/gcc/config/vms/xm-vms.h index 631724e92ee..1b92737e4ec 100644 --- a/gcc/config/vms/xm-vms.h +++ b/gcc/config/vms/xm-vms.h @@ -1,6 +1,6 @@ /* Configuration for GCC for hosting on VMS using a Unix style C library. - Copyright (C) 1996, 1997, 2001, 2004, 2007, 2009, 2011 + Copyright (C) 1996, 1997, 2001, 2004, 2007, 2009, 2011, 2012 Free Software Foundation, Inc. This file is part of GCC. |