From a1ff2ab8e4c788f39bad61a2e2e8e8bb7248d661 Mon Sep 17 00:00:00 2001 From: Paul Thomas Date: Thu, 1 Apr 2010 18:22:00 +0000 Subject: [PATCH] transfer.c: Update copyright. 2010-04-01 Paul Thomas * io/transfer.c : Update copyright. * io/unix.c : ditto * io/read.c : ditto * io/io.h : ditto * io/unix.h : ditto * io/inquire.c : ditto * io/format.c : ditto * io/list_read.c : ditto * runtime/error.c : ditto * libgfortran.h : ditto * intrinsics/date_and_time.c: ditto * intrinsics/args.c : ditto From-SVN: r157924 --- libgfortran/ChangeLog | 15 +++++++++++++++ libgfortran/intrinsics/args.c | 3 ++- libgfortran/intrinsics/date_and_time.c | 3 ++- libgfortran/io/format.c | 2 +- libgfortran/io/inquire.c | 3 ++- libgfortran/io/io.h | 2 +- libgfortran/io/list_read.c | 2 +- libgfortran/io/read.c | 3 ++- libgfortran/io/transfer.c | 2 +- libgfortran/io/unix.c | 2 +- libgfortran/io/unix.h | 2 +- libgfortran/libgfortran.h | 2 +- libgfortran/runtime/error.c | 2 +- 13 files changed, 31 insertions(+), 12 deletions(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 495683c5b228..a57e53aabf29 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,18 @@ +2010-04-01 Paul Thomas + + * io/transfer.c : Update copyright. + * io/unix.c : ditto + * io/read.c : ditto + * io/io.h : ditto + * io/unix.h : ditto + * io/inquire.c : ditto + * io/format.c : ditto + * io/list_read.c : ditto + * runtime/error.c : ditto + * libgfortran.h : ditto + * intrinsics/date_and_time.c: ditto + * intrinsics/args.c : ditto + 2010-04-01 Janne Blomqvist PR libfortran/43605 diff --git a/libgfortran/intrinsics/args.c b/libgfortran/intrinsics/args.c index 83a0502fe15f..545cfe506b39 100644 --- a/libgfortran/intrinsics/args.c +++ b/libgfortran/intrinsics/args.c @@ -1,6 +1,7 @@ /* Implementation of the GETARG and IARGC g77, and corresponding F2003, intrinsics. - Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007, 2009, 2010 + Free Software Foundation, Inc. Contributed by Bud Davis and Janne Blomqvist. This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/date_and_time.c b/libgfortran/intrinsics/date_and_time.c index a3f39a76d5b2..d2ed3737ba16 100644 --- a/libgfortran/intrinsics/date_and_time.c +++ b/libgfortran/intrinsics/date_and_time.c @@ -1,5 +1,6 @@ /* Implementation of the DATE_AND_TIME intrinsic. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010 + Free Software Foundation, Inc. Contributed by Steven Bosscher. This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/io/format.c b/libgfortran/io/format.c index 461b179e53a8..c7188a8a0d6d 100644 --- a/libgfortran/io/format.c +++ b/libgfortran/io/format.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/inquire.c b/libgfortran/io/inquire.c index cd44c04251e4..f908cde0ccf6 100644 --- a/libgfortran/io/inquire.c +++ b/libgfortran/io/inquire.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002, 2003, 2005, 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2002, 2003, 2005, 2007, 2009, 2010 + 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/io.h b/libgfortran/io/io.h index a73d5d128823..acbec77e62a6 100644 --- a/libgfortran/io/io.h +++ b/libgfortran/io/io.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 830cde24d698..b645d57a71fa 100644 --- a/libgfortran/io/list_read.c +++ b/libgfortran/io/list_read.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009 +/* Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andy Vaught Namelist input contributed by Paul Thomas diff --git a/libgfortran/io/read.c b/libgfortran/io/read.c index cc906b976931..6aaa506d3f70 100644 --- a/libgfortran/io/read.c +++ b/libgfortran/io/read.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002, 2003, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2002, 2003, 2005, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c index 93c0e03c25d5..982d7d0b433b 100644 --- a/libgfortran/io/transfer.c +++ b/libgfortran/io/transfer.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andy Vaught Namelist transfer functions contributed by Paul Thomas diff --git a/libgfortran/io/unix.c b/libgfortran/io/unix.c index ea3b8bc4b400..32f38904f341 100644 --- a/libgfortran/io/unix.c +++ b/libgfortran/io/unix.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 e567fdfe2052..7ea90fdbee91 100644 --- a/libgfortran/io/unix.h +++ b/libgfortran/io/unix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 +/* Copyright (C) 2009, 2010 Free Software Foundation, Inc. Contributed by Janne Blomqvist diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index 6e47a25b22c9..7080b1d81f96 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -1,5 +1,5 @@ /* Common declarations for all of libgfortran. - Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Paul Brook , and Andy Vaught diff --git a/libgfortran/runtime/error.c b/libgfortran/runtime/error.c index c3601687c56e..2c4b6a6b11de 100644 --- a/libgfortran/runtime/error.c +++ b/libgfortran/runtime/error.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003, 2005, 2006, 2007, 2009 +/* Copyright (C) 2002, 2003, 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. Contributed by Andy Vaught -- 2.47.2