diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-03-31 17:59:04 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-03-31 17:59:04 (GMT) |
commit | 44022e598c9afaf72082d412b8f150b2c57fde2a (patch) | |
tree | 42771b99b9bc360056f61d85c3bf78c1d36394cf /test/links.c | |
parent | 034deed133dcd9c2ed79a6393abfc20124aec228 (diff) | |
download | hdf5-44022e598c9afaf72082d412b8f150b2c57fde2a.zip hdf5-44022e598c9afaf72082d412b8f150b2c57fde2a.tar.gz hdf5-44022e598c9afaf72082d412b8f150b2c57fde2a.tar.bz2 |
[svn-r6538] Purpose:
Update
Description:
Updated the Copyright statement
Platforms tested:
Linux (This change is only in the comments, so I just check that the
modules still compile)
Misc. update:
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/test/links.c b/test/links.c index ea44764..f84514d 100644 --- a/test/links.c +++ b/test/links.c @@ -1,7 +1,18 @@ - /* - * Copyright (C) 1998 NCSA - * All rights reserved. - * +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * 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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + +/* * Programmer: Robb Matzke <matzke@llnl.gov> * Friday, April 10, 1998 * |