summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-02-07 21:55:13 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-02-07 21:55:13 (GMT)
commit46a8a795f8839a1ab3c7ed4ccef42d5cd87db6ef (patch)
tree453c64b3e9f4c2ef124b42de7986d091a2f5939d /windows
parent84fa11d2c724eb7185f2f5f14c8652b1ae0457fb (diff)
downloadhdf5-46a8a795f8839a1ab3c7ed4ccef42d5cd87db6ef.zip
hdf5-46a8a795f8839a1ab3c7ed4ccef42d5cd87db6ef.tar.gz
hdf5-46a8a795f8839a1ab3c7ed4ccef42d5cd87db6ef.tar.bz2
[svn-r13262] Added missing copyright notices.
Tests: just visual inspection as these are just remarks.
Diffstat (limited to 'windows')
-rw-r--r--windows/test/testerr.bat13
-rw-r--r--windows/tools/jamtest.bat12
2 files changed, 25 insertions, 0 deletions
diff --git a/windows/test/testerr.bat b/windows/test/testerr.bat
index fdf46cc..18c1e61 100644
--- a/windows/test/testerr.bat
+++ b/windows/test/testerr.bat
@@ -1,3 +1,16 @@
+@REM Copyright by The HDF Group.
+@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://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
+@REM access to either file, you may request a copy from help@hdfgroup.org.
+
@REM This batch file tests HDF5 error API and backward compatibility with 1.6.
@REM If you want to use 1.8 with 1.6 compatibility,To the functionality of error APIs,
@REM You need to do the following two things:
diff --git a/windows/tools/jamtest.bat b/windows/tools/jamtest.bat
index 8ba7a04..effe166 100644
--- a/windows/tools/jamtest.bat
+++ b/windows/tools/jamtest.bat
@@ -1,3 +1,15 @@
+@REM Copyright by The HDF Group.
+@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://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
+@REM access to either file, you may request a copy from help@hdfgroup.org.
@REM Should copy all testing files to this directory
@REM This batch file only tests the validation of h5jam and h5unjam tools on windows,