From f2685bb8b48a3654df01d279a7cec32b4ecf94c9 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Tue, 1 Nov 2005 13:46:25 -0500 Subject: [svn-r11656] Purpose: Add in copyright information Description: Solution: Platforms tested: Windows XP Misc. update: --- windows/InstallExamples.bat | 13 +++++++++++++ windows/InstallcppExamples.BAT | 15 ++++++++++++++- windows/Installf90Examples.BAT | 14 ++++++++++++++ windows/hdf5bt.BAT | 13 +++++++++++++ windows/hdf5build.BAT | 12 ++++++++++++ windows/hdf5check.BAT | 13 +++++++++++++ windows/install_cppdll.BAT | 13 +++++++++++++ windows/install_dll.BAT | 15 ++++++++++++++- windows/install_f90dll.BAT | 13 +++++++++++++ windows/install_hlcexamples.BAT | 13 +++++++++++++ windows/install_hlcppdll.BAT | 12 ++++++++++++ windows/install_hldll.BAT | 13 +++++++++++++ windows/install_hlf90dll.bat | 13 +++++++++++++ windows/installhdf5lib.bat | 13 +++++++++++++ 14 files changed, 183 insertions(+), 2 deletions(-) diff --git a/windows/InstallExamples.bat b/windows/InstallExamples.bat index b2abedd..922cdce 100755 --- a/windows/InstallExamples.bat +++ b/windows/InstallExamples.bat @@ -1,3 +1,16 @@ +@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 install HDF5 C examples' REM executable files. diff --git a/windows/InstallcppExamples.BAT b/windows/InstallcppExamples.BAT index 20d1eaf..19ca8d1 100755 --- a/windows/InstallcppExamples.BAT +++ b/windows/InstallcppExamples.BAT @@ -1,3 +1,16 @@ +@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 install HDF5 C++ examples' REM executable files. @@ -82,4 +95,4 @@ copy debug\writedatatestdll.exe ..\cppexamplesDBGDLL\ copy release\writedatatestdll.exe ..\cppexamplesRELDLL\ cd .. -cd ..\.. \ No newline at end of file +cd ..\.. diff --git a/windows/Installf90Examples.BAT b/windows/Installf90Examples.BAT index 7658e72..7a02cdd 100755 --- a/windows/Installf90Examples.BAT +++ b/windows/Installf90Examples.BAT @@ -1,3 +1,17 @@ +@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 install HDF5 Fortran examples' REM executable files. diff --git a/windows/hdf5bt.BAT b/windows/hdf5bt.BAT index 94222e4..4c70883 100755 --- a/windows/hdf5bt.BAT +++ b/windows/hdf5bt.BAT @@ -1,3 +1,16 @@ +@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. + + @REM File Name: hdf5bt.bat @REM This batch file is used to build and test HDF5 Libraries and Tools. @REM There are 4 options for this batch file: diff --git a/windows/hdf5build.BAT b/windows/hdf5build.BAT index 6e4714a..e348d8e 100755 --- a/windows/hdf5build.BAT +++ b/windows/hdf5build.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. + @REM File Name: hdf5build.bat @REM This batch file is used to build HDF5 Libraries and Tools. @REM There are 4 options for this batch file: diff --git a/windows/hdf5check.BAT b/windows/hdf5check.BAT index 4381573..f7b8539 100755 --- a/windows/hdf5check.BAT +++ b/windows/hdf5check.BAT @@ -1,3 +1,16 @@ +@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. + + @REM File Name: hdf5check.bat @REM This batch file is used to test HDF5 Libraries and Tools. @REM There are 4 options for this batch file: diff --git a/windows/install_cppdll.BAT b/windows/install_cppdll.BAT index 6e377d7..9654932 100755 --- a/windows/install_cppdll.BAT +++ b/windows/install_cppdll.BAT @@ -1,3 +1,16 @@ +@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. + + @REM File name: install_cpp.bat @REM This batch file is used to copy HDF5 c++ library DLLs into system folder. @REM By Xuan Bai diff --git a/windows/install_dll.BAT b/windows/install_dll.BAT index 91fc7e5..b59c119 100755 --- a/windows/install_dll.BAT +++ b/windows/install_dll.BAT @@ -1,3 +1,16 @@ +@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. + + @REM File name: install_dll.bat @REM This batch file is used to copy HDF5 c library DLLs into system folder. @REM By Xuan Bai @@ -9,4 +22,4 @@ copy proj\hdf5dll\debug\hdf5ddll.dll %SystemRoot%\system >temp.txt copy proj\hdf5dll\release\hdf5dll.dll %SystemRoot%\system >temp.txt copy test\libtestD\debug\libtestDd.dll %SystemRoot%\system >temp.txt copy test\libtestD\release\libtestD.dll %SystemRoot%\system >temp.txt -del temp.txt \ No newline at end of file +del temp.txt diff --git a/windows/install_f90dll.BAT b/windows/install_f90dll.BAT index 25d2e11..0652030 100755 --- a/windows/install_f90dll.BAT +++ b/windows/install_f90dll.BAT @@ -1,3 +1,16 @@ +@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. + + @REM File name: install_f90dll.bat @REM This batch file is used to copy HDF5 Fortran library DLLs into system folder. @REM By Xuan Bai diff --git a/windows/install_hlcexamples.BAT b/windows/install_hlcexamples.BAT index f35f770..102f7c3 100755 --- a/windows/install_hlcexamples.BAT +++ b/windows/install_hlcexamples.BAT @@ -1,3 +1,16 @@ +@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 @:: This batch file is used to install HDF5 High Level C @:: Examples' executable files. diff --git a/windows/install_hlcppdll.BAT b/windows/install_hlcppdll.BAT index e833976..5a96679 100755 --- a/windows/install_hlcppdll.BAT +++ b/windows/install_hlcppdll.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. + @REM File name: install_hlcppdll.bat @REM This batch file is used to copy HDF5 c++ library high level DLLs into system folder. @REM By Fang GUO diff --git a/windows/install_hldll.BAT b/windows/install_hldll.BAT index 8fe8170..0056961 100755 --- a/windows/install_hldll.BAT +++ b/windows/install_hldll.BAT @@ -1,3 +1,16 @@ +@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. + + @REM File name: install_hldll.bat @REM This batch file is used to copy HDF5 c library high level DLLs into system folder. @REM By Fang GUO diff --git a/windows/install_hlf90dll.bat b/windows/install_hlf90dll.bat index ee0123c..f61489b 100755 --- a/windows/install_hlf90dll.bat +++ b/windows/install_hlf90dll.bat @@ -1,3 +1,16 @@ +@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. + + @REM File name: install_hlf90dll.bat @REM This batch file is used to copy HDF5 fortran library high level DLLs into system folder. @REM By Fang GUO diff --git a/windows/installhdf5lib.bat b/windows/installhdf5lib.bat index 2685c2a..0e589f4 100755 --- a/windows/installhdf5lib.bat +++ b/windows/installhdf5lib.bat @@ -1,3 +1,16 @@ +@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. + + @REM This batch file is used to install HDF5 libraries and tools @REM Last Updated: 11/03/2004 -- cgit v0.12