summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-10-22 15:35:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-10-22 15:35:28 (GMT)
commite3d9211fa94de3e43908368e5e313930c8cea18c (patch)
treebdc3f97d6eac24a6ae6201e29b82c00dc2e68a21
parent275d19661e1f06f95c57e5f81635bb0e5e2c357a (diff)
downloadhdf5-e3d9211fa94de3e43908368e5e313930c8cea18c.zip
hdf5-e3d9211fa94de3e43908368e5e313930c8cea18c.tar.gz
hdf5-e3d9211fa94de3e43908368e5e313930c8cea18c.tar.bz2
[svn-r11596] 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.ini12
-rwxr-xr-xbin/checkapi13
-rwxr-xr-xbin/chkmanifest13
-rwxr-xr-xbin/compile13
-rw-r--r--bin/config_para_ibm_sp.sh13
-rwxr-xr-xbin/debug-ohdr13
-rw-r--r--bin/distdep14
-rwxr-xr-xbin/iostats13
-rwxr-xr-xbin/locate_sw14
-rwxr-xr-xbin/reconfigure14
-rwxr-xr-xbin/release13
-rw-r--r--bin/snapshot_version14
-rw-r--r--c++/src/H5Exception.cpp2
13 files changed, 160 insertions, 1 deletions
diff --git a/.h5chkright.ini b/.h5chkright.ini
index 2cc17aa..7a66adc 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 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/compile b/bin/compile
index 9bb997a..a4ddd58 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 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 7592911..54caf9e 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 b4d27da..12b81e5 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 4ff14f1..87bcf69 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 caa7e59..6afa327 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 *