diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-01 19:15:15 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-01 19:15:15 (GMT) |
commit | 42a87cc9a9ff3e1a8439790e3d421ab5753c6f83 (patch) | |
tree | d8be39aa2906e9dcc56c82e09889d25666583b29 /windows/tools | |
parent | 8d74b8be52cb33ae07b07c34d0e780520424f05e (diff) | |
download | hdf5-42a87cc9a9ff3e1a8439790e3d421ab5753c6f83.zip hdf5-42a87cc9a9ff3e1a8439790e3d421ab5753c6f83.tar.gz hdf5-42a87cc9a9ff3e1a8439790e3d421ab5753c6f83.tar.bz2 |
[svn-r11666] Purpose:
Add in copyright notice
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/tools')
-rwxr-xr-x | windows/tools/deleteline.bat | 12 | ||||
-rwxr-xr-x | windows/tools/difftest.BAT | 12 | ||||
-rwxr-xr-x | windows/tools/dumptest.bat | 12 | ||||
-rwxr-xr-x | windows/tools/importtest.BAT | 12 | ||||
-rwxr-xr-x | windows/tools/lstest.BAT | 12 | ||||
-rwxr-xr-x | windows/tools/mask.BAT | 12 | ||||
-rwxr-xr-x | windows/tools/repacktest.BAT | 12 | ||||
-rwxr-xr-x | windows/tools/testhdf5tools.BAT | 12 |
8 files changed, 96 insertions, 0 deletions
diff --git a/windows/tools/deleteline.bat b/windows/tools/deleteline.bat index 461cfde..44ae787 100755 --- a/windows/tools/deleteline.bat +++ b/windows/tools/deleteline.bat @@ -1,3 +1,15 @@ +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. + @echo off type nul > ..\temptest\fctemp\%1 more /e +%2 %1 > ..\temptest\fctemp\%1 diff --git a/windows/tools/difftest.BAT b/windows/tools/difftest.BAT index 439843a..d6fc8ad 100755 --- a/windows/tools/difftest.BAT +++ b/windows/tools/difftest.BAT @@ -1,3 +1,15 @@ +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. + @ ECHO OFF mkdir temptest diff --git a/windows/tools/dumptest.bat b/windows/tools/dumptest.bat index 559da46..d39084e 100755 --- a/windows/tools/dumptest.bat +++ b/windows/tools/dumptest.bat @@ -1,3 +1,15 @@ +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. + @ ECHO OFF REM TOOLTEST tfamily.ddl --filedriver=family tfamily%05d.h5 diff --git a/windows/tools/importtest.BAT b/windows/tools/importtest.BAT index 962665e..0ab5738 100755 --- a/windows/tools/importtest.BAT +++ b/windows/tools/importtest.BAT @@ -1,3 +1,15 @@ +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. + @ ECHO OFF mkdir temptest diff --git a/windows/tools/lstest.BAT b/windows/tools/lstest.BAT index 822cfc0..a3c65e2 100755 --- a/windows/tools/lstest.BAT +++ b/windows/tools/lstest.BAT @@ -1,3 +1,15 @@ +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. + @ ECHO OFF mkdir temptest diff --git a/windows/tools/mask.BAT b/windows/tools/mask.BAT index 3c8492f..a933caf 100755 --- a/windows/tools/mask.BAT +++ b/windows/tools/mask.BAT @@ -1,3 +1,15 @@ +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. + type nul > %2 for /f "tokens=1,2*" %%a in ( %1 diff --git a/windows/tools/repacktest.BAT b/windows/tools/repacktest.BAT index f8bba66..7daf7f1 100755 --- a/windows/tools/repacktest.BAT +++ b/windows/tools/repacktest.BAT @@ -1,3 +1,15 @@ +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. + @ ECHO OFF REM The Dynamic Discovery of Szip Encoder features is implemented in this batch file. diff --git a/windows/tools/testhdf5tools.BAT b/windows/tools/testhdf5tools.BAT index 2d7b3ac..1a65805 100755 --- a/windows/tools/testhdf5tools.BAT +++ b/windows/tools/testhdf5tools.BAT @@ -1,3 +1,15 @@ +@REM Copyright by the Board of Trustees of the University of Illinois. +@REM All rights reserved. +@REM +@REM This file is part of HDF5. The full HDF5 copyright notice, including +@REM terms governing use, modification, and redistribution, is contained in +@REM the files COPYING and Copyright.html. COPYING can be found at the root +@REM of the source code distribution tree; Copyright.html can be found at the +@REM root level of an installed copy of the electronic HDF5 document set and +@REM is linked from the top-level documents page. It can also be found at +@REM http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +@REM access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. + @ ECHO OFF REM This batch file includes hdf5 tool(h5dump, h5diff, h5ls, h5import, and h5repack) testings. |