summaryrefslogtreecommitdiff
path: root/libgfortran/ieee
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-05 12:33:28 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-05 12:33:28 +0000
commitd353bf189d2bbaf4059f402ee4d2a5ea074c349f (patch)
tree37f6e236ab656361ec7d71580442211df53daa44 /libgfortran/ieee
parente3afb61d668b6ae0e3ded679dbf3d9532347b406 (diff)
downloadgcc-d353bf189d2bbaf4059f402ee4d2a5ea074c349f.tar.gz
Update copyright years.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219188 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ieee')
-rw-r--r--libgfortran/ieee/ieee_arithmetic.F902
-rw-r--r--libgfortran/ieee/ieee_exceptions.F902
-rw-r--r--libgfortran/ieee/ieee_features.F902
-rw-r--r--libgfortran/ieee/ieee_helper.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/libgfortran/ieee/ieee_arithmetic.F90 b/libgfortran/ieee/ieee_arithmetic.F90
index 22ff55b9a80..f81a4f89e13 100644
--- a/libgfortran/ieee/ieee_arithmetic.F90
+++ b/libgfortran/ieee/ieee_arithmetic.F90
@@ -1,5 +1,5 @@
! Implementation of the IEEE_ARITHMETIC standard intrinsic module
-! Copyright (C) 2013 Free Software Foundation, Inc.
+! Copyright (C) 2013-2015 Free Software Foundation, Inc.
! Contributed by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
!
! This file is part of the GNU Fortran runtime library (libgfortran).
diff --git a/libgfortran/ieee/ieee_exceptions.F90 b/libgfortran/ieee/ieee_exceptions.F90
index e77bcf0f8dd..4283906eb26 100644
--- a/libgfortran/ieee/ieee_exceptions.F90
+++ b/libgfortran/ieee/ieee_exceptions.F90
@@ -1,5 +1,5 @@
! Implementation of the IEEE_EXCEPTIONS standard intrinsic module
-! Copyright (C) 2013 Free Software Foundation, Inc.
+! Copyright (C) 2013-2015 Free Software Foundation, Inc.
! Contributed by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
!
! This file is part of the GNU Fortran runtime library (libgfortran).
diff --git a/libgfortran/ieee/ieee_features.F90 b/libgfortran/ieee/ieee_features.F90
index b3a5c5404f6..2697fde356a 100644
--- a/libgfortran/ieee/ieee_features.F90
+++ b/libgfortran/ieee/ieee_features.F90
@@ -1,5 +1,5 @@
! Implementation of the IEEE_FEATURES standard intrinsic module
-! Copyright (C) 2013 Free Software Foundation, Inc.
+! Copyright (C) 2013-2015 Free Software Foundation, Inc.
! Contributed by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
!
! This file is part of the GNU Fortran runtime library (libgfortran).
diff --git a/libgfortran/ieee/ieee_helper.c b/libgfortran/ieee/ieee_helper.c
index 023fbc38499..c8ed77b15f3 100644
--- a/libgfortran/ieee/ieee_helper.c
+++ b/libgfortran/ieee/ieee_helper.c
@@ -1,5 +1,5 @@
/* Helper functions in C for IEEE modules
- Copyright (C) 2013 Free Software Foundation, Inc.
+ Copyright (C) 2013-2015 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
This file is part of the GNU Fortran runtime library (libgfortran).