diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-17 21:48:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-17 21:48:09 (GMT) |
commit | 0ac03c78900404696ff2427556bc815adf56744c (patch) | |
tree | af407bdc55c7b4b08c8fe11628069e70362d6046 /windows/perform | |
parent | fd547cd11ffa59c66aa93a5c55f6b979792e76d7 (diff) | |
download | hdf5-0ac03c78900404696ff2427556bc815adf56744c.zip hdf5-0ac03c78900404696ff2427556bc815adf56744c.tar.gz hdf5-0ac03c78900404696ff2427556bc815adf56744c.tar.bz2 |
[svn-r18414] Description:
Add copyright to new files
Diffstat (limited to 'windows/perform')
-rw-r--r-- | windows/perform/H5srcdir.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/windows/perform/H5srcdir.h b/windows/perform/H5srcdir.h index 2d91a59..ca9ec78 100644 --- a/windows/perform/H5srcdir.h +++ b/windows/perform/H5srcdir.h @@ -1,3 +1,18 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * 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://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
+ * access to either file, you may request a copy from help@hdfgroup.org. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+
/* If you are reading this file and it has a '.h' suffix, it was automatically
* generated from the '.in' version. Make changes there.
*/
|