diff options
author | lrknox <lrknox> | 2017-04-15 13:17:10 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-04-15 13:17:10 (GMT) |
commit | 49cded79ce4fed1fa775c3c3187bc583307e1166 (patch) | |
tree | ab544d25500099c9ab486e7846a2b8f233a8c26d /bin | |
parent | b9a27fddaa3043684b0137d30b6ec80e7f7d6b52 (diff) | |
download | hdf5-49cded79ce4fed1fa775c3c3187bc583307e1166.zip hdf5-49cded79ce4fed1fa775c3c3187bc583307e1166.tar.gz hdf5-49cded79ce4fed1fa775c3c3187bc583307e1166.tar.bz2 |
Add new files in release_docs to MANIFEST.
Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running
autogen.sh.
Conflicts:
README.txt
c++/src/Makefile.in
fortran/src/Makefile.in
hl/c++/src/Makefile.in
hl/fortran/src/Makefile.in
hl/src/Makefile.in
java/src/jni/Makefile.in
release_docs/RELEASE.txt
src/Makefile.in
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/COPYING | 11 | ||||
-rwxr-xr-x | bin/yodconfigure | 11 |
2 files changed, 9 insertions, 13 deletions
diff --git a/bin/COPYING b/bin/COPYING index 6903daf..6497ace 100755 --- a/bin/COPYING +++ b/bin/COPYING @@ -5,12 +5,9 @@ The files and subdirectories in this directory are 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://www.hdfgroup.org/HDF5/doc/Copyright.html. If you do not - have access to either file, you may request a copy from + modification, and redistribution, is contained in the COPYING file + which can be found at the root of the source code distribution tree + or in https://support.hdfgroup.org/ftp/HDF5/releases. If you do + not have access to either file, you may request a copy from help@hdfgroup.org. diff --git a/bin/yodconfigure b/bin/yodconfigure index 2bc67e2..44d7d99 100755 --- a/bin/yodconfigure +++ b/bin/yodconfigure @@ -1,16 +1,15 @@ #!/bin/sh # +# Copyright by The HDF Group. # 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 COPYING file, which can be found at the root of the source code +# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. +# If you do not have access to either file, you may request a copy from +# help@hdfgroup.org. # # Fix configure file so that it can launch configure testing executable # via the proper launching command, e.g., yod. (Thus the name yodconfigure |