diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-08-14 04:58:29 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-08-14 04:58:29 (GMT) |
commit | 374ad0ef30754b2a4a78c5ab3a16acd8e5c4c6fc (patch) | |
tree | 6000cc772a09a7683e79a17367bc441de7d1162e /tools/h5diff | |
parent | 779af14613558c6f3f470d80576d45623017aab3 (diff) | |
download | hdf5-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 'tools/h5diff')
-rw-r--r-- | tools/h5diff/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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@ |