diff options
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/fflush1.f90 | 1 | ||||
-rw-r--r-- | fortran/test/fflush2.f90 | 1 | ||||
-rw-r--r-- | fortran/test/fortranlib_test.f90 | 1 | ||||
-rw-r--r-- | fortran/test/t.c | 25 | ||||
-rw-r--r-- | fortran/test/t.h | 25 | ||||
-rw-r--r-- | fortran/test/tH5A.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tH5D.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tH5E.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tH5F.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tH5G.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tH5I.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tH5P.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tH5R.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tH5S.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tH5Sselect.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tH5T.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tH5VL.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tH5Z.f90 | 1 | ||||
-rw-r--r-- | fortran/test/tf.f90 | 3 |
19 files changed, 25 insertions, 44 deletions
diff --git a/fortran/test/fflush1.f90 b/fortran/test/fflush1.f90 index 998ee5a..c318bb9 100644 --- a/fortran/test/fflush1.f90 +++ b/fortran/test/fflush1.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/fflush2.f90 b/fortran/test/fflush2.f90 index bda9d07..b839153 100644 --- a/fortran/test/fflush2.f90 +++ b/fortran/test/fflush2.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/fortranlib_test.f90 b/fortran/test/fortranlib_test.f90 index 430ffcb..f32924e 100644 --- a/fortran/test/fortranlib_test.f90 +++ b/fortran/test/fortranlib_test.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/t.c b/fortran/test/t.c index dfda554..4f19ea4 100644 --- a/fortran/test/t.c +++ b/fortran/test/t.c @@ -1,17 +1,16 @@ - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * 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. * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + * 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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include "t.h" diff --git a/fortran/test/t.h b/fortran/test/t.h index 28acdb1..d6bc968 100644 --- a/fortran/test/t.h +++ b/fortran/test/t.h @@ -1,17 +1,16 @@ - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * 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. * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + * 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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include "../../src/hdf5.h" #include "../src/H5f90i.h" diff --git a/fortran/test/tH5A.f90 b/fortran/test/tH5A.f90 index 86deaac..faeb481 100644 --- a/fortran/test/tH5A.f90 +++ b/fortran/test/tH5A.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tH5D.f90 b/fortran/test/tH5D.f90 index c808f22..6567f23 100644 --- a/fortran/test/tH5D.f90 +++ b/fortran/test/tH5D.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tH5E.f90 b/fortran/test/tH5E.f90 index d0e1317..ba7f4c3 100644 --- a/fortran/test/tH5E.f90 +++ b/fortran/test/tH5E.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tH5F.f90 b/fortran/test/tH5F.f90 index e8f933a..ffd0df9 100644 --- a/fortran/test/tH5F.f90 +++ b/fortran/test/tH5F.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tH5G.f90 b/fortran/test/tH5G.f90 index e10c4c8..cb0b30d 100644 --- a/fortran/test/tH5G.f90 +++ b/fortran/test/tH5G.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tH5I.f90 b/fortran/test/tH5I.f90 index c82baf9..3c2eb04 100644 --- a/fortran/test/tH5I.f90 +++ b/fortran/test/tH5I.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tH5P.f90 b/fortran/test/tH5P.f90 index 16d9daf..9939085 100644 --- a/fortran/test/tH5P.f90 +++ b/fortran/test/tH5P.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tH5R.f90 b/fortran/test/tH5R.f90 index deb4b8a..995a22c 100644 --- a/fortran/test/tH5R.f90 +++ b/fortran/test/tH5R.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tH5S.f90 b/fortran/test/tH5S.f90 index cbdf5e6..49e1f1f 100644 --- a/fortran/test/tH5S.f90 +++ b/fortran/test/tH5S.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tH5Sselect.f90 b/fortran/test/tH5Sselect.f90 index 0e3ed9e..ae0d2d4 100644 --- a/fortran/test/tH5Sselect.f90 +++ b/fortran/test/tH5Sselect.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tH5T.f90 b/fortran/test/tH5T.f90 index a29d1ea..76eb467 100644 --- a/fortran/test/tH5T.f90 +++ b/fortran/test/tH5T.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tH5VL.f90 b/fortran/test/tH5VL.f90 index 0dd909f..17071bb 100644 --- a/fortran/test/tH5VL.f90 +++ b/fortran/test/tH5VL.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tH5Z.f90 b/fortran/test/tH5Z.f90 index 4debac0..f5cc83e 100644 --- a/fortran/test/tH5Z.f90 +++ b/fortran/test/tH5Z.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * diff --git a/fortran/test/tf.f90 b/fortran/test/tf.f90 index 828785c..507d657 100644 --- a/fortran/test/tf.f90 +++ b/fortran/test/tf.f90 @@ -1,4 +1,3 @@ - ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * @@ -19,7 +18,7 @@ ! all the hdf5 fortran tests ! !This definition is needed for Windows DLLs -!DEC$if defined(BUILD_HDF5_DLL) +!DEC$if defined(BUILD_HDF4_DLL) !DEC$attributes dllexport :: check !DEC$endif |