From c14a897ee25b14b1a5736b295cb57cc1c1c2b8e0 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Fri, 28 Oct 2005 15:57:03 -0500 Subject: [svn-r11615] Description: Add copyright notices. Platforms tested: Ran hdf5/chkcopyright successfully. --- fortran/config/BlankForm | 13 +++++++++++++ fortran/config/commence.in | 13 +++++++++++++ fortran/config/conclude.in | 13 +++++++++++++ fortran/config/dec-flags | 13 +++++++++++++ fortran/config/dec-osf4.x | 13 +++++++++++++ fortran/config/dec-osf5.x | 13 +++++++++++++ fortran/config/depend1.in | 13 +++++++++++++ fortran/config/depend2.in | 13 +++++++++++++ fortran/config/depend3.in | 13 +++++++++++++ fortran/config/depend4.in | 13 +++++++++++++ fortran/config/dependN.in | 13 +++++++++++++ fortran/config/freebsd | 14 ++++++++++++++ fortran/config/gnu-flags | 13 +++++++++++++ fortran/config/hpux10.20 | 13 +++++++++++++ fortran/config/hpux11.00 | 13 +++++++++++++ fortran/config/hpux11.23 | 13 +++++++++++++ fortran/config/hpux9.03 | 13 +++++++++++++ fortran/config/i386-pc-cygwin32 | 13 +++++++++++++ fortran/config/ia64-linux-gnu | 13 +++++++++++++ fortran/config/intel-fflags | 14 +++++++++++++- fortran/config/intel-flags | 13 +++++++++++++ fortran/config/intel-osf1 | 13 +++++++++++++ fortran/config/irix5.x | 13 +++++++++++++ fortran/config/irix6.x | 13 +++++++++++++ fortran/config/linux-gnu | 14 ++++++++++++++ fortran/config/linux-gnuaout | 14 ++++++++++++++ fortran/config/linux-gnulibc1 | 13 +++++++++++++ fortran/config/linux-gnulibc2 | 13 +++++++++++++ fortran/config/nv1-cray | 13 +++++++++++++ fortran/config/pgi-fflags | 13 +++++++++++++ fortran/config/pgi-flags | 13 +++++++++++++ fortran/config/powerpc-apple | 14 ++++++++++++++ fortran/config/powerpc-ibm-aix4.x | 13 +++++++++++++ fortran/config/powerpc-ibm-aix5.x | 13 +++++++++++++ fortran/config/rs6000-ibm-aix4.x | 13 +++++++++++++ fortran/config/solaris2.x | 13 +++++++++++++ fortran/config/sv1-cray | 13 +++++++++++++ fortran/config/unicos | 13 +++++++++++++ fortran/config/unicos10.0.X | 13 +++++++++++++ fortran/config/unicosmk | 13 +++++++++++++ fortran/config/unicosmk2.0.5.X | 13 +++++++++++++ fortran/config/unicosmk2.0.6.X | 13 +++++++++++++ fortran/config/unicosmk2.0.X | 13 +++++++++++++ 43 files changed, 563 insertions(+), 1 deletion(-) diff --git a/fortran/config/BlankForm b/fortran/config/BlankForm index 83b6ef5..c0f9aaf 100644 --- a/fortran/config/BlankForm +++ b/fortran/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/fortran/config/commence.in b/fortran/config/commence.in index 6946fd2..2532d9a 100644 --- a/fortran/config/commence.in +++ b/fortran/config/commence.in @@ -1,4 +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. + + ## 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/fortran/config/conclude.in b/fortran/config/conclude.in index 2de796f..8488552 100644 --- a/fortran/config/conclude.in +++ b/fortran/config/conclude.in @@ -1,4 +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. + + ## 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/fortran/config/dec-flags b/fortran/config/dec-flags index 703b648..dd46677 100644 --- a/fortran/config/dec-flags +++ b/fortran/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/fortran/config/dec-osf4.x b/fortran/config/dec-osf4.x index bad4669..b6387d4 100644 --- a/fortran/config/dec-osf4.x +++ b/fortran/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/fortran/config/dec-osf5.x b/fortran/config/dec-osf5.x index bad4669..b6387d4 100644 --- a/fortran/config/dec-osf5.x +++ b/fortran/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/fortran/config/depend1.in b/fortran/config/depend1.in index d2cf99f..77eab83 100644 --- a/fortran/config/depend1.in +++ b/fortran/config/depend1.in @@ -1,4 +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 diff --git a/fortran/config/depend2.in b/fortran/config/depend2.in index f67914f..d0780b7 100644 --- a/fortran/config/depend2.in +++ b/fortran/config/depend2.in @@ -1,4 +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 diff --git a/fortran/config/depend3.in b/fortran/config/depend3.in index e856bc5..78c4b19 100644 --- a/fortran/config/depend3.in +++ b/fortran/config/depend3.in @@ -1,4 +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 diff --git a/fortran/config/depend4.in b/fortran/config/depend4.in index b0324d9..0394e0f 100644 --- a/fortran/config/depend4.in +++ b/fortran/config/depend4.in @@ -1,4 +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 diff --git a/fortran/config/dependN.in b/fortran/config/dependN.in index 7ece270..4cfab55 100644 --- a/fortran/config/dependN.in +++ b/fortran/config/dependN.in @@ -1,4 +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. + + ## Automatic dependencies are not being used and we cannot include other ## files. diff --git a/fortran/config/freebsd b/fortran/config/freebsd index d7bce7f..455f972 100644 --- a/fortran/config/freebsd +++ b/fortran/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/fortran/config/gnu-flags b/fortran/config/gnu-flags index ad6b03c..7517b5d 100644 --- a/fortran/config/gnu-flags +++ b/fortran/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/fortran/config/hpux10.20 b/fortran/config/hpux10.20 index 388342a..4f41d26 100644 --- a/fortran/config/hpux10.20 +++ b/fortran/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/fortran/config/hpux11.00 b/fortran/config/hpux11.00 index 388342a..4f41d26 100644 --- a/fortran/config/hpux11.00 +++ b/fortran/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/fortran/config/hpux11.23 b/fortran/config/hpux11.23 index 388342a..4f41d26 100644 --- a/fortran/config/hpux11.23 +++ b/fortran/config/hpux11.23 @@ -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/fortran/config/hpux9.03 b/fortran/config/hpux9.03 index abed0b3..f6cd559 100644 --- a/fortran/config/hpux9.03 +++ b/fortran/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/fortran/config/i386-pc-cygwin32 b/fortran/config/i386-pc-cygwin32 index 474903b..1f822c2 100644 --- a/fortran/config/i386-pc-cygwin32 +++ b/fortran/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/fortran/config/ia64-linux-gnu b/fortran/config/ia64-linux-gnu index f79b391..5f60521 100644 --- a/fortran/config/ia64-linux-gnu +++ b/fortran/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/fortran/config/intel-fflags b/fortran/config/intel-fflags index a3de515..57b7a5a 100644 --- a/fortran/config/intel-fflags +++ b/fortran/config/intel-fflags @@ -1,6 +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/fortran/config/intel-flags b/fortran/config/intel-flags index e3e28f3..79c2e7a 100644 --- a/fortran/config/intel-flags +++ b/fortran/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/fortran/config/intel-osf1 b/fortran/config/intel-osf1 index 0b50c4f..d126404 100644 --- a/fortran/config/intel-osf1 +++ b/fortran/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/fortran/config/irix5.x b/fortran/config/irix5.x index bd757e1..0a239b2 100644 --- a/fortran/config/irix5.x +++ b/fortran/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/fortran/config/irix6.x b/fortran/config/irix6.x index 9f1acef..367f297 100644 --- a/fortran/config/irix6.x +++ b/fortran/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/fortran/config/linux-gnu b/fortran/config/linux-gnu index d139966..c96ba78 100644 --- a/fortran/config/linux-gnu +++ b/fortran/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/fortran/config/linux-gnuaout b/fortran/config/linux-gnuaout index d139966..c96ba78 100644 --- a/fortran/config/linux-gnuaout +++ b/fortran/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/fortran/config/linux-gnulibc1 b/fortran/config/linux-gnulibc1 index d7f867a..92a231d 100644 --- a/fortran/config/linux-gnulibc1 +++ b/fortran/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/fortran/config/linux-gnulibc2 b/fortran/config/linux-gnulibc2 index 4551fb6..d8d7c09 100644 --- a/fortran/config/linux-gnulibc2 +++ b/fortran/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/fortran/config/nv1-cray b/fortran/config/nv1-cray index b7389a0..2a83d73 100644 --- a/fortran/config/nv1-cray +++ b/fortran/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/fortran/config/pgi-fflags b/fortran/config/pgi-fflags index 104b715..7a6abc2 100644 --- a/fortran/config/pgi-fflags +++ b/fortran/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/fortran/config/pgi-flags b/fortran/config/pgi-flags index 7dc42be..2c19c5a 100644 --- a/fortran/config/pgi-flags +++ b/fortran/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/fortran/config/powerpc-apple b/fortran/config/powerpc-apple index 50c4b27..8f6c0f6 100644 --- a/fortran/config/powerpc-apple +++ b/fortran/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/fortran/config/powerpc-ibm-aix4.x b/fortran/config/powerpc-ibm-aix4.x index 73c622d..947b148 100644 --- a/fortran/config/powerpc-ibm-aix4.x +++ b/fortran/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/fortran/config/powerpc-ibm-aix5.x b/fortran/config/powerpc-ibm-aix5.x index 570fe0c..07bfbd7 100644 --- a/fortran/config/powerpc-ibm-aix5.x +++ b/fortran/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/fortran/config/rs6000-ibm-aix4.x b/fortran/config/rs6000-ibm-aix4.x index 01b252d..2e9739a 100644 --- a/fortran/config/rs6000-ibm-aix4.x +++ b/fortran/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/fortran/config/solaris2.x b/fortran/config/solaris2.x index 48003e0..087822f 100644 --- a/fortran/config/solaris2.x +++ b/fortran/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/fortran/config/sv1-cray b/fortran/config/sv1-cray index c046c6e..8bf8604 100644 --- a/fortran/config/sv1-cray +++ b/fortran/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/fortran/config/unicos b/fortran/config/unicos index 328616b..738587d 100644 --- a/fortran/config/unicos +++ b/fortran/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/fortran/config/unicos10.0.X b/fortran/config/unicos10.0.X index 328616b..738587d 100644 --- a/fortran/config/unicos10.0.X +++ b/fortran/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/fortran/config/unicosmk b/fortran/config/unicosmk index c046c6e..8bf8604 100644 --- a/fortran/config/unicosmk +++ b/fortran/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/fortran/config/unicosmk2.0.5.X b/fortran/config/unicosmk2.0.5.X index d360c13..2dde2cc 100644 --- a/fortran/config/unicosmk2.0.5.X +++ b/fortran/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/fortran/config/unicosmk2.0.6.X b/fortran/config/unicosmk2.0.6.X index bbf29b6..bfd5817 100644 --- a/fortran/config/unicosmk2.0.6.X +++ b/fortran/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/fortran/config/unicosmk2.0.X b/fortran/config/unicosmk2.0.X index d360c13..2dde2cc 100644 --- a/fortran/config/unicosmk2.0.X +++ b/fortran/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. -- cgit v0.12