aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/config
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@gcc.gnu.org>2014-01-02 22:25:45 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2014-01-02 22:25:45 +0000
commitf0bcf62899a9efcb23a52910d25c5886bef3affe (patch)
tree80a8e4e47288499cdc055df2e3f1fbfa5aca3ae5 /libgfortran/config
parentac1dca3cab27fbaff7c811fbe0a4424f1a18f09f (diff)
downloadgcc-f0bcf62899a9efcb23a52910d25c5886bef3affe.zip
gcc-f0bcf62899a9efcb23a52910d25c5886bef3affe.tar.gz
gcc-f0bcf62899a9efcb23a52910d25c5886bef3affe.tar.bz2
Update copyright years in libgfortran/
From-SVN: r206296
Diffstat (limited to 'libgfortran/config')
-rw-r--r--libgfortran/config/fpu-387.h2
-rw-r--r--libgfortran/config/fpu-aix.h2
-rw-r--r--libgfortran/config/fpu-generic.h2
-rw-r--r--libgfortran/config/fpu-glibc.h2
-rw-r--r--libgfortran/config/fpu-sysv.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/libgfortran/config/fpu-387.h b/libgfortran/config/fpu-387.h
index 0317ef1..8ba3f4a 100644
--- a/libgfortran/config/fpu-387.h
+++ b/libgfortran/config/fpu-387.h
@@ -1,5 +1,5 @@
/* FPU-related code for x86 and x86_64 processors.
- Copyright (C) 2005-2013 Free Software Foundation, Inc.
+ Copyright (C) 2005-2014 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
This file is part of the GNU Fortran 95 runtime library (libgfortran).
diff --git a/libgfortran/config/fpu-aix.h b/libgfortran/config/fpu-aix.h
index a30d7d0..a05fab8 100644
--- a/libgfortran/config/fpu-aix.h
+++ b/libgfortran/config/fpu-aix.h
@@ -1,5 +1,5 @@
/* AIX FPU-related code.
- Copyright (C) 2005-2013 Free Software Foundation, Inc.
+ Copyright (C) 2005-2014 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
This file is part of the GNU Fortran runtime library (libgfortran).
diff --git a/libgfortran/config/fpu-generic.h b/libgfortran/config/fpu-generic.h
index 3ad0e83..d9be4d9 100644
--- a/libgfortran/config/fpu-generic.h
+++ b/libgfortran/config/fpu-generic.h
@@ -1,5 +1,5 @@
/* Fallback FPU-related code (for systems not otherwise supported).
- Copyright (C) 2005-2013 Free Software Foundation, Inc.
+ Copyright (C) 2005-2014 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
This file is part of the GNU Fortran runtime library (libgfortran).
diff --git a/libgfortran/config/fpu-glibc.h b/libgfortran/config/fpu-glibc.h
index 66919b8..cf21684 100644
--- a/libgfortran/config/fpu-glibc.h
+++ b/libgfortran/config/fpu-glibc.h
@@ -1,5 +1,5 @@
/* FPU-related code for systems with GNU libc.
- Copyright (C) 2005-2013 Free Software Foundation, Inc.
+ Copyright (C) 2005-2014 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
This file is part of the GNU Fortran runtime library (libgfortran).
diff --git a/libgfortran/config/fpu-sysv.h b/libgfortran/config/fpu-sysv.h
index d771256..e7ba88f 100644
--- a/libgfortran/config/fpu-sysv.h
+++ b/libgfortran/config/fpu-sysv.h
@@ -1,5 +1,5 @@
/* SysV FPU-related code (for systems not otherwise supported).
- Copyright (C) 2005-2013 Free Software Foundation, Inc.
+ Copyright (C) 2005-2014 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
This file is part of the GNU Fortran runtime library (libgfortran).