From c11f16f9c01cc7bf6d0a1dc97b108f3787fd5a5b Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Mon, 10 Jun 2002 13:53:03 -0500 Subject: [svn-r5577] Purpose: Maintenance Description: Added a copyright statement to the source files. Platforms tested: Will test in few minutes on modi4 --- fortran/testpar/Makefile.in | 19 +++++++++++++++---- fortran/testpar/ptesthdf5_fortran.f90 | 15 +++++++++++++++ fortran/testpar/tcheck.f90 | 14 ++++++++++++++ fortran/testpar/thdf5.f90 | 14 ++++++++++++++ fortran/testpar/thyperslab_wr.f90 | 14 ++++++++++++++ 5 files changed, 72 insertions(+), 4 deletions(-) diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in index 4f5de0e..a131521 100644 --- a/fortran/testpar/Makefile.in +++ b/fortran/testpar/Makefile.in @@ -1,8 +1,19 @@ -## HDF5 Fortran Parallel Library Test Makefile(.in) -## -## Copyright (C) 2000 National Center for Supercomputing Applications -## All rights reserved + +## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +## * Copyright by the Board of Trustees of the University of Illinois. * +## * All rights reserved. * +## * * +## * This file is part of HDF5. The full HDF5 copyright notice, including * +## * terms governing use, modification, and redistribution, is contained in * +## * the files COPYING and Copyright.html. COPYING can be found at the root * +## * of the source code distribution tree; Copyright.html can be found at the * +## * root level of an installed copy of the electronic HDF5 document set and * +## * is linked from the top-level documents page. It can also be found at * +## * http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have * +## * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * +## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ## +## HDF5 Fortran Parallel Library Test Makefile(.in) ## top_srcdir=@top_srcdir@/.. top_builddir=../.. diff --git a/fortran/testpar/ptesthdf5_fortran.f90 b/fortran/testpar/ptesthdf5_fortran.f90 index c44008d..bcee13b 100644 --- a/fortran/testpar/ptesthdf5_fortran.f90 +++ b/fortran/testpar/ptesthdf5_fortran.f90 @@ -1,3 +1,18 @@ + +! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +! Copyright by the Board of Trustees of the University of Illinois. * +! All rights reserved. * +! * +! This file is part of HDF5. The full HDF5 copyright notice, including * +! terms governing use, modification, and redistribution, is contained in * +! the files COPYING and Copyright.html. COPYING can be found at the root * +! of the source code distribution tree; Copyright.html can be found at the * +! root level of an installed copy of the electronic HDF5 document set and * +! is linked from the top-level documents page. It can also be found at * +! http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have * +! access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * +! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + ! ! Main program for parallel HDF5 Fortran tests. diff --git a/fortran/testpar/tcheck.f90 b/fortran/testpar/tcheck.f90 index 978c832..6d2341a 100644 --- a/fortran/testpar/tcheck.f90 +++ b/fortran/testpar/tcheck.f90 @@ -1,3 +1,17 @@ + +! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +! Copyright by the Board of Trustees of the University of Illinois. * +! All rights reserved. * +! * +! This file is part of HDF5. The full HDF5 copyright notice, including * +! terms governing use, modification, and redistribution, is contained in * +! the files COPYING and Copyright.html. COPYING can be found at the root * +! of the source code distribution tree; Copyright.html can be found at the * +! root level of an installed copy of the electronic HDF5 document set and * +! is linked from the top-level documents page. It can also be found at * +! http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have * +! access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * +! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! ! ! This module contains check subroutine which is used in diff --git a/fortran/testpar/thdf5.f90 b/fortran/testpar/thdf5.f90 index 0d38f88..2aece91 100644 --- a/fortran/testpar/thdf5.f90 +++ b/fortran/testpar/thdf5.f90 @@ -1,3 +1,17 @@ + +! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +! Copyright by the Board of Trustees of the University of Illinois. * +! All rights reserved. * +! * +! This file is part of HDF5. The full HDF5 copyright notice, including * +! terms governing use, modification, and redistribution, is contained in * +! the files COPYING and Copyright.html. COPYING can be found at the root * +! of the source code distribution tree; Copyright.html can be found at the * +! root level of an installed copy of the electronic HDF5 document set and * +! is linked from the top-level documents page. It can also be found at * +! http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have * +! access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * +! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * MODULE THDF5 USE HDF5 include 'mpif.h' diff --git a/fortran/testpar/thyperslab_wr.f90 b/fortran/testpar/thyperslab_wr.f90 index b6da747..4e8c92e 100644 --- a/fortran/testpar/thyperslab_wr.f90 +++ b/fortran/testpar/thyperslab_wr.f90 @@ -1,3 +1,17 @@ + +! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +! Copyright by the Board of Trustees of the University of Illinois. * +! All rights reserved. * +! * +! This file is part of HDF5. The full HDF5 copyright notice, including * +! terms governing use, modification, and redistribution, is contained in * +! the files COPYING and Copyright.html. COPYING can be found at the root * +! of the source code distribution tree; Copyright.html can be found at the * +! root level of an installed copy of the electronic HDF5 document set and * +! is linked from the top-level documents page. It can also be found at * +! http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have * +! access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * +! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! ! This test writes/reads dataset by hyperslabs collectively. -- cgit v0.12