[svn-r11947] Purpose:

Add in copyright information
Description:

Solution:

Platforms tested:

Misc. update:
This commit is contained in:
Fang Guo 2006-02-16 12:03:52 -05:00
parent eb24bf8fc0
commit beca2df12b
2 changed files with 22 additions and 1 deletions

View File

@ -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

View File

@ -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