summaryrefslogtreecommitdiffstats
path: root/windows/tools/difftest.BAT
diff options
context:
space:
mode:
Diffstat (limited to 'windows/tools/difftest.BAT')
-rwxr-xr-xwindows/tools/difftest.BAT21
1 files changed, 21 insertions, 0 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