home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / hdf / unix / hdf3_2r2 / src / dfgroup.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-29  |  1.7 KB  |  57 lines

  1. /***************************************************************************
  2. *
  3. *
  4. *                         NCSA HDF version 3.2r2
  5. *                            October 30, 1992
  6. *
  7. * NCSA HDF Version 3.2 source code and documentation are in the public
  8. * domain.  Specifically, we give to the public domain all rights for future
  9. * licensing of the source code, all resale rights, and all publishing rights.
  10. *
  11. * We ask, but do not require, that the following message be included in all
  12. * derived works:
  13. *
  14. * Portions developed at the National Center for Supercomputing Applications at
  15. * the University of Illinois at Urbana-Champaign, in collaboration with the
  16. * Information Technology Institute of Singapore.
  17. *
  18. * THE UNIVERSITY OF ILLINOIS GIVES NO WARRANTY, EXPRESSED OR IMPLIED, FOR THE
  19. * SOFTWARE AND/OR DOCUMENTATION PROVIDED, INCLUDING, WITHOUT LIMITATION,
  20. * WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE
  21. *
  22. ****************************************************************************
  23. */
  24.  
  25. /*
  26. $Header: /hdf/hdf/v3.2r2/src/RCS/dfgroup.h,v 1.1 1992/08/25 21:40:44 koziol beta koziol $
  27.  
  28. $Log: dfgroup.h,v $
  29.  * Revision 1.1  1992/08/25  21:40:44  koziol
  30.  * Initial revision
  31.  *
  32.  * Revision 1.5  1992/08/19  04:27:36  koziol
  33.  * Updated header for new release (v3.2r1)
  34.  *
  35.  * Revision 1.4  1992/05/26  21:03:51  koziol
  36.  * Folded Jason's Mac port and Linted code into the main version
  37.  *
  38.  * Revision 1.3  1992/04/24  15:50:30  koziol
  39.  * PC port
  40.  *
  41.  * Revision 1.2  1992/02/29  18:56:21  sxu
  42.  * add header
  43.  *
  44.  * Revision 1.1  1992/02/21  22:58:48  mfolk
  45.  * Initial revision
  46.  *
  47.  * Revision 1.1  1991/10/22  17:56:10  dilg
  48.  * Initial revision
  49.  *
  50. */
  51. #ifndef DFGROUP /* avoid re-inclusion */
  52. #define DFGROUP
  53.  
  54. #include "hdf.h"
  55.  
  56. #endif /* DFGROUP */
  57.