summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-08-14 04:58:29 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-08-14 04:58:29 (GMT)
commit374ad0ef30754b2a4a78c5ab3a16acd8e5c4c6fc (patch)
tree6000cc772a09a7683e79a17367bc441de7d1162e /fortran
parent779af14613558c6f3f470d80576d45623017aab3 (diff)
downloadhdf5-374ad0ef30754b2a4a78c5ab3a16acd8e5c4c6fc.zip
hdf5-374ad0ef30754b2a4a78c5ab3a16acd8e5c4c6fc.tar.gz
hdf5-374ad0ef30754b2a4a78c5ab3a16acd8e5c4c6fc.tar.bz2
[svn-r7361] Description:
Updated the copyright notice--mostly by rearranging some text to make them consistent. Solution: Platforms tested: "h5committested"--sol is down, so, no SUn test. Misc. update:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/Makefile.in3
-rw-r--r--fortran/examples/Makefile.in3
-rw-r--r--fortran/src/Makefile.in4
-rw-r--r--fortran/test/Makefile.in4
-rw-r--r--fortran/testpar/Makefile.in4
5 files changed, 10 insertions, 8 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in
index 63a4177..477763a 100644
--- a/fortran/Makefile.in
+++ b/fortran/Makefile.in
@@ -1,4 +1,3 @@
-## Top-level HDF5-Fortran Makefile(.in)
##
## Copyright by the Board of Trustees of the University of Illinois.
## All rights reserved.
@@ -16,6 +15,8 @@
## but does so in the correct order. You can alternatively invoke make from
## each subdirectory manually.
##
+## Top-level HDF5-Fortran Makefile(.in)
+##
top_srcdir=@top_srcdir@
top_builddir=..
srcdir=@srcdir@
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index c4c1882..745c15d 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -1,4 +1,3 @@
-## HDF5-Fortran test/Makefile(.in)
##
## Copyright by the Board of Trustees of the University of Illinois.
## All rights reserved.
@@ -12,6 +11,8 @@
## 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 test/Makefile(.in)
+##
top_srcdir=@top_srcdir@
top_builddir=../..
srcdir=@srcdir@
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 6b80cc5..e5f06f3 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -1,6 +1,4 @@
##
-## HDF5 Fortran Library Makefile(.in)
-##
## Copyright by the Board of Trustees of the University of Illinois.
## All rights reserved.
##
@@ -13,6 +11,8 @@
## 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 Library Makefile(.in)
+##
top_srcdir=@top_srcdir@
top_builddir=../..
srcdir=@srcdir@
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index b60d7de..e72a10d 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -1,5 +1,3 @@
-## HDF5-Fortran test/Makefile(.in)
-
##
## Copyright by the Board of Trustees of the University of Illinois.
## All rights reserved.
@@ -13,6 +11,8 @@
## 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 test/Makefile(.in)
+##
top_srcdir=@top_srcdir@
top_builddir=../..
srcdir=@srcdir@
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index ea8d31b..863da35 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -1,5 +1,3 @@
-## HDF5 Fortran Parallel Library Test Makefile(.in)
-##
##
## Copyright by the Board of Trustees of the University of Illinois.
## All rights reserved.
@@ -13,6 +11,8 @@
## 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=../..
srcdir=@srcdir@