diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-02-07 14:56:24 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-02-07 14:56:24 (GMT) |
commit | ed7d456e512d9f2319d8ebe67feb44d842be8c07 (patch) | |
tree | 9d95f956e8799a86b5d6dfadafc23db58727fecb /src/H5Pdxpl.c | |
parent | 4c62c0aa8af0f0501d268c7f2036592d7f702096 (diff) | |
download | hdf5-ed7d456e512d9f2319d8ebe67feb44d842be8c07.zip hdf5-ed7d456e512d9f2319d8ebe67feb44d842be8c07.tar.gz hdf5-ed7d456e512d9f2319d8ebe67feb44d842be8c07.tar.bz2 |
[svn-r13253] Updated all C and C++ style source code files with the THG copyright notice.
Tested platform:
Kagiso only since it is only a comment block change. If it works in one
machine, it should work in all, I hope. Still need to check the parallel
build on copper.
Diffstat (limited to 'src/H5Pdxpl.c')
-rw-r--r-- | src/H5Pdxpl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5Pdxpl.c b/src/H5Pdxpl.c index 393f42d..38d64c9 100644 --- a/src/H5Pdxpl.c +++ b/src/H5Pdxpl.c @@ -1,4 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * @@ -8,8 +9,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://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. * + * 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. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /*------------------------------------------------------------------------- |