summaryrefslogtreecommitdiffstats
path: root/windows/tools
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2006-02-16 17:03:52 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2006-02-16 17:03:52 (GMT)
commitbeca2df12b6a0aacc2dd619e236a213d8194b644 (patch)
tree8458ad7ff658f711e21d450270bdbc8658b61fbe /windows/tools
parenteb24bf8fc00b04d4b1a764fc2a3747fef1fdd21a (diff)
downloadhdf5-beca2df12b6a0aacc2dd619e236a213d8194b644.zip
hdf5-beca2df12b6a0aacc2dd619e236a213d8194b644.tar.gz
hdf5-beca2df12b6a0aacc2dd619e236a213d8194b644.tar.bz2
[svn-r11947] Purpose:
Add in copyright information Description: Solution: Platforms tested: Misc. update:
Diffstat (limited to 'windows/tools')
-rwxr-xr-xwindows/tools/difftest.BAT21
-rwxr-xr-xwindows/tools/lstest.BAT2
2 files changed, 22 insertions, 1 deletions
diff --git a/windows/tools/difftest.BAT b/windows/tools/difftest.BAT
index 8309d68..492cdd2 100755
--- a/windows/tools/difftest.BAT
+++ b/windows/tools/difftest.BAT
@@ -1,4 +1,25 @@
@echo off
+:: 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 hdfhelpncsa.uiuc.edu.
+
+::This batch file is for h5diff tests.
+::Usage
+:: difftest release -- release static version
+:: difftest debug -- debug static version
+:: difftest release dll -- release dll version
+:: difftest debug dll -- debug dll version
+:: Written By: Fang GUO
+:: Date : Jan. 12, 2006
+
:: Track total number of testing errors
set /A totalerr=0
set /A totalskip=0
diff --git a/windows/tools/lstest.BAT b/windows/tools/lstest.BAT
index e161cad..23fe9bf 100755
--- a/windows/tools/lstest.BAT
+++ b/windows/tools/lstest.BAT
@@ -11,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 hdfhelpncsa.uiuc.edu.
-::This batch file is for h5dump general and xml tests.
+::This batch file is for h5ls tests
::Usage
:: lstest release -- release static version
:: lstest debug -- debug static version