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 /c++/examples/h5group.cpp | |
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 'c++/examples/h5group.cpp')
-rw-r--r-- | c++/examples/h5group.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/c++/examples/h5group.cpp b/c++/examples/h5group.cpp index d4efdd6..c3415b6 100644 --- a/c++/examples/h5group.cpp +++ b/c++/examples/h5group.cpp @@ -1,15 +1,16 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by the Board of Trustees of the University of Illinois. * - * All rights reserved. * - * * + * Copyright by The HDF Group. * + * 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 * * 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. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* |