summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-10-29 16:11:34 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-10-29 16:11:34 (GMT)
commit8679f8d3ef051f6c4fc9a2f8d5d0273f333c9442 (patch)
tree6135b894f0ba48de41bb53da2fde33b1dee20fa0
parent8bd69b268a843558949b577162386ea3f9b27e58 (diff)
downloadhdf5-8679f8d3ef051f6c4fc9a2f8d5d0273f333c9442.zip
hdf5-8679f8d3ef051f6c4fc9a2f8d5d0273f333c9442.tar.gz
hdf5-8679f8d3ef051f6c4fc9a2f8d5d0273f333c9442.tar.bz2
[svn-r11620] 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.
-rw-r--r--.autom4te.cfg12
-rw-r--r--.h5chkright.ini15
-rw-r--r--c++/config/BlankForm13
-rw-r--r--c++/config/commence.in16
-rw-r--r--c++/config/conclude.in16
-rwxr-xr-xc++/config/dec-osf5.x12
-rw-r--r--c++/config/depend1.in12
-rw-r--r--c++/config/depend2.in12
-rw-r--r--c++/config/depend3.in12
-rw-r--r--c++/config/depend4.in12
-rw-r--r--c++/config/dependN.in12
-rw-r--r--c++/config/freebsd13
-rw-r--r--c++/config/hpux11.0013
-rw-r--r--c++/config/hpux11.2313
-rwxr-xr-xc++/config/ia64-linux-gnu14
-rw-r--r--c++/config/irix6.x13
-rw-r--r--c++/config/linux-gnu13
-rw-r--r--c++/config/linux-gnulibc113
-rw-r--r--c++/config/linux-gnulibc213
-rw-r--r--c++/config/nv1-cray13
-rw-r--r--c++/config/powerpc-ibm-aix13
-rw-r--r--c++/config/rs6000-ibm-aix4.x13
-rw-r--r--c++/config/solaris2.x13
-rw-r--r--c++/config/sv1-cray13
-rw-r--r--c++/config/unicos10.0.X13
-rw-r--r--c++/config/unicosmk2.0.6.X13
-rw-r--r--c++/src/H5IdComponent.h6
-rw-r--r--c++/src/cpp_doc_config12
-rw-r--r--c++/src/header.html16
-rw-r--r--fortran/Makefile.dist12
30 files changed, 381 insertions, 5 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 c4d456f..a6d51f0 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:
@@ -16,6 +28,9 @@ skip config.sub
skip install-sh
skip ltmain.sh
+# Generated files in top-level
+skip configure
+
# Skip all windows directories.
prune windows
diff --git a/c++/config/BlankForm b/c++/config/BlankForm
index 18933e4..5b5ea0e 100644
--- a/c++/config/BlankForm
+++ b/c++/config/BlankForm
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/commence.in b/c++/config/commence.in
index 62e3f11..30d910a 100644
--- a/c++/config/commence.in
+++ b/c++/config/commence.in
@@ -1,4 +1,18 @@
-##------------------------------------------------------------ -*- makefile -*-
+# -*- makefile -*-
+
+# 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.
+
+##-----------------------------------------------------------------------------
## The following section of this makefile comes from the
## `./config/commence' file which was generated with config.status
## from `./config/commence.in'.
diff --git a/c++/config/conclude.in b/c++/config/conclude.in
index 37fa322..e2b0495 100644
--- a/c++/config/conclude.in
+++ b/c++/config/conclude.in
@@ -1,4 +1,18 @@
-##------------------------------------------------------------ -*- makefile -*-
+# -*- makefile -*-
+
+# 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.
+
+##-----------------------------------------------------------------------------
## The following section of this makefile comes from the
## `./config/conclude' file which was generated with config.status
## from `./config/conclude.in'.
diff --git a/c++/config/dec-osf5.x b/c++/config/dec-osf5.x
index 85b33ad..1537f27 100755
--- a/c++/config/dec-osf5.x
+++ b/c++/config/dec-osf5.x
@@ -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.
+
if test -z "$CXX"; then
CXX=cxx
diff --git a/c++/config/depend1.in b/c++/config/depend1.in
index d2cf99f..03c61cc 100644
--- a/c++/config/depend1.in
+++ b/c++/config/depend1.in
@@ -1,5 +1,17 @@
## -*- makefile -*-
+# 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.
+
## We keep a list of dependencies in `.depend' for each of the source
## files on which it depends. When one of the source files is modified
## we remove its record from .depend and regenerate its dependencies,
diff --git a/c++/config/depend2.in b/c++/config/depend2.in
index f67914f..776596c 100644
--- a/c++/config/depend2.in
+++ b/c++/config/depend2.in
@@ -1,5 +1,17 @@
## -*- makefile -*-
+# 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.
+
## This platform doesn't support automatic dependencies because we're
## not using GNU gcc. GNU gcc is needed in order to generate the list
## of header files included by a source file.
diff --git a/c++/config/depend3.in b/c++/config/depend3.in
index e856bc5..0a6ac53 100644
--- a/c++/config/depend3.in
+++ b/c++/config/depend3.in
@@ -1,5 +1,17 @@
## -*- makefile -*-
+# 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.
+
## Since automatic dependencies are not being used, we attempt to include the
## `.distdep' file from the source tree. This file was automatically generated
## on some system that satisfies the above requirements.
diff --git a/c++/config/depend4.in b/c++/config/depend4.in
index b0324d9..1a16140 100644
--- a/c++/config/depend4.in
+++ b/c++/config/depend4.in
@@ -1,5 +1,17 @@
## -*- makefile -*-
+# 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.
+
## Since automatic dependencies are not being used, we attempt to include the
## `.distdep' file from the source tree. This file was automatically generated
## on some system that satisfies the above requirements.
diff --git a/c++/config/dependN.in b/c++/config/dependN.in
index 7ece270..606a850 100644
--- a/c++/config/dependN.in
+++ b/c++/config/dependN.in
@@ -1,4 +1,16 @@
## -*- makefile -*-
+# 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.
+
## Automatic dependencies are not being used and we cannot include other
## files.
diff --git a/c++/config/freebsd b/c++/config/freebsd
index 44e981f..870c96b 100644
--- a/c++/config/freebsd
+++ b/c++/config/freebsd
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/hpux11.00 b/c++/config/hpux11.00
index 77f6abd..08d3322 100644
--- a/c++/config/hpux11.00
+++ b/c++/config/hpux11.00
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/hpux11.23 b/c++/config/hpux11.23
index f5ad584..ed9f43b 100644
--- a/c++/config/hpux11.23
+++ b/c++/config/hpux11.23
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/ia64-linux-gnu b/c++/config/ia64-linux-gnu
index 084b605..8cd831c 100755
--- a/c++/config/ia64-linux-gnu
+++ b/c++/config/ia64-linux-gnu
@@ -1,3 +1,17 @@
+# -*- shell-script -*-
+
+# 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.
+
if test -z "$CXX"; then
CXX=icpc
diff --git a/c++/config/irix6.x b/c++/config/irix6.x
index 5bf7a5b..de9b287 100644
--- a/c++/config/irix6.x
+++ b/c++/config/irix6.x
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/linux-gnu b/c++/config/linux-gnu
index d139966..4b03da2 100644
--- a/c++/config/linux-gnu
+++ b/c++/config/linux-gnu
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
# This is the same as linux-gnulibc1
. $srcdir/config/linux-gnulibc1
diff --git a/c++/config/linux-gnulibc1 b/c++/config/linux-gnulibc1
index 4b7ac40..73b19cd 100644
--- a/c++/config/linux-gnulibc1
+++ b/c++/config/linux-gnulibc1
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/linux-gnulibc2 b/c++/config/linux-gnulibc2
index 4551fb6..313fef5 100644
--- a/c++/config/linux-gnulibc2
+++ b/c++/config/linux-gnulibc2
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/nv1-cray b/c++/config/nv1-cray
index dbf9b9a..e1464d0 100644
--- a/c++/config/nv1-cray
+++ b/c++/config/nv1-cray
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/powerpc-ibm-aix b/c++/config/powerpc-ibm-aix
index d554a85..e77e977 100644
--- a/c++/config/powerpc-ibm-aix
+++ b/c++/config/powerpc-ibm-aix
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/rs6000-ibm-aix4.x b/c++/config/rs6000-ibm-aix4.x
index 770ba80..fc976f3 100644
--- a/c++/config/rs6000-ibm-aix4.x
+++ b/c++/config/rs6000-ibm-aix4.x
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/solaris2.x b/c++/config/solaris2.x
index 4643097..6e34199 100644
--- a/c++/config/solaris2.x
+++ b/c++/config/solaris2.x
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/sv1-cray b/c++/config/sv1-cray
index ff225c2..52165b8 100644
--- a/c++/config/sv1-cray
+++ b/c++/config/sv1-cray
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/unicos10.0.X b/c++/config/unicos10.0.X
index ff225c2..52165b8 100644
--- a/c++/config/unicos10.0.X
+++ b/c++/config/unicos10.0.X
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/config/unicosmk2.0.6.X b/c++/config/unicosmk2.0.6.X
index ff225c2..52165b8 100644
--- a/c++/config/unicosmk2.0.6.X
+++ b/c++/config/unicosmk2.0.6.X
@@ -1,4 +1,17 @@
# -*- shell-script -*-
+
+# 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.
+
#
# This file is part of the HDF5 build script. It is processed shortly
# after configure starts and defines, among other things, flags for
diff --git a/c++/src/H5IdComponent.h b/c++/src/H5IdComponent.h
index 7a54c80..353c00a 100644
--- a/c++/src/H5IdComponent.h
+++ b/c++/src/H5IdComponent.h
@@ -1,8 +1,8 @@
// C++ informative line for the emacs editor: -*- C++ -*-
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * Copyright by the Board of Trustees of the University of Illinois. *
- * All rights reserved. *
- * *
+ * 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 4ae9459..0d845f9 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">
+<!--
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * 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 http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=ProgId content=Word.Document>
diff --git a/fortran/Makefile.dist b/fortran/Makefile.dist
index 0b96c81..34fbba7 100644
--- a/fortran/Makefile.dist
+++ b/fortran/Makefile.dist
@@ -1,5 +1,17 @@
# Top-level distributed Makefile -*- makefile -*-
+# 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.
+
# This Makefile is a stub (copied from Makefile.dist) which will run
# configure and then invoke the same target in the new Makefile created
# by configure.