diff options
author | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-01-10 20:38:27 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-01-10 20:38:27 +0000 |
commit | d1e082c2c2c7382be0107f7d0b5003f544572865 (patch) | |
tree | 85cadfbc188c702c26e8e554c88e9abc92e4a294 /gcc/config/vms | |
parent | 9dce3dcf36990be51310eb172e2d8a8e636fd80c (diff) | |
download | gcc-d1e082c2c2c7382be0107f7d0b5003f544572865.zip gcc-d1e082c2c2c7382be0107f7d0b5003f544572865.tar.gz gcc-d1e082c2c2c7382be0107f7d0b5003f544572865.tar.bz2 |
Update copyright years in gcc/
From-SVN: r195098
Diffstat (limited to 'gcc/config/vms')
-rw-r--r-- | gcc/config/vms/make-crtlmap.awk | 2 | ||||
-rw-r--r-- | gcc/config/vms/t-vms | 3 | ||||
-rw-r--r-- | gcc/config/vms/t-vmsnative | 3 | ||||
-rw-r--r-- | gcc/config/vms/vms-ar.c | 2 | ||||
-rw-r--r-- | gcc/config/vms/vms-c.c | 3 | ||||
-rw-r--r-- | gcc/config/vms/vms-f.c | 2 | ||||
-rw-r--r-- | gcc/config/vms/vms-ld.c | 2 | ||||
-rw-r--r-- | gcc/config/vms/vms-opts.h | 3 | ||||
-rw-r--r-- | gcc/config/vms/vms-protos.h | 2 | ||||
-rw-r--r-- | gcc/config/vms/vms-stdint.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/x-vms | 3 | ||||
-rw-r--r-- | gcc/config/vms/xm-vms.h | 3 |
15 files changed, 15 insertions, 21 deletions
diff --git a/gcc/config/vms/make-crtlmap.awk b/gcc/config/vms/make-crtlmap.awk index 1fb6dda..fdecaa6 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, 2012 Free Software Foundation, Inc. +# Copyright (C) 2011-2013 Free Software Foundation, Inc. BEGIN { is_first = 1; diff --git a/gcc/config/vms/t-vms b/gcc/config/vms/t-vms index f298333..0161935 100644 --- a/gcc/config/vms/t-vms +++ b/gcc/config/vms/t-vms @@ -1,5 +1,4 @@ -# Copyright (C) 2009, 2010, 2011, 2012 -# Free Software Foundation, Inc. +# Copyright (C) 2009-2013 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 c5ad9af..de3dc14 100644 --- a/gcc/config/vms/t-vmsnative +++ b/gcc/config/vms/t-vmsnative @@ -1,5 +1,4 @@ -# Copyright (C) 2010, 2011, 2012 -# Free Software Foundation, Inc. +# Copyright (C) 2010-2013 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/vms/vms-ar.c b/gcc/config/vms/vms-ar.c index 9f674f0..f931ab75 100644 --- a/gcc/config/vms/vms-ar.c +++ b/gcc/config/vms/vms-ar.c @@ -1,5 +1,5 @@ /* VMS archive wrapper. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2013 Free Software Foundation, Inc. Contributed by AdaCore. This file is part of GCC. diff --git a/gcc/config/vms/vms-c.c b/gcc/config/vms/vms-c.c index 1768c1e..d56ac1b 100644 --- a/gcc/config/vms/vms-c.c +++ b/gcc/config/vms/vms-c.c @@ -1,6 +1,5 @@ /* VMS specific, C compiler specific functions. - Copyright (C) 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 2011-2013 Free Software Foundation, Inc. Contributed by Tristan Gingold (gingold@adacore.com). This file is part of GCC. diff --git a/gcc/config/vms/vms-f.c b/gcc/config/vms/vms-f.c index 3c3ba41..b4a20ef 100644 --- a/gcc/config/vms/vms-f.c +++ b/gcc/config/vms/vms-f.c @@ -1,5 +1,5 @@ /* VMS support needed only by Fortran frontends. - Copyright (C) 2012 Free Software Foundation, Inc. + Copyright (C) 2012-2013 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vms/vms-ld.c b/gcc/config/vms/vms-ld.c index d46bfbc..c03f8a7 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, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2013 Free Software Foundation, Inc. Contributed by AdaCore This file is part of GCC. diff --git a/gcc/config/vms/vms-opts.h b/gcc/config/vms/vms-opts.h index 979ff75..9ad8919 100644 --- a/gcc/config/vms/vms-opts.h +++ b/gcc/config/vms/vms-opts.h @@ -1,6 +1,5 @@ /* Definitions for option handling for OpenVMS. - Copyright (C) 2012 - Free Software Foundation, Inc. + Copyright (C) 2012-2013 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vms/vms-protos.h b/gcc/config/vms/vms-protos.h index 338ac9d..565096d 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, 2012 Free Software Foundation, Inc. + Copyright (C) 2011-2013 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vms/vms-stdint.h b/gcc/config/vms/vms-stdint.h index 8979f20..091e7b5 100644 --- a/gcc/config/vms/vms-stdint.h +++ b/gcc/config/vms/vms-stdint.h @@ -1,5 +1,5 @@ /* Definitions for <stdint.h> types on VMS systems. - Copyright (C) 2012 Free Software Foundation, Inc. + Copyright (C) 2012-2013 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 0dd39a5..ba1e2a6 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, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2009-2013 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 e9eea2c..b7689bf 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-2012 Free Software Foundation, Inc. + Copyright (C) 2003-2013 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 2ff6356..78ab982 100644 --- a/gcc/config/vms/vms.opt +++ b/gcc/config/vms/vms.opt @@ -1,4 +1,4 @@ -; Copyright (C) 2009, 2011, 2012 Free Software Foundation, Inc. +; Copyright (C) 2009-2013 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/vms/x-vms b/gcc/config/vms/x-vms index b232c8e..996908a 100644 --- a/gcc/config/vms/x-vms +++ b/gcc/config/vms/x-vms @@ -1,5 +1,4 @@ -# Copyright (C) 2001, 2002, 2004, 2005, 2008, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 2001-2013 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 1b92737..19bc023 100644 --- a/gcc/config/vms/xm-vms.h +++ b/gcc/config/vms/xm-vms.h @@ -1,7 +1,6 @@ /* Configuration for GCC for hosting on VMS using a Unix style C library. - Copyright (C) 1996, 1997, 2001, 2004, 2007, 2009, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1996-2013 Free Software Foundation, Inc. This file is part of GCC. |