Source
1
1
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2
2
* Copyright by The HDF Group. *
3
3
* All rights reserved. *
4
4
* *
5
5
* This file is part of HDF5. The full HDF5 copyright notice, including *
6
6
* terms governing use, modification, and redistribution, is contained in *
7
-
* the files COPYING and Copyright.html. COPYING can be found at the root *
8
-
* of the source code distribution tree; Copyright.html can be found at the *
9
-
* root level of an installed copy of the electronic HDF5 document set and *
10
-
* is linked from the top-level documents page. It can also be found at *
11
-
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
12
-
* access to either file, you may request a copy from help@hdfgroup.org. *
7
+
* the COPYING file, which can be found at the root of the source code *
8
+
* distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
9
+
* If you do not have access to either file, you may request a copy from *
10
+
* help@hdfgroup.org. *
13
11
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
14
12
15
13
/*
16
14
* Programmer: Quincey Koziol <koziol@hdfgroup.org>
17
15
* Saturday, September 12, 2015
18
16
*
19
17
* Purpose: This file contains declarations which define macros for the
20
18
* H5S package. Including this header means that the source file
21
19
* is part of the H5S package.
22
20
*/