diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-10-10 14:00:11 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-10-10 14:00:11 (GMT) |
commit | fc0acb35f52b8af42031b74eb1cd5b6cc9b9d822 (patch) | |
tree | 5f5bffdfd6f408ad2ecd3ec1d50aa9064ec89f40 | |
parent | ea5d1f43258a8e428f9f4fb1cdea7c674a3a2a83 (diff) | |
download | hdf5-fc0acb35f52b8af42031b74eb1cd5b6cc9b9d822.zip hdf5-fc0acb35f52b8af42031b74eb1cd5b6cc9b9d822.tar.gz hdf5-fc0acb35f52b8af42031b74eb1cd5b6cc9b9d822.tar.bz2 |
[svn-r11515] Purpose:
Fixed copyright notice.
Description:
A line is missing in the copyright notice. Fixed.
Platforms tested:
No test since it is only a fix in a comment block.
-rw-r--r-- | src/H5Ztrans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ztrans.c b/src/H5Ztrans.c index cbf21b7..79e69b8 100644 --- a/src/H5Ztrans.c +++ b/src/H5Ztrans.c @@ -2,7 +2,7 @@ * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * - + * 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 * |