diff options
author | lrknox <lrknox> | 2017-04-15 17:50:10 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-04-25 20:59:21 (GMT) |
commit | 1073ac45efd85f858b11328b0d4f6e7413c5d4d8 (patch) | |
tree | 20548ea0ed185fef07522e585b90b8f65d92ffa9 | |
parent | e8a07266364d3b9a2ecdaffa51824d5f5b2b39bb (diff) | |
download | hdf5-1073ac45efd85f858b11328b0d4f6e7413c5d4d8.zip hdf5-1073ac45efd85f858b11328b0d4f6e7413c5d4d8.tar.gz hdf5-1073ac45efd85f858b11328b0d4f6e7413c5d4d8.tar.bz2 |
Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
-rw-r--r-- | src/H5PLpkg.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/H5PLpkg.h b/src/H5PLpkg.h index 5cf3096..e356893 100644 --- a/src/H5PLpkg.h +++ b/src/H5PLpkg.h @@ -5,12 +5,10 @@ * * * 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://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have * - * access to either file, you may request a copy from help@hdfgroup.org. * + * 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. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #if !(defined H5PL_FRIEND || defined H5PL_MODULE) |