diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2011-01-03 21:52:22 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2011-01-03 21:52:22 +0100 |
commit | d652f226fca1e942b7851d1205f8a6a472d9e0a0 (patch) | |
tree | 3c1893018c4982715ae7a36867682b0529e61ec6 /libgfortran/m4 | |
parent | 4c81ff2682282ce3f33fa918b7f01608f9937553 (diff) | |
download | gcc-d652f226fca1e942b7851d1205f8a6a472d9e0a0.zip gcc-d652f226fca1e942b7851d1205f8a6a472d9e0a0.tar.gz gcc-d652f226fca1e942b7851d1205f8a6a472d9e0a0.tar.bz2 |
Update Copyright years for files modified in 2010.
From-SVN: r168438
Diffstat (limited to 'libgfortran/m4')
-rw-r--r-- | libgfortran/m4/exponent.m4 | 2 | ||||
-rw-r--r-- | libgfortran/m4/fraction.m4 | 2 | ||||
-rw-r--r-- | libgfortran/m4/nearest.m4 | 2 | ||||
-rw-r--r-- | libgfortran/m4/rrspacing.m4 | 2 | ||||
-rw-r--r-- | libgfortran/m4/set_exponent.m4 | 2 | ||||
-rw-r--r-- | libgfortran/m4/shape.m4 | 2 | ||||
-rw-r--r-- | libgfortran/m4/spacing.m4 | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/libgfortran/m4/exponent.m4 b/libgfortran/m4/exponent.m4 index 7302eb8..043f150 100644 --- a/libgfortran/m4/exponent.m4 +++ b/libgfortran/m4/exponent.m4 @@ -1,5 +1,5 @@ `/* Implementation of the EXPONENT intrinsic - Copyright 2003, 2007, 2009 Free Software Foundation, Inc. + Copyright 2003, 2007, 2009, 2010 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/fraction.m4 b/libgfortran/m4/fraction.m4 index 419e801..cca2db9 100644 --- a/libgfortran/m4/fraction.m4 +++ b/libgfortran/m4/fraction.m4 @@ -1,5 +1,5 @@ `/* Implementation of the FRACTION intrinsic - Copyright 2003, 2007, 2009 Free Software Foundation, Inc. + Copyright 2003, 2007, 2009, 2010 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/nearest.m4 b/libgfortran/m4/nearest.m4 index 8fbe500..6434430 100644 --- a/libgfortran/m4/nearest.m4 +++ b/libgfortran/m4/nearest.m4 @@ -1,5 +1,5 @@ `/* Implementation of the NEAREST intrinsic - Copyright 2003, 2007, 2009 Free Software Foundation, Inc. + Copyright 2003, 2007, 2009, 2010 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/rrspacing.m4 b/libgfortran/m4/rrspacing.m4 index 3d75c66..5f11d5b 100644 --- a/libgfortran/m4/rrspacing.m4 +++ b/libgfortran/m4/rrspacing.m4 @@ -1,5 +1,5 @@ `/* Implementation of the RRSPACING intrinsic - Copyright 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright 2006, 2007, 2009, 2010 Free Software Foundation, Inc. Contributed by Steven G. Kargl <kargl@gcc.gnu.org> This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/set_exponent.m4 b/libgfortran/m4/set_exponent.m4 index 0d35d11c..5f31ab6 100644 --- a/libgfortran/m4/set_exponent.m4 +++ b/libgfortran/m4/set_exponent.m4 @@ -1,5 +1,5 @@ `/* Implementation of the SET_EXPONENT intrinsic - Copyright 2003, 2007, 2009 Free Software Foundation, Inc. + Copyright 2003, 2007, 2009, 2010 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/shape.m4 b/libgfortran/m4/shape.m4 index a289b0a..c079cca 100644 --- a/libgfortran/m4/shape.m4 +++ b/libgfortran/m4/shape.m4 @@ -1,5 +1,5 @@ `/* Implementation of the SHAPE intrinsic - Copyright 2002, 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright 2002, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. Contributed by Paul Brook <paul@nowt.org> This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/spacing.m4 b/libgfortran/m4/spacing.m4 index 9b43b74..faae6d1 100644 --- a/libgfortran/m4/spacing.m4 +++ b/libgfortran/m4/spacing.m4 @@ -1,5 +1,5 @@ `/* Implementation of the SPACING intrinsic - Copyright 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright 2006, 2007, 2009, 2010 Free Software Foundation, Inc. Contributed by Steven G. Kargl <kargl@gcc.gnu.org> This file is part of the GNU Fortran 95 runtime library (libgfortran). |