From 374ad0ef30754b2a4a78c5ab3a16acd8e5c4c6fc Mon Sep 17 00:00:00 2001
From: Albert Cheng <acheng@hdfgroup.org>
Date: Wed, 13 Aug 2003 23:58:29 -0500
Subject: [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:
---
 Makefile.in                  | 4 ++--
 c++/Makefile.in              | 4 +---
 c++/src/Makefile.in          | 5 +----
 c++/test/Makefile.in         | 4 +---
 examples/Makefile.in         | 3 ++-
 fortran/Makefile.in          | 3 ++-
 fortran/examples/Makefile.in | 3 ++-
 fortran/src/Makefile.in      | 4 ++--
 fortran/test/Makefile.in     | 4 ++--
 fortran/testpar/Makefile.in  | 4 ++--
 hl/tools/gif2h5/Makefile.in  | 3 ++-
 perform/Makefile.in          | 3 ++-
 testpar/Makefile.in          | 3 ++-
 tools/Makefile.in            | 5 +++--
 tools/gifconv/Makefile.in    | 3 ++-
 tools/h5diff/Makefile.in     | 3 ++-
 tools/h5dump/Makefile.in     | 5 +++--
 tools/h5import/Makefile.in   | 2 +-
 tools/h5ls/Makefile.in       | 3 ++-
 tools/lib/Makefile.in        | 5 +++--
 tools/misc/Makefile.in       | 2 +-
 21 files changed, 40 insertions(+), 35 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index aa80b81..f705677 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,3 @@
-## Top-level HDF5 Makefile(.in)
-##
 ##
 ## Copyright by the Board of Trustees of the University of Illinois.
 ## All rights reserved.
@@ -17,6 +15,8 @@
 ## but does so in the correct order.  You can alternatively invoke make from
 ## each subdirectory manually.
 ##
+## Top-level HDF5 Makefile(.in)
+##
 top_srcdir=@top_srcdir@
 top_builddir=.
 srcdir=@srcdir@
diff --git a/c++/Makefile.in b/c++/Makefile.in
index 3af5fc4..7c3c131 100644
--- a/c++/Makefile.in
+++ b/c++/Makefile.in
@@ -1,5 +1,3 @@
-## Top-level HDF5-C++ Makefile(.in)
-##
 ##
 ## Copyright by the Board of Trustees of the University of Illinois.
 ## All rights reserved.
@@ -13,7 +11,7 @@
 ## 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-C++ 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
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index 9e05924..0846425 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -1,7 +1,4 @@
 ##
-## HDF5-C++ Library Makefile(.in)
-##
-##
 ## Copyright by the Board of Trustees of the University of Illinois.
 ## All rights reserved.
 ##
@@ -14,7 +11,7 @@
 ## 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-C++ Library Makefile(.in)
 ##
 top_srcdir=@top_srcdir@
 top_builddir=../..
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in
index 61ab057..094849c 100644
--- a/c++/test/Makefile.in
+++ b/c++/test/Makefile.in
@@ -1,5 +1,3 @@
-## HDF5-C++ test/Makefile(.in)
-##
 ##
 ## Copyright by the Board of Trustees of the University of Illinois.
 ## All rights reserved.
@@ -13,7 +11,7 @@
 ## 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-C++ test/Makefile(.in)
 ##
 top_srcdir=@top_srcdir@
 top_builddir=../..
diff --git a/examples/Makefile.in b/examples/Makefile.in
index 7e9a0c1..ad94970 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -1,4 +1,3 @@
-## HDF5 Library Examples 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 Library Examples Makefile(.in)
+##
 top_srcdir=@top_srcdir@
 top_builddir=..
 srcdir=@srcdir@
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@
diff --git a/hl/tools/gif2h5/Makefile.in b/hl/tools/gif2h5/Makefile.in
index 1c5fd3c..79c3552 100644
--- a/hl/tools/gif2h5/Makefile.in
+++ b/hl/tools/gif2h5/Makefile.in
@@ -1,4 +1,3 @@
-## HDF5 Library 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 Library Makefile(.in)
+##
 top_srcdir=@top_srcdir@
 top_builddir=../..
 srcdir=@srcdir@
diff --git a/perform/Makefile.in b/perform/Makefile.in
index 5a4dff5..90bb22c 100644
--- a/perform/Makefile.in
+++ b/perform/Makefile.in
@@ -1,4 +1,3 @@
-## HDF5 Library Performance 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 Library Performance Makefile(.in)
+##
 top_srcdir=@top_srcdir@
 top_builddir=..
 srcdir=@srcdir@
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index 867c8b6..f5fa45d 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -1,4 +1,3 @@
-## hdf5 Parallel Library 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 Parallel Library Test Makefile(.in)
+##
 top_srcdir=@top_srcdir@
 top_builddir=..
 srcdir=@srcdir@
diff --git a/tools/Makefile.in b/tools/Makefile.in
index b9388e9..51e3b53 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -1,4 +1,3 @@
-## Tools HDF5 Makefile(.in)
 ##
 ## Copyright by the Board of Trustees of the University of Illinois.
 ## All rights reserved.
@@ -11,7 +10,9 @@
 ## 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.
-## 
+##
+## Tools HDF5 Makefile(.in)
+##
 top_srcdir=@top_srcdir@
 top_builddir=..
 srcdir=@srcdir@
diff --git a/tools/gifconv/Makefile.in b/tools/gifconv/Makefile.in
index 1c5fd3c..79c3552 100644
--- a/tools/gifconv/Makefile.in
+++ b/tools/gifconv/Makefile.in
@@ -1,4 +1,3 @@
-## HDF5 Library 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 Library Makefile(.in)
+##
 top_srcdir=@top_srcdir@
 top_builddir=../..
 srcdir=@srcdir@
diff --git a/tools/h5diff/Makefile.in b/tools/h5diff/Makefile.in
index 1c543b5..4ce10db 100644
--- a/tools/h5diff/Makefile.in
+++ b/tools/h5diff/Makefile.in
@@ -1,4 +1,3 @@
-## HDF5 Library 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 Library Makefile(.in)
+##
 top_srcdir=@top_srcdir@
 top_builddir=../..
 srcdir=@srcdir@
diff --git a/tools/h5dump/Makefile.in b/tools/h5dump/Makefile.in
index 4e9a1ac..c33ca0c 100644
--- a/tools/h5dump/Makefile.in
+++ b/tools/h5dump/Makefile.in
@@ -1,4 +1,3 @@
-## HDF5 Library Makefile(.in)
 ##
 ## Copyright by the Board of Trustees of the University of Illinois.
 ## All rights reserved.
@@ -11,7 +10,9 @@
 ## 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 Library Makefile(.in)
+##
 top_srcdir=@top_srcdir@
 top_builddir=../..
 srcdir=@srcdir@
diff --git a/tools/h5import/Makefile.in b/tools/h5import/Makefile.in
index 73d4f13..cd16af8 100755
--- a/tools/h5import/Makefile.in
+++ b/tools/h5import/Makefile.in
@@ -1,4 +1,3 @@
-## HDF5 Library Makefile(.in)
 ##
 ## Copyright by the Board of Trustees of the University of Illinois.
 ## All rights reserved.
@@ -12,6 +11,7 @@
 ## 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 Library Makefile(.in)
 ## 
 top_srcdir=@top_srcdir@
 top_builddir=../..
diff --git a/tools/h5ls/Makefile.in b/tools/h5ls/Makefile.in
index 0ecf657..40fd20a 100644
--- a/tools/h5ls/Makefile.in
+++ b/tools/h5ls/Makefile.in
@@ -1,4 +1,3 @@
-## HDF5 Library 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 Library Makefile(.in)
+##
 top_srcdir=@top_srcdir@
 top_builddir=../..
 srcdir=@srcdir@
diff --git a/tools/lib/Makefile.in b/tools/lib/Makefile.in
index b6b979e..6918d32 100644
--- a/tools/lib/Makefile.in
+++ b/tools/lib/Makefile.in
@@ -1,4 +1,3 @@
-## HDF5 Library Makefile(.in)
 ##
 ## Copyright by the Board of Trustees of the University of Illinois.
 ## All rights reserved.
@@ -11,7 +10,9 @@
 ## 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 Library Makefile(.in)
+##
 top_srcdir=@top_srcdir@
 top_builddir=../..
 srcdir=@srcdir@
diff --git a/tools/misc/Makefile.in b/tools/misc/Makefile.in
index 9e98a73..acd4fa1 100644
--- a/tools/misc/Makefile.in
+++ b/tools/misc/Makefile.in
@@ -1,4 +1,3 @@
-## HDF5 Library Makefile(.in)
 ##
 ## Copyright by the Board of Trustees of the University of Illinois.
 ## All rights reserved.
@@ -12,6 +11,7 @@
 ## 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 Library Makefile(.in)
 ## 
 top_srcdir=@top_srcdir@
 top_builddir=../..
-- 
cgit v0.12