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/titerate.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/titerate.c')
-rw-r--r-- | test/titerate.c | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/test/titerate.c b/test/titerate.c index 8f5d3c8..973a92f 100644 --- a/test/titerate.c +++ b/test/titerate.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$ */ |