diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-10-22 15:35:58 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-10-22 15:35:58 (GMT) |
commit | 19f59e99983bcf8761e92c8f408f6fdadd45d7e9 (patch) | |
tree | 1d4d8d78ef88d26757c413ea1d85835ba3ee4b27 | |
parent | 51dd9bfa9460c07126735d9797ca02fbba98e6fe (diff) | |
download | hdf5-19f59e99983bcf8761e92c8f408f6fdadd45d7e9.zip hdf5-19f59e99983bcf8761e92c8f408f6fdadd45d7e9.tar.gz hdf5-19f59e99983bcf8761e92c8f408f6fdadd45d7e9.tar.bz2 |
[svn-r11597] Purpose:
Update copyrights
Description:
Updated copyright information in hdf5/bin and top-level and added some
more files to be skipped to the chkcopyright config file.
Platforms tested:
None - just eyeballed
-rw-r--r-- | .h5chkright.ini | 9 | ||||
-rwxr-xr-x | bin/checkapi | 13 | ||||
-rwxr-xr-x | bin/chkmanifest | 13 | ||||
-rw-r--r-- | bin/config_para_ibm_sp.sh | 13 | ||||
-rwxr-xr-x | bin/debug-ohdr | 13 | ||||
-rw-r--r-- | bin/distdep | 14 | ||||
-rwxr-xr-x | bin/iostats | 13 | ||||
-rwxr-xr-x | bin/locate_sw | 14 | ||||
-rwxr-xr-x | bin/reconfigure | 14 | ||||
-rwxr-xr-x | bin/release | 13 | ||||
-rw-r--r-- | bin/snapshot_version | 14 | ||||
-rw-r--r-- | hl/src/H5TA.h | 9 |
12 files changed, 143 insertions, 9 deletions
diff --git a/.h5chkright.ini b/.h5chkright.ini index b9de426..c4d456f 100644 --- a/.h5chkright.ini +++ b/.h5chkright.ini @@ -7,6 +7,15 @@ # 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 install-sh +skip ltmain.sh + # Skip all windows directories. prune windows diff --git a/bin/checkapi b/bin/checkapi index 5a6251a..193d2cf 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 a6f56a2..ac0066a 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/config_para_ibm_sp.sh b/bin/config_para_ibm_sp.sh index b269527..83d5758 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 f176a58..275c6c4 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 6bf9910..e83a632 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 6728027..97f3456 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 bb291a6..1ca9f5e 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 <SW-Name> diff --git a/bin/reconfigure b/bin/reconfigure index 29a9b11..c7766d1 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 3459c4d..d4c5a35 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 97df5af..4e9a20a 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/hl/src/H5TA.h b/hl/src/H5TA.h index a8616ef..c0a9cf6 100644 --- a/hl/src/H5TA.h +++ b/hl/src/H5TA.h @@ -1,12 +1,3 @@ - -/**************************************************************************** - * NCSA HDF * - * Scientific Data Technologies * - * National Center for Supercomputing Applications * - * University of Illinois at Urbana-Champaign * - * 605 E. Springfield, Champaign IL 61820 * - * * - * For conditions of distribution and use, see the accompanying * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * |