From 155d762b9c4d60e0455f3bc71700a289ad18e6a4 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Fri, 21 Oct 2005 09:54:41 -0500 Subject: [svn-r11592] Description: Add source code copyright notice; comment symbols vary by type of file. Platforms tested: No changes that should cause any problems. Nonetheless, the tree will be checked out fresh and tests run immediately post-commit. --- config/BlankForm | 13 +++++++++++++ config/Makefile.am.blank | 1 + config/commence.am | 14 ++++++++++++++ config/conclude.am | 13 +++++++++++++ config/dec-flags | 13 +++++++++++++ config/dec-osf4.x | 13 +++++++++++++ config/dec-osf5.x | 13 +++++++++++++ config/freebsd | 14 ++++++++++++++ config/gnu-fflags | 13 +++++++++++++ config/gnu-flags | 13 +++++++++++++ config/hpux10.20 | 13 +++++++++++++ config/hpux11.00 | 13 +++++++++++++ config/hpux9.03 | 13 +++++++++++++ config/i386-pc-cygwin32 | 13 +++++++++++++ config/i686-pc-cygwin | 13 +++++++++++++ config/ia64-linux-gnu | 13 +++++++++++++ config/intel-fflags | 13 +++++++++++++ config/intel-flags | 13 +++++++++++++ config/intel-osf1 | 13 +++++++++++++ config/irix5.x | 13 +++++++++++++ config/irix6.x | 13 +++++++++++++ config/linux-gnu | 14 ++++++++++++++ config/linux-gnuaout | 14 ++++++++++++++ config/linux-gnulibc1 | 13 +++++++++++++ config/linux-gnulibc2 | 13 +++++++++++++ config/lt_vers.am | 15 +++++++++++++++ config/nec-superux14.1 | 13 +++++++++++++ config/nv1-cray | 13 +++++++++++++ config/pgi-fflags | 13 +++++++++++++ config/pgi-flags | 13 +++++++++++++ config/powerpc-apple | 14 ++++++++++++++ config/powerpc-ibm-aix4.x | 13 +++++++++++++ config/powerpc-ibm-aix5.x | 13 +++++++++++++ config/rs6000-ibm-aix4.x | 13 +++++++++++++ config/site-specific/BlankForm | 13 +++++++++++++ config/solaris2.x | 13 +++++++++++++ config/sv1-cray | 13 +++++++++++++ config/unicos | 13 +++++++++++++ config/unicos10.0.X | 13 +++++++++++++ config/unicosmk | 13 +++++++++++++ config/unicosmk2.0.5.X | 13 +++++++++++++ config/unicosmk2.0.6.X | 13 +++++++++++++ config/unicosmk2.0.X | 13 +++++++++++++ config/x86_64-redstorm | 13 +++++++++++++ 44 files changed, 567 insertions(+) diff --git a/config/BlankForm b/config/BlankForm index 83b6ef5..2365c1b 100644 --- a/config/BlankForm +++ b/config/BlankForm @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/Makefile.am.blank b/config/Makefile.am.blank index 9773206..8573bfd 100755 --- a/config/Makefile.am.blank +++ b/config/Makefile.am.blank @@ -10,6 +10,7 @@ # 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. + ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. diff --git a/config/commence.am b/config/commence.am index ed31102..a3e9db2 100644 --- a/config/commence.am +++ b/config/commence.am @@ -1,4 +1,18 @@ ## config/commence.am +## +## 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. + + ## Textually included in the beginning of every HDF5 Makefile.am ## Contains definitions, etc. used across multiple Makefiles. diff --git a/config/conclude.am b/config/conclude.am index eff484f..ba0aa35 100644 --- a/config/conclude.am +++ b/config/conclude.am @@ -1,4 +1,17 @@ ## config/conclude.am +## 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. + + ## Textually included at the end of most HDF5 Makefiles.am. ## Contains build rules. diff --git a/config/dec-flags b/config/dec-flags index 812bc63..58bbf79e 100644 --- a/config/dec-flags +++ b/config/dec-flags @@ -1,5 +1,18 @@ # -*- 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 should be sourced into configure if the compiler is a DEC # compiler. It is careful not to do anything if the compiler is not # DEC; otherwise `cc_flags_set' is set to `yes' diff --git a/config/dec-osf4.x b/config/dec-osf4.x index 3cd909d..8b3e905 100644 --- a/config/dec-osf4.x +++ b/config/dec-osf4.x @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/dec-osf5.x b/config/dec-osf5.x index 3cd909d..8b3e905 100644 --- a/config/dec-osf5.x +++ b/config/dec-osf5.x @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/freebsd b/config/freebsd index 69b4a70..7f4200e 100644 --- a/config/freebsd +++ b/config/freebsd @@ -1,4 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/gnu-fflags b/config/gnu-fflags index ec92f10..f2c92c2 100644 --- a/config/gnu-fflags +++ b/config/gnu-fflags @@ -1,5 +1,18 @@ # -*- 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 should be sourced into configure if the compiler is the # GNU g95/gfortran compiler or a derivative. It is careful not to do anything # if the compiler is not GNU; otherwise `f9x_flags_set' is set to `yes' diff --git a/config/gnu-flags b/config/gnu-flags index c31bc72..0f0a596 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -1,5 +1,18 @@ # -*- 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 should be sourced into configure if the compiler is the # GNU gcc compiler or a derivative. It is careful not to do anything # if the compiler is not GNU; otherwise `cc_flags_set' is set to `yes' diff --git a/config/hpux10.20 b/config/hpux10.20 index a3862b4..0bcd4bf 100644 --- a/config/hpux10.20 +++ b/config/hpux10.20 @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/hpux11.00 b/config/hpux11.00 index 560b3e0..e6c7b5b 100644 --- a/config/hpux11.00 +++ b/config/hpux11.00 @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/hpux9.03 b/config/hpux9.03 index c3da65f..76773f4 100644 --- a/config/hpux9.03 +++ b/config/hpux9.03 @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/i386-pc-cygwin32 b/config/i386-pc-cygwin32 index 0d63288..3216d59 100644 --- a/config/i386-pc-cygwin32 +++ b/config/i386-pc-cygwin32 @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/i686-pc-cygwin b/config/i686-pc-cygwin index c1ad8ab..022211a 100644 --- a/config/i686-pc-cygwin +++ b/config/i686-pc-cygwin @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/ia64-linux-gnu b/config/ia64-linux-gnu index 6db9a62..28e4ff3 100644 --- a/config/ia64-linux-gnu +++ b/config/ia64-linux-gnu @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/intel-fflags b/config/intel-fflags index 51ba6d0..2d87251 100644 --- a/config/intel-fflags +++ b/config/intel-fflags @@ -1,5 +1,18 @@ # -*- 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 should be sourced into configure if the compiler is the # Intel ifort compiler or a derivative. It is careful not to do anything # if the compiler is not Intel; otherwise `f9x_flags_set' is set to `yes' diff --git a/config/intel-flags b/config/intel-flags index 2a89b3b..c9e1768 100644 --- a/config/intel-flags +++ b/config/intel-flags @@ -1,5 +1,18 @@ # -*- 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 should be sourced into configure if the compiler is the # Intel icc compiler or a derivative. It is careful not to do anything # if the compiler is not Intel; otherwise `cc_flags_set' is set to `yes' diff --git a/config/intel-osf1 b/config/intel-osf1 index 32b8dbc..43446b6 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/irix5.x b/config/irix5.x index 874e263..86d9515 100644 --- a/config/irix5.x +++ b/config/irix5.x @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/irix6.x b/config/irix6.x index 61e8e33..ba95f62 100644 --- a/config/irix6.x +++ b/config/irix6.x @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/linux-gnu b/config/linux-gnu index d139966..8a45387 100644 --- a/config/linux-gnu +++ b/config/linux-gnu @@ -1,4 +1,18 @@ # -*- 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/config/linux-gnuaout b/config/linux-gnuaout index d139966..8a45387 100644 --- a/config/linux-gnuaout +++ b/config/linux-gnuaout @@ -1,4 +1,18 @@ # -*- 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/config/linux-gnulibc1 b/config/linux-gnulibc1 index 8d5c051..719b915 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/linux-gnulibc2 b/config/linux-gnulibc2 index 4551fb6..9f667cf 100644 --- a/config/linux-gnulibc2 +++ b/config/linux-gnulibc2 @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/lt_vers.am b/config/lt_vers.am index 154f8d6..eb77306 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -26,3 +26,18 @@ LT_VERS_AGE = 2 ## bin/h5vers, don't move LT_VERS_REVISION from the fourth line ## without also editing the 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. + + + diff --git a/config/nec-superux14.1 b/config/nec-superux14.1 index 0dca00c..6cc099d 100644 --- a/config/nec-superux14.1 +++ b/config/nec-superux14.1 @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/nv1-cray b/config/nv1-cray index 5a0cefd..199d160 100644 --- a/config/nv1-cray +++ b/config/nv1-cray @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/pgi-fflags b/config/pgi-fflags index 0da851b..a9b6780 100644 --- a/config/pgi-fflags +++ b/config/pgi-fflags @@ -1,5 +1,18 @@ # -*- 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 should be sourced into configure if the compiler is the # PGI pgf90 compiler or a derivative. It is careful not to do anything # if the compiler is not PGI; otherwise `f9x_flags_set' is set to `yes' diff --git a/config/pgi-flags b/config/pgi-flags index c6cef66..a5e73ed 100644 --- a/config/pgi-flags +++ b/config/pgi-flags @@ -1,5 +1,18 @@ # -*- 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 should be sourced into configure if the compiler is the # PGI pgcc compiler or a derivative. It is careful not to do anything # if the compiler is not PGI; otherwise `cc_flags_set' is set to `yes' diff --git a/config/powerpc-apple b/config/powerpc-apple index e054f7c..4d7f9e9 100644 --- a/config/powerpc-apple +++ b/config/powerpc-apple @@ -1,4 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/powerpc-ibm-aix4.x b/config/powerpc-ibm-aix4.x index dadca28..f5405c9 100644 --- a/config/powerpc-ibm-aix4.x +++ b/config/powerpc-ibm-aix4.x @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x index f6c4c1e..26ece6f 100644 --- a/config/powerpc-ibm-aix5.x +++ b/config/powerpc-ibm-aix5.x @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/rs6000-ibm-aix4.x b/config/rs6000-ibm-aix4.x index 42a87a2..8867516 100644 --- a/config/rs6000-ibm-aix4.x +++ b/config/rs6000-ibm-aix4.x @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/site-specific/BlankForm b/config/site-specific/BlankForm index 8b48046..c0245f1 100644 --- a/config/site-specific/BlankForm +++ b/config/site-specific/BlankForm @@ -1,5 +1,18 @@ # -*- 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 is used to define environment # variables which a specific machine may need diff --git a/config/solaris2.x b/config/solaris2.x index 32a7c85..a8c23ef 100644 --- a/config/solaris2.x +++ b/config/solaris2.x @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/sv1-cray b/config/sv1-cray index 55ad79d..5416180 100644 --- a/config/sv1-cray +++ b/config/sv1-cray @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/unicos b/config/unicos index e1f0822..9b69a24 100644 --- a/config/unicos +++ b/config/unicos @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/unicos10.0.X b/config/unicos10.0.X index 5636d8a..e8668a9 100644 --- a/config/unicos10.0.X +++ b/config/unicos10.0.X @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/unicosmk b/config/unicosmk index 99e5706..717b890 100644 --- a/config/unicosmk +++ b/config/unicosmk @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/unicosmk2.0.5.X b/config/unicosmk2.0.5.X index acce97e..9a354a2 100644 --- a/config/unicosmk2.0.5.X +++ b/config/unicosmk2.0.5.X @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/unicosmk2.0.6.X b/config/unicosmk2.0.6.X index 140591f..44802f6 100644 --- a/config/unicosmk2.0.6.X +++ b/config/unicosmk2.0.6.X @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/unicosmk2.0.X b/config/unicosmk2.0.X index 2f92003..bf88ac5 100644 --- a/config/unicosmk2.0.X +++ b/config/unicosmk2.0.X @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. diff --git a/config/x86_64-redstorm b/config/x86_64-redstorm index 491e4dd..613fa63 100644 --- a/config/x86_64-redstorm +++ b/config/x86_64-redstorm @@ -1,5 +1,18 @@ # -*- 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 # the various compile modes. -- cgit v0.12