diff --git a/.h5chkright.ini b/.h5chkright.ini index 2cc17aa5dd..7a66adcab7 100644 --- a/.h5chkright.ini +++ b/.h5chkright.ini @@ -7,6 +7,18 @@ # with the same name. E.g., # "prune test" skips test, fortran/test, c++/test, ... +# Non-UI copyrighted files in top-level +skip aclocal.m4 + +# Non-UI copyrighted files in bin. +skip config.guess +skip config.sub +skip depcomp +skip install-sh +skip ltmain.sh +skip missing +skip mkinstalldirs + # Generated files in fortran/src. skip H5match_types.c skip H5test_kind.f90 diff --git a/bin/checkapi b/bin/checkapi index 5a6251afd0..193d2cffd2 100755 --- a/bin/checkapi +++ b/bin/checkapi @@ -1,4 +1,17 @@ #!/usr/bin/perl -w +# +# 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. +# require 5.003; # Purpose: insures that API functions aren't called internally. diff --git a/bin/chkmanifest b/bin/chkmanifest index a6f56a2ebf..ac0066a2e8 100755 --- a/bin/chkmanifest +++ b/bin/chkmanifest @@ -1,4 +1,17 @@ #!/bin/sh +# +# 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. +# # Check that all the files in MANIFEST exist and that (if this is a # CVS checkout) that all the CVS-managed files appear in the diff --git a/bin/compile b/bin/compile index 9bb997a6a9..a4ddd5802f 100755 --- a/bin/compile +++ b/bin/compile @@ -1,4 +1,17 @@ #! /bin/sh +# +# 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. +# # Wrapper for compilers which do not understand `-c -o'. diff --git a/bin/config_para_ibm_sp.sh b/bin/config_para_ibm_sp.sh index b269527628..83d57580dc 100644 --- a/bin/config_para_ibm_sp.sh +++ b/bin/config_para_ibm_sp.sh @@ -1,3 +1,16 @@ +# 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. +# + # How to create a parallel version of HDF5 on an IBM SP system # that uses MPI and MPI-IO. diff --git a/bin/debug-ohdr b/bin/debug-ohdr index f176a5827c..275c6c4a1c 100755 --- a/bin/debug-ohdr +++ b/bin/debug-ohdr @@ -1,4 +1,17 @@ #!/usr/bin/perl +# +# 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. +# require 5.003; # Looks for lines emitted by H5O_open() and H5O_close() and tries to diff --git a/bin/distdep b/bin/distdep index 6bf9910c35..e83a632373 100644 --- a/bin/distdep +++ b/bin/distdep @@ -1,4 +1,18 @@ #!/usr/bin/perl -p +# +# 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. +# + # Usage: $0 [<].depend # Takes dependency info and generates on stdout dependencies suitable for diff --git a/bin/iostats b/bin/iostats index 6728027dea..97f345600a 100755 --- a/bin/iostats +++ b/bin/iostats @@ -1,4 +1,17 @@ #!/usr/bin/perl +# +# 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. +# # Usage: pipe the output of Linux's `strace' program into the stdin of # this command, and the output of this command into gnuplot. diff --git a/bin/locate_sw b/bin/locate_sw index bb291a6e6d..1ca9f5e692 100755 --- a/bin/locate_sw +++ b/bin/locate_sw @@ -1,4 +1,18 @@ #!/bin/sh +# +# 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. +# + # Try to locate the software as named in argument. # This is a sequential search of all possible locations of the software. # Usage: locate_sw diff --git a/bin/reconfigure b/bin/reconfigure index 7592911b0d..54caf9ecda 100755 --- a/bin/reconfigure +++ b/bin/reconfigure @@ -1,4 +1,18 @@ #! /bin/sh +# +# 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. +# + # A simple script to reconfigure autotools for HDF5. # The autotools include a reconfigure script, but this script # has the paths of autoconf and automake hardcoded to work on HDF diff --git a/bin/release b/bin/release index b4d27dafd1..12b81e510f 100755 --- a/bin/release +++ b/bin/release @@ -1,4 +1,17 @@ #!/bin/sh +# +# 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. +# # Make a release of hdf5. The command-line switches are: # diff --git a/bin/snapshot_version b/bin/snapshot_version index 4ff14f11e1..87bcf69dac 100644 --- a/bin/snapshot_version +++ b/bin/snapshot_version @@ -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. +# + # default version for snapshot test # H5VERSION matches with a cvs version symbolic name. Will test use the # latest revision of that branch. If set to "hdf5", it uses the main diff --git a/c++/src/H5Exception.cpp b/c++/src/H5Exception.cpp index caa7e596ec..6afa3272cd 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 *