diff options
author | Jake Smith <jake.smith@hdfgroup.org> | 2020-04-11 16:53:41 (GMT) |
---|---|---|
committer | Jake Smith <jake.smith@hdfgroup.org> | 2020-04-11 16:53:41 (GMT) |
commit | f1893e940426dce5885c2d04932af24921cf4f4a (patch) | |
tree | 4881a06cdcee1be33292d4106db472e4194070d3 /utils/COPYING | |
parent | 14ba946283fe75cc22c780305b819485409574ce (diff) | |
parent | 664fc6af47e369152727ff66d68d8532feb0e210 (diff) | |
download | hdf5-f1893e940426dce5885c2d04932af24921cf4f4a.zip hdf5-f1893e940426dce5885c2d04932af24921cf4f4a.tar.gz hdf5-f1893e940426dce5885c2d04932af24921cf4f4a.tar.bz2 |
Merge pull request #2452 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:feature/vfd_splitter_mirror_a to develop
Add Splitter VFD and Mirror VFD.
* commit '664fc6af47e369152727ff66d68d8532feb0e210':
Add enable-mirror-vfd flag to configure options.
Tidying of Mirror VFD.
Add function header comment for `mirror_writer:run_writer()`.
Add Splitter VFD to library.
Diffstat (limited to 'utils/COPYING')
-rw-r--r-- | utils/COPYING | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/COPYING b/utils/COPYING new file mode 100644 index 0000000..4a23112 --- /dev/null +++ b/utils/COPYING @@ -0,0 +1,12 @@ + + Copyright by The HDF Group. + All rights reserved. + + 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 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. + |