diff options
Diffstat (limited to 'windows/c++')
-rwxr-xr-x | windows/c++/examples/testcppExamples.BAT | 5 | ||||
-rwxr-xr-x | windows/c++/test/hdf5cpptest.bat | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/windows/c++/examples/testcppExamples.BAT b/windows/c++/examples/testcppExamples.BAT index e44842b..b10fd0f 100755 --- a/windows/c++/examples/testcppExamples.BAT +++ b/windows/c++/examples/testcppExamples.BAT @@ -1,3 +1,4 @@ +@REM Copyright by The HDF Group.
@REM Copyright by the Board of Trustees of the University of Illinois.
@REM All rights reserved.
@REM
@@ -7,8 +8,8 @@ @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.
+@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.
@ECHO OFF
REM This batch file is used to test HDF5 C++ examples.
diff --git a/windows/c++/test/hdf5cpptest.bat b/windows/c++/test/hdf5cpptest.bat index e0868c6..38d4eb8 100755 --- a/windows/c++/test/hdf5cpptest.bat +++ b/windows/c++/test/hdf5cpptest.bat @@ -1,3 +1,4 @@ +@REM Copyright by The HDF Group.
@REM Copyright by the Board of Trustees of the University of Illinois.
@REM All rights reserved.
@REM
@@ -7,8 +8,8 @@ @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.
+@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.
testhdf5_cpp%2\%1\testhdf5_cpp%2
dsets_cpp%2\%1\dsets_cpp%2
|