]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
transfer.c: Update copyright.
authorPaul Thomas <pault@gcc.gnu.org>
Thu, 1 Apr 2010 18:22:00 +0000 (18:22 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Thu, 1 Apr 2010 18:22:00 +0000 (18:22 +0000)
2010-04-01  Paul Thomas  <pault@gcc.gnu.org>

* 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

13 files changed:
libgfortran/ChangeLog
libgfortran/intrinsics/args.c
libgfortran/intrinsics/date_and_time.c
libgfortran/io/format.c
libgfortran/io/inquire.c
libgfortran/io/io.h
libgfortran/io/list_read.c
libgfortran/io/read.c
libgfortran/io/transfer.c
libgfortran/io/unix.c
libgfortran/io/unix.h
libgfortran/libgfortran.h
libgfortran/runtime/error.c

index 495683c5b22820d40c4c28554b59eed7f8687e0d..a57e53aabf299596a3e3d19ed2746409d0e76fad 100644 (file)
@@ -1,3 +1,18 @@
+2010-04-01  Paul Thomas  <pault@gcc.gnu.org>
+
+       * 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  <jb@gcc.gnu.org>
 
        PR libfortran/43605
index 83a0502fe15fc8413bdee7996e27911b055ffeb1..545cfe506b39afcc04918f664ab3d3317003446c 100644 (file)
@@ -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).
index a3f39a76d5b2682bbd43de2d21ba2240d8a92546..d2ed3737ba1612f141389a4d1bececad4e0e78d2 100644 (file)
@@ -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).
index 461b179e53a896ec06c191a20d74765f314ea5eb..c7188a8a0d6d72bc26e6a7e242e284d96c8a6166 100644 (file)
@@ -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
index cd44c04251e4d99aa433bb7649d930f052868291..f908cde0ccf692d68c9db8a6d97a09053a19ec28 100644 (file)
@@ -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).
index a73d5d1288237a780729c72525d9a65a2b701442..acbec77e62a6c43c464d9ba647121dedae7b9915 100644 (file)
@@ -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
index 830cde24d698d68fd815a161dcea72b948657ae7..b645d57a71fa34b2080ddc5d065206b3af9aa59e 100644 (file)
@@ -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
index cc906b976931d7af15e31f919e700e5018d84003..6aaa506d3f70e76598775afeb26a14e090d3951b 100644 (file)
@@ -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
 
index 93c0e03c25d5f6489be909263fcc50d4f1102c99..982d7d0b433bbe2e48b6aadce480fa55b6b94870 100644 (file)
@@ -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
index ea3b8bc4b400c9d836217f015c49768fb91c19d2..32f38904f341bd6dc8887e8212f1749abf8a7285 100644 (file)
@@ -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
index e567fdfe205241d7c33695293585bf6ba9711ea1..7ea90fdbee911a5993c89a1e7d8729c539a70c6e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009
+/* Copyright (C) 2009, 2010
    Free Software Foundation, Inc.
    Contributed by Janne Blomqvist
 
index 6e47a25b22c9e762c7aa483c7486c7cd55726069..7080b1d81f96fe05fc14574119f89be026fdf4cf 100644 (file)
@@ -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 <paul@nowt.org>, and
    Andy Vaught <andy@xena.eas.asu.edu>
index c3601687c56e7de0f599c8866e693c2767ee8695..2c4b6a6b11dea5b31cb978d302c4e7da03b06260 100644 (file)
@@ -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