diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-08 01:12:08 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-08 01:12:08 (GMT) |
commit | e4d94d794375da9b6b8e407c8b3bd367b3d9ae06 (patch) | |
tree | f9a03307f68cd6a678d13a74568d6cc9e2f4416b /src/H5Einit.h | |
parent | d45c7c031f7cac8b918b2f049f8bd5f50a7cc976 (diff) | |
download | hdf5-e4d94d794375da9b6b8e407c8b3bd367b3d9ae06.zip hdf5-e4d94d794375da9b6b8e407c8b3bd367b3d9ae06.tar.gz hdf5-e4d94d794375da9b6b8e407c8b3bd367b3d9ae06.tar.bz2 |
[svn-r13267] Description:
Add more support for creation order index operations to attributes:
get deletions & compact<->dense storage transitions working.
Tested on:
FreeBSD/32 6.2 (duty)
Mac OS X/32 10.4.8 (amazon)
Diffstat (limited to 'src/H5Einit.h')
-rw-r--r-- | src/H5Einit.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5Einit.h b/src/H5Einit.h index ac02d48..8b2429a 100644 --- a/src/H5Einit.h +++ b/src/H5Einit.h @@ -1,5 +1,4 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * @@ -9,8 +8,8 @@ * 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. * + * http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have * + * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* Generated automatically by bin/make_err -- do not edit */ |