diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-02-08 04:14:26 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-02-08 04:14:26 (GMT) |
commit | 338e7920fb5d9c9ae2bf9fa01e3e586d0017f9fb (patch) | |
tree | f7b7da03f9b50843f3c51bd810e08907e2dc169c /vms/tools/h5dump/check_h5dump.com | |
parent | 7b8a112b5f20fa0fb13123b0e4b5a87dd5d41d4d (diff) | |
download | hdf5-338e7920fb5d9c9ae2bf9fa01e3e586d0017f9fb.zip hdf5-338e7920fb5d9c9ae2bf9fa01e3e586d0017f9fb.tar.gz hdf5-338e7920fb5d9c9ae2bf9fa01e3e586d0017f9fb.tar.bz2 |
[svn-r13269] Updated or added with THG copyright.
Diffstat (limited to 'vms/tools/h5dump/check_h5dump.com')
-rw-r--r-- | vms/tools/h5dump/check_h5dump.com | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vms/tools/h5dump/check_h5dump.com b/vms/tools/h5dump/check_h5dump.com index 4a04180..f8b4212 100644 --- a/vms/tools/h5dump/check_h5dump.com +++ b/vms/tools/h5dump/check_h5dump.com @@ -1,3 +1,17 @@ +$!# +$!# Copyright by The HDF Group. +$!# 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://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have +$!# access to either file, you may request a copy from help@hdfgroup.org. +$!# $ ! $ ! This command file tests h5dump utility. The command file has to $ ! run in the [hdf5-top.tools.testfiles] directory. |