1
1
 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 
2
+
 * Copyright by The HDF Group.                                               *
2
3
 
 * Copyright by the Board of Trustees of the University of Illinois.         *
3
4
 
 * All rights reserved.                                                      *
4
5
 
 *                                                                           *
5
6
 
 * This file is part of HDF5.  The full HDF5 copyright notice, including     *
6
7
 
 * terms governing use, modification, and redistribution, is contained in    *
7
8
 
 * the files COPYING and Copyright.html.  COPYING can be found at the root   *
8
9
 
 * of the source code distribution tree; Copyright.html can be found at the  *
9
10
 
 * root level of an installed copy of the electronic HDF5 document set and   *
10
11
 
 * is linked from the top-level documents page.  It can also be found at     *
11
 
-
 * http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html.  If you do not have     *
12
 
-
 * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. *
 
12
+
 * http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have          *
 
13
+
 * access to either file, you may request a copy from help@hdfgroup.org.     *
13
14
 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
14
15
 
15
16
 
/*-------------------------------------------------------------------------
16
17
 
 *
17
18
 
 * Created:     H5Pacpl.c
18
19
 
 *          January  2 2006
19
20
 
 *          James Laird <jlaird@ncsa.uiuc.edu>
20
21
 
 *
21
22
 
 * Purpose:     Attribute creation property list class routines
22
23
 
 *