home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************
- *
- *
- * NCSA HDF version 3.2r2
- * October 30, 1992
- *
- * NCSA HDF Version 3.2 source code and documentation are in the public
- * domain. Specifically, we give to the public domain all rights for future
- * licensing of the source code, all resale rights, and all publishing rights.
- *
- * We ask, but do not require, that the following message be included in all
- * derived works:
- *
- * Portions developed at the National Center for Supercomputing Applications at
- * the University of Illinois at Urbana-Champaign, in collaboration with the
- * Information Technology Institute of Singapore.
- *
- * THE UNIVERSITY OF ILLINOIS GIVES NO WARRANTY, EXPRESSED OR IMPLIED, FOR THE
- * SOFTWARE AND/OR DOCUMENTATION PROVIDED, INCLUDING, WITHOUT LIMITATION,
- * WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE
- *
- ****************************************************************************
- */
-
- /*
- $Header: /hdf/hdf/v3.2r2/src/RCS/dfgroup.h,v 1.1 1992/08/25 21:40:44 koziol beta koziol $
-
- $Log: dfgroup.h,v $
- * Revision 1.1 1992/08/25 21:40:44 koziol
- * Initial revision
- *
- * Revision 1.5 1992/08/19 04:27:36 koziol
- * Updated header for new release (v3.2r1)
- *
- * Revision 1.4 1992/05/26 21:03:51 koziol
- * Folded Jason's Mac port and Linted code into the main version
- *
- * Revision 1.3 1992/04/24 15:50:30 koziol
- * PC port
- *
- * Revision 1.2 1992/02/29 18:56:21 sxu
- * add header
- *
- * Revision 1.1 1992/02/21 22:58:48 mfolk
- * Initial revision
- *
- * Revision 1.1 1991/10/22 17:56:10 dilg
- * Initial revision
- *
- */
- #ifndef DFGROUP /* avoid re-inclusion */
- #define DFGROUP
-
- #include "hdf.h"
-
- #endif /* DFGROUP */
-