diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-14 18:20:58 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-14 18:20:58 +0000 |
commit | bb3e25e3627cb8df74dd37b8a5226910519b18fc (patch) | |
tree | 574b1cc61e1a9830671578e93edecc926c25ea29 /libgfortran/io | |
parent | cde7530c1424095eb249293c12d94a886e7f60f6 (diff) | |
download | gcc-bb3e25e3627cb8df74dd37b8a5226910519b18fc.tar.gz |
Update copyright years in libgfortran.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195167 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/io')
-rw-r--r-- | libgfortran/io/close.c | 2 | ||||
-rw-r--r-- | libgfortran/io/fbuf.c | 2 | ||||
-rw-r--r-- | libgfortran/io/fbuf.h | 3 | ||||
-rw-r--r-- | libgfortran/io/file_pos.c | 3 | ||||
-rw-r--r-- | libgfortran/io/format.c | 4 | ||||
-rw-r--r-- | libgfortran/io/format.h | 3 | ||||
-rw-r--r-- | libgfortran/io/inquire.c | 3 | ||||
-rw-r--r-- | libgfortran/io/intrinsics.c | 3 | ||||
-rw-r--r-- | libgfortran/io/io.h | 4 | ||||
-rw-r--r-- | libgfortran/io/list_read.c | 4 | ||||
-rw-r--r-- | libgfortran/io/lock.c | 3 | ||||
-rw-r--r-- | libgfortran/io/open.c | 3 | ||||
-rw-r--r-- | libgfortran/io/read.c | 3 | ||||
-rw-r--r-- | libgfortran/io/size_from_kind.c | 2 | ||||
-rw-r--r-- | libgfortran/io/transfer.c | 3 | ||||
-rw-r--r-- | libgfortran/io/transfer128.c | 3 | ||||
-rw-r--r-- | libgfortran/io/unit.c | 3 | ||||
-rw-r--r-- | libgfortran/io/unix.c | 4 | ||||
-rw-r--r-- | libgfortran/io/unix.h | 3 | ||||
-rw-r--r-- | libgfortran/io/write.c | 4 | ||||
-rw-r--r-- | libgfortran/io/write_float.def | 3 |
21 files changed, 21 insertions, 44 deletions
diff --git a/libgfortran/io/close.c b/libgfortran/io/close.c index 1a4d7d16eb6..fa9c1137f03 100644 --- a/libgfortran/io/close.c +++ b/libgfortran/io/close.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003, 2005, 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/io/fbuf.c b/libgfortran/io/fbuf.c index 6dacc5455ef..ace990db821 100644 --- a/libgfortran/io/fbuf.c +++ b/libgfortran/io/fbuf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008, 2009, 2010, 2012 Free Software Foundation, Inc. +/* Copyright (C) 2008-2013 Free Software Foundation, Inc. Contributed by Janne Blomqvist This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/fbuf.h b/libgfortran/io/fbuf.h index 3a2883bc59a..d125a2cf6e1 100644 --- a/libgfortran/io/fbuf.h +++ b/libgfortran/io/fbuf.h @@ -1,5 +1,4 @@ -/* Copyright (C) 2009 - Free Software Foundation, Inc. +/* Copyright (C) 2009-2013 Free Software Foundation, Inc. Contributed by Janne Blomqvist This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/file_pos.c b/libgfortran/io/file_pos.c index c8ecc3ad66e..cf68c9e2f36 100644 --- a/libgfortran/io/file_pos.c +++ b/libgfortran/io/file_pos.c @@ -1,5 +1,4 @@ -/* Copyright (C) 2002-2003, 2005, 2006, 2007, 2009, 2010 - Free Software Foundation, Inc. +/* Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Andy Vaught and Janne Blomqvist This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/format.c b/libgfortran/io/format.c index afa5f34b937..ff3c6804699 100644 --- a/libgfortran/io/format.c +++ b/libgfortran/io/format.c @@ -1,6 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, - 2012 - Free Software Foundation, Inc. +/* Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/format.h b/libgfortran/io/format.h index 87d86419bb7..529b93e9804 100644 --- a/libgfortran/io/format.h +++ b/libgfortran/io/format.h @@ -1,5 +1,4 @@ -/* Copyright (C) 2009, 2010 - Free Software Foundation, Inc. +/* Copyright (C) 2009-2013 Free Software Foundation, Inc. Contributed by Janne Blomqvist This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/inquire.c b/libgfortran/io/inquire.c index 6dd003c01aa..d91982a65b7 100644 --- a/libgfortran/io/inquire.c +++ b/libgfortran/io/inquire.c @@ -1,5 +1,4 @@ -/* Copyright (C) 2002, 2003, 2005, 2007, 2009, 2010, 2011 - Free Software Foundation, Inc. +/* Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/intrinsics.c b/libgfortran/io/intrinsics.c index 9abadae4373..1573434d6db 100644 --- a/libgfortran/io/intrinsics.c +++ b/libgfortran/io/intrinsics.c @@ -1,7 +1,6 @@ /* Implementation of the FGET, FGETC, FPUT, FPUTC, FLUSH FTELL, TTYNAM and ISATTY intrinsics. - Copyright (C) 2005, 2007, 2009, 2010, 2011, 2012 Free Software - Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h index 43aeafd2e63..6d9baac9c0c 100644 --- a/libgfortran/io/io.h +++ b/libgfortran/io/io.h @@ -1,6 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, - 2011, 2012 - Free Software Foundation, Inc. +/* Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/list_read.c b/libgfortran/io/list_read.c index acc27e449b1..fb8a841b229 100644 --- a/libgfortran/io/list_read.c +++ b/libgfortran/io/list_read.c @@ -1,6 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012 - 2013 - Free Software Foundation, Inc. +/* Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Andy Vaught Namelist input contributed by Paul Thomas F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/lock.c b/libgfortran/io/lock.c index 9e7e9513e07..dbb61a7dccb 100644 --- a/libgfortran/io/lock.c +++ b/libgfortran/io/lock.c @@ -1,6 +1,5 @@ /* Thread/recursion locking - Copyright 2002, 2003, 2004, 2005, 2007, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Paul Brook <paul@nowt.org> and Andy Vaught This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/open.c b/libgfortran/io/open.c index c6b73033e86..28957673eff 100644 --- a/libgfortran/io/open.c +++ b/libgfortran/io/open.c @@ -1,5 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. +/* Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/read.c b/libgfortran/io/read.c index c493d5a5f43..2da1048f8ae 100644 --- a/libgfortran/io/read.c +++ b/libgfortran/io/read.c @@ -1,5 +1,4 @@ -/* Copyright (C) 2002, 2003, 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. +/* Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/size_from_kind.c b/libgfortran/io/size_from_kind.c index d467df015ab..8bf992eb3f0 100644 --- a/libgfortran/io/size_from_kind.c +++ b/libgfortran/io/size_from_kind.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Janne Blomqvist This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c index 6dda1df8a13..9d2956dc9a3 100644 --- a/libgfortran/io/transfer.c +++ b/libgfortran/io/transfer.c @@ -1,5 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. +/* Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Andy Vaught Namelist transfer functions contributed by Paul Thomas F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/transfer128.c b/libgfortran/io/transfer128.c index d94ccacc0bb..962a700b4f7 100644 --- a/libgfortran/io/transfer128.c +++ b/libgfortran/io/transfer128.c @@ -1,5 +1,4 @@ -/* Copyright (C) 2010, 2011 - Free Software Foundation, Inc. +/* Copyright (C) 2010-2013 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/unit.c b/libgfortran/io/unit.c index 8b0926d63d3..f8c1516e0c7 100644 --- a/libgfortran/io/unit.c +++ b/libgfortran/io/unit.c @@ -1,5 +1,4 @@ -/* Copyright (C) 2002, 2003, 2005, 2007, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. +/* Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/unix.c b/libgfortran/io/unix.c index e690aec77a5..ba8392d21a1 100644 --- a/libgfortran/io/unix.c +++ b/libgfortran/io/unix.c @@ -1,6 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, - 2011, 2012 - Free Software Foundation, Inc. +/* Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/unix.h b/libgfortran/io/unix.h index f4f3ab687e2..bf59a8ee1fc 100644 --- a/libgfortran/io/unix.h +++ b/libgfortran/io/unix.h @@ -1,5 +1,4 @@ -/* Copyright (C) 2009, 2010 - Free Software Foundation, Inc. +/* Copyright (C) 2009-2013 Free Software Foundation, Inc. Contributed by Janne Blomqvist This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/write.c b/libgfortran/io/write.c index 838bc0d6688..f17528edc56 100644 --- a/libgfortran/io/write.c +++ b/libgfortran/io/write.c @@ -1,6 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, - 2012 - Free Software Foundation, Inc. +/* Copyright (C) 2002-2013 Free Software Foundation, Inc. Contributed by Andy Vaught Namelist output contributed by Paul Thomas F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/write_float.def b/libgfortran/io/write_float.def index 1e30dde29ce..5b76fd59650 100644 --- a/libgfortran/io/write_float.def +++ b/libgfortran/io/write_float.def @@ -1,5 +1,4 @@ -/* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. +/* Copyright (C) 2007-2013 Free Software Foundation, Inc. Contributed by Andy Vaught Write float code factoring to this file by Jerry DeLisle F2003 I/O support contributed by Jerry DeLisle |