From ebda068f2e043b587167e41f87eaabbbb87f953e Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sat, 29 Oct 2005 11:10:23 -0500 Subject: [svn-r11619] Purpose: Update copyrights. Description: Solution: This should address almost all of the "simple" cases in the repository. There's still work to do, but it's going to require actually thinking about the files in question instead of just copying & pasting. --- .autom4te.cfg | 12 ++++++++++++ .h5chkright.ini | 18 ++++++++++++++++++ c++/src/H5Exception.cpp | 2 +- c++/src/cpp_doc_config | 12 ++++++++++++ c++/src/header.html | 16 ++++++++++++++++ release_docs/INSTALL_Windows.html | 18 +++++++++++++++++- release_docs/INSTALL_Windows_From_Command_Line.html | 19 ++++++++++++++++++- release_docs/INSTALL_Windows_Short_Intel.htm | 19 ++++++++++++++++++- release_docs/INSTALL_Windows_Short_MSVS6.0.htm | 19 ++++++++++++++++++- release_docs/INSTALL_Windows_Short_Net.htm | 19 ++++++++++++++++++- tools/h5diff/h5diff_common.h | 14 ++++++++++++++ tools/misc/h5stat.c | 14 ++++++++++++++ 12 files changed, 176 insertions(+), 6 deletions(-) diff --git a/.autom4te.cfg b/.autom4te.cfg index e998198..a054d32 100644 --- a/.autom4te.cfg +++ b/.autom4te.cfg @@ -1,3 +1,15 @@ +# 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. + ## ------------------ ## ## User Preferences. ## ## ------------------ ## diff --git a/.h5chkright.ini b/.h5chkright.ini index 7a66adc..e93b92a 100644 --- a/.h5chkright.ini +++ b/.h5chkright.ini @@ -1,3 +1,15 @@ +# 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. + # Initialization files for the Copyright Checker, chkcopyright. # Each line is a keyword for action and the rest are values. # Keywords: @@ -19,6 +31,12 @@ skip ltmain.sh skip missing skip mkinstalldirs +# Generated files in top-level +skip configure + +# Generated files in src. +skip H5config.h.in + # Generated files in fortran/src. skip H5match_types.c skip H5test_kind.f90 diff --git a/c++/src/H5Exception.cpp b/c++/src/H5Exception.cpp index 6afa327..9d5a272 100644 --- a/c++/src/H5Exception.cpp +++ b/c++/src/H5Exception.cpp @@ -1,7 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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 * diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index 057fe69..d42e31b 100644 --- a/c++/src/cpp_doc_config +++ b/c++/src/cpp_doc_config @@ -1,3 +1,15 @@ +# 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. + # Doxyfile 1.4.2 #--------------------------------------------------------------------------- diff --git a/c++/src/header.html b/c++/src/header.html index 12e4c1f..db1c87c 100644 --- a/c++/src/header.html +++ b/c++/src/header.html @@ -4,6 +4,22 @@ xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> + + diff --git a/release_docs/INSTALL_Windows.html b/release_docs/INSTALL_Windows.html index 9ff3545..cb11000 100755 --- a/release_docs/INSTALL_Windows.html +++ b/release_docs/INSTALL_Windows.html @@ -1,5 +1,21 @@ + + @@ -2558,4 +2574,4 @@ lines.

- \ No newline at end of file + diff --git a/release_docs/INSTALL_Windows_From_Command_Line.html b/release_docs/INSTALL_Windows_From_Command_Line.html index aea6b4e..2447eb3 100755 --- a/release_docs/INSTALL_Windows_From_Command_Line.html +++ b/release_docs/INSTALL_Windows_From_Command_Line.html @@ -1,4 +1,21 @@ + + + Instructions for Building and Testing HDF5 from Command Line on Windows XP @@ -733,4 +750,4 @@ list-style-type:none;

 

- \ No newline at end of file + diff --git a/release_docs/INSTALL_Windows_Short_Intel.htm b/release_docs/INSTALL_Windows_Short_Intel.htm index c54dadd..671398a 100755 --- a/release_docs/INSTALL_Windows_Short_Intel.htm +++ b/release_docs/INSTALL_Windows_Short_Intel.htm @@ -1,4 +1,21 @@ + + + HDF5 Build and Install Instructions for Windows XP with @@ -436,4 +453,4 @@ all HDF5 libraries and tools into c:\MyHDFstuff\hdf5\hdf5lib directory.</p> <p> </p> </BODY> -</HTML> \ No newline at end of file +</HTML> diff --git a/release_docs/INSTALL_Windows_Short_MSVS6.0.htm b/release_docs/INSTALL_Windows_Short_MSVS6.0.htm index b91f637..345edfc 100755 --- a/release_docs/INSTALL_Windows_Short_MSVS6.0.htm +++ b/release_docs/INSTALL_Windows_Short_MSVS6.0.htm @@ -1,4 +1,21 @@ <HTML> + +<!-- + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * 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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + --> + <HEAD> <META NAME="GENERATOR" Content="Microsoft FrontPage 5.0"> <TITLE>HDF5 Build and Install Instructions for Windows XP with MSVS 6.0 @@ -288,4 +305,4 @@ all HDF5 libraries and tools into c:\MyHDFstuff\hdf5\hdf5lib directory.

- \ No newline at end of file + diff --git a/release_docs/INSTALL_Windows_Short_Net.htm b/release_docs/INSTALL_Windows_Short_Net.htm index 5ce5f2b..2f95d48 100755 --- a/release_docs/INSTALL_Windows_Short_Net.htm +++ b/release_docs/INSTALL_Windows_Short_Net.htm @@ -1,4 +1,21 @@ + + + HDF5 Build and Install Instructions for Windows XP with MSVS .NET 2003 @@ -331,4 +348,4 @@ all HDF5 libraries and tools into c:\MyHDFstuff\hdf5\hdf5lib directory.

- \ No newline at end of file + diff --git a/tools/h5diff/h5diff_common.h b/tools/h5diff/h5diff_common.h index 728b022..7cdf7cd 100644 --- a/tools/h5diff/h5diff_common.h +++ b/tools/h5diff/h5diff_common.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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + extern unsigned char g_Parallel; extern int g_nTasks; diff --git a/tools/misc/h5stat.c b/tools/misc/h5stat.c index e626c8e..b290a99 100644 --- a/tools/misc/h5stat.c +++ b/tools/misc/h5stat.c @@ -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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + #include #include #include -- cgit v0.12