From 42a87cc9a9ff3e1a8439790e3d421ab5753c6f83 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Tue, 1 Nov 2005 14:15:15 -0500 Subject: [svn-r11666] Purpose: Add in copyright notice Description: Solution: Platforms tested: Misc. update: --- windows/src/H5pubconf.h | 16 +++++++++++++++- windows/test/hdf5test.bat | 12 ++++++++++++ windows/test/hdf5timingtest.bat | 12 ++++++++++++ windows/tools/deleteline.bat | 12 ++++++++++++ windows/tools/difftest.BAT | 12 ++++++++++++ windows/tools/dumptest.bat | 12 ++++++++++++ windows/tools/importtest.BAT | 12 ++++++++++++ windows/tools/lstest.BAT | 12 ++++++++++++ windows/tools/mask.BAT | 12 ++++++++++++ windows/tools/repacktest.BAT | 12 ++++++++++++ windows/tools/testhdf5tools.BAT | 12 ++++++++++++ 11 files changed, 135 insertions(+), 1 deletion(-) diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index 546d6b4..2278ed9 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -1,3 +1,17 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * 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 hdfhelp@ncsa.uiuc.edu. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + /* H5pubconf.h is adapted from UNIX platform and manually maintained on the windows platform. */ #define H5_SIZEOF___INT64 8 @@ -140,4 +154,4 @@ in the file file_io.win32.c and including it on the projects #define H5_WANT_DCONV_EXCEPTION 1 /* uncomment the following line if we want parallel HDF5 support */ -/* #define H5_HAVE_PARALLEL */ \ No newline at end of file +/* #define H5_HAVE_PARALLEL */ diff --git a/windows/test/hdf5test.bat b/windows/test/hdf5test.bat index b275c19..f7e6ef6 100755 --- a/windows/test/hdf5test.bat +++ b/windows/test/hdf5test.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 is used to HDF5 C Library. REM Last Modified: 05/19/2005 by Fang GUO diff --git a/windows/test/hdf5timingtest.bat b/windows/test/hdf5timingtest.bat index 6dcbea7..2bd34ce 100755 --- a/windows/test/hdf5timingtest.bat +++ b/windows/test/hdf5timingtest.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. + chunk%2\%1\chunk%2 iopipe%2\%1\iopipe%2 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. -- cgit v0.12