summaryrefslogtreecommitdiffstats
path: root/src/H5P.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-06-10 19:49:27 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-06-10 19:49:27 (GMT)
commite4614ad65dbe822da09348bc3463ab360920f3a1 (patch)
treede873b0f50274162710f91de4700b4c9103a3ea4 /src/H5P.c
parent69fdbf8ba296a401a4069cafbaf182b963b9fb16 (diff)
downloadhdf5-e4614ad65dbe822da09348bc3463ab360920f3a1.zip
hdf5-e4614ad65dbe822da09348bc3463ab360920f3a1.tar.gz
hdf5-e4614ad65dbe822da09348bc3463ab360920f3a1.tar.bz2
[svn-r5579] Purpose:
Copyright Fix Description: Switched the copyright statements from the old, bad version to the new version we got from the lawyers. Note: not every file was changed. There are some files which have copyrights not to NCSA (see the Stream VFD and some of the GIF conversion modules didn't have copyrights, so I didn't know if they were from others or from us). I left those alone. If others think they should be changed, please feel free to do so. Platforms tested: Linux
Diffstat (limited to 'src/H5P.c')
-rw-r--r--src/H5P.c24
1 files changed, 13 insertions, 11 deletions
diff --git a/src/H5P.c b/src/H5P.c
index 597d555..8678f33 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -1,14 +1,16 @@
-/****************************************************************************
-* NCSA HDF *
-* Software Development Group *
-* National Center for Supercomputing Applications *
-* University of Illinois at Urbana-Champaign *
-* 605 E. Springfield, Champaign IL 61820 *
-* *
-* For conditions of distribution and use, see the accompanying *
-* hdf/COPYING file. *
-* *
-****************************************************************************/
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * 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. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* $Id$ */