summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-06-16 06:55:27 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-06-16 06:55:27 (GMT)
commitb7d2a78014b83834f437bae0ab5e693db91059dc (patch)
treed115b1a2ab02c1cadcc609b3343afa0e8d359c65 /fortran
parent808e291eb5ff09c6d2908e23a8a44122772c90d3 (diff)
downloadhdf5-b7d2a78014b83834f437bae0ab5e693db91059dc.zip
hdf5-b7d2a78014b83834f437bae0ab5e693db91059dc.tar.gz
hdf5-b7d2a78014b83834f437bae0ab5e693db91059dc.tar.bz2
[svn-r5644] Purpose:
Copyright Update Description: Updated the copyright statement.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/Makefile.in40
-rw-r--r--fortran/examples/Makefile.in32
-rw-r--r--fortran/src/Makefile.in27
-rw-r--r--fortran/test/Makefile.in31
-rw-r--r--fortran/testpar/Makefile.in31
5 files changed, 73 insertions, 88 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in
index 35ae644..6f1572b 100644
--- a/fortran/Makefile.in
+++ b/fortran/Makefile.in
@@ -1,25 +1,21 @@
-
-## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-## * 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. *
-## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-##
-## Top-level HDF5-Fortran Makefile(.in)
-##
-##
-## This makefile mostly just reinvokes make in the various subdirectories
-## but does so in the correct order. You can alternatively invoke make from
-## each subdirectory manually.
-##
+# Top-level HDF5-Fortran Makefile(.in)
+#
+# 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 makefile mostly just reinvokes make in the various subdirectories
+# but does so in the correct order. You can alternatively invoke make from
+# each subdirectory manually.
+#
top_srcdir=@top_srcdir@
top_builddir=..
srcdir=@srcdir@
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index 08d7d29..217c3ec 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -1,21 +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. *
-## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-##
-## HDF5-Fortran test/Makefile(.in)
-##
-
+#
+# Copyright by the Board of Trustees of the University of Illinois.
+# All rights reserved.
+# HDF5-Fortran test/Makefile(.in)
+#
+# 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.
+#
top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 1e0f38d..a352054 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -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.
+#
top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index b34a123..ea3b57e 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -1,20 +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. *
-## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-## HDF5-Fortran test/Makefile(.in)
-##
-
-
+# HDF5-Fortran test/Makefile(.in)
+#
+# 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.
+#
top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index a131521..e7370ea 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -1,20 +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. *
-## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-##
-## HDF5 Fortran Parallel Library Test Makefile(.in)
-##
+# HDF5 Fortran Parallel Library Test Makefile(.in)
+#
+# 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.
+#
top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@