diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2017-04-17 19:32:16 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-04-25 21:05:36 (GMT) |
commit | 89fbe00dec8187305b518d91c3ddb7d910665f79 (patch) | |
tree | bb62232451b31349f3d9c88b38b1ed6adf047ed4 /m4/aclocal_cxx.m4 | |
parent | 1073ac45efd85f858b11328b0d4f6e7413c5d4d8 (diff) | |
download | hdf5-89fbe00dec8187305b518d91c3ddb7d910665f79.zip hdf5-89fbe00dec8187305b518d91c3ddb7d910665f79.tar.gz hdf5-89fbe00dec8187305b518d91c3ddb7d910665f79.tar.bz2 |
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '54957d37f5aa73912763dbb6e308555e863c43f4':
Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh.
Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
Diffstat (limited to 'm4/aclocal_cxx.m4')
-rw-r--r-- | m4/aclocal_cxx.m4 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/m4/aclocal_cxx.m4 b/m4/aclocal_cxx.m4 index 9d47193..29a0607 100644 --- a/m4/aclocal_cxx.m4 +++ b/m4/aclocal_cxx.m4 @@ -6,12 +6,10 @@ dnl All rights reserved. dnl dnl This file is part of HDF5. The full HDF5 copyright notice, including dnl terms governing use, modification, and redistribution, is contained in -dnl the files COPYING and Copyright.html. COPYING can be found at the root -dnl of the source code distribution tree; Copyright.html can be found at the -dnl root level of an installed copy of the electronic HDF5 document set and -dnl is linked from the top-level documents page. It can also be found at -dnl http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have -dnl access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +dnl the COPYING file, which can be found at the root of the source code +dnl distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. +dnl If you do not have access to either file, you may request a copy from +dnl help@hdfgroup.org dnl dnl ------------------------------------------------------------------------- dnl ------------------------------------------------------------------------- |