diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2017-05-25 21:19:11 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2017-05-25 21:19:11 (GMT) |
commit | aab593f7d94748ac8e929fc0cd11f89c0431b8a4 (patch) | |
tree | d0933b8150b4e381a31dc8ca61fe16c7f470ada9 /examples/h5_select.c | |
parent | 53ab586c4ec7fe8b829ff405217929243ef31f1e (diff) | |
parent | 2fb535ceff613dfd2a02b5b78ba7c3b5df95424b (diff) | |
download | hdf5-aab593f7d94748ac8e929fc0cd11f89c0431b8a4.zip hdf5-aab593f7d94748ac8e929fc0cd11f89c0431b8a4.tar.gz hdf5-aab593f7d94748ac8e929fc0cd11f89c0431b8a4.tar.bz2 |
Merge pull request #537 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
* commit '2fb535ceff613dfd2a02b5b78ba7c3b5df95424b':
Remove The HDF Group copyright header from 3rd party file. Remove java/COPYING file - no java directory in this branch.
Update text in COPYING files in subdirectories to match changes to copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files.
Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
Diffstat (limited to 'examples/h5_select.c')
-rw-r--r-- | examples/h5_select.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/examples/h5_select.c b/examples/h5_select.c index ceb9c2c..bbc877c 100644 --- a/examples/h5_select.c +++ b/examples/h5_select.c @@ -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. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* |