summaryrefslogtreecommitdiffstats
path: root/fortran/test
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-08-11 19:37:59 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-08-11 19:37:59 (GMT)
commit641f9f2fea80a3484c7a3a8376114a929b75033c (patch)
tree052e415a638162f1e1dbefc63be2e77d543715e8 /fortran/test
parentecc84e19dfc90ee48bf168a299f04c5eda2d12c7 (diff)
downloadhdf5-641f9f2fea80a3484c7a3a8376114a929b75033c.zip
hdf5-641f9f2fea80a3484c7a3a8376114a929b75033c.tar.gz
hdf5-641f9f2fea80a3484c7a3a8376114a929b75033c.tar.bz2
[svn-r7341] Purpose:
Updated, cleanup or added Copyright notice. Platforms tested: "h5committested" Misc. update:
Diffstat (limited to 'fortran/test')
-rw-r--r--fortran/test/fflush1.f901
-rw-r--r--fortran/test/fflush2.f901
-rw-r--r--fortran/test/fortranlib_test.f901
-rw-r--r--fortran/test/t.c25
-rw-r--r--fortran/test/t.h25
-rw-r--r--fortran/test/tH5A.f901
-rw-r--r--fortran/test/tH5D.f901
-rw-r--r--fortran/test/tH5E.f901
-rw-r--r--fortran/test/tH5F.f901
-rw-r--r--fortran/test/tH5G.f901
-rw-r--r--fortran/test/tH5I.f901
-rw-r--r--fortran/test/tH5P.f901
-rw-r--r--fortran/test/tH5R.f901
-rw-r--r--fortran/test/tH5S.f901
-rw-r--r--fortran/test/tH5Sselect.f901
-rw-r--r--fortran/test/tH5T.f901
-rw-r--r--fortran/test/tH5VL.f901
-rw-r--r--fortran/test/tH5Z.f901
-rw-r--r--fortran/test/tf.f903
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