summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-10-11 18:12:57 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-10-11 18:12:57 (GMT)
commit7b2b61891db8980ba8f9625caeab110e86aca4ba (patch)
treefe07007730fe1d224cd2a928f10a28c5a40dcb30 /src
parent8f7c1ce2064c834b868434f1afb7196897b08acb (diff)
downloadhdf5-7b2b61891db8980ba8f9625caeab110e86aca4ba.zip
hdf5-7b2b61891db8980ba8f9625caeab110e86aca4ba.tar.gz
hdf5-7b2b61891db8980ba8f9625caeab110e86aca4ba.tar.bz2
[svn-r11542] Purpose:
Inserted Copyright notice. Platforms tested: tested in heping.
Diffstat (limited to 'src')
-rw-r--r--src/H5FDstream.c14
-rw-r--r--src/H5FDstream.h14
2 files changed, 28 insertions, 0 deletions
diff --git a/src/H5FDstream.c b/src/H5FDstream.c
index a798539..7c53b0a 100644
--- a/src/H5FDstream.c
+++ b/src/H5FDstream.c
@@ -1,3 +1,17 @@
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * 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. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+
/*
* Copyright © 2000 The author.
* The author prefers this code not be used for military purposes.
diff --git a/src/H5FDstream.h b/src/H5FDstream.h
index e59d092..c1e35f1 100644
--- a/src/H5FDstream.h
+++ b/src/H5FDstream.h
@@ -1,3 +1,17 @@
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * 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. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+
/*
* Copyright © 2000 The author.
* The author prefers this code not be used for military purposes.