PyHexad
  • What is PyHexad?
    • Conventions
  • Installation
    • Prerequisites
    • The pyhexad Python Module
    • Sanity Check
    • Finishing Touches
  • Displaying the Contents of an HDF5 File
    • A Hierarchical View: h5showTree
    • A Tabular View: h5showList
    • Item Details: h5getInfo
  • Working with HDF5 Arrays
    • Reading Arrays: h5readArray
    • Creating New Arrays: h5newArray
    • Writing Arrays: h5writeArray
  • Working with HDF5 Tables
    • Reading Tables: h5readTable
    • Creating New Tables: h5newTable
    • Appending Rows to a Table: h5appendRows
    • Writing to a Table: h5writeTable
  • Working with HDF5 Attributes
    • Reading Attributes: h5readAttribute
    • Writing Attributes: h5writeAttribute
  • Working with HDF5 Images
    • Reading Images: h5readImage
  • Miscellaneous
    • Creating Files: h5newFile
    • Creating Groups: h5newGroup
  • Supported Types
    • Scalar Types
    • Non-Scalar Types
  • Glossary
  • Copyright
 
PyHexad
  • Docs »
  • Copyright
  • Edit on GitHub

CopyrightΒΆ

Copyright Notice and License Terms for PyHexad
-----------------------------------------------------------------------------

PyHexad
Copyright 2014 by The HDF Group.

All rights reserved.

Redistribution and use in source and binary forms, with or without 
modification, are permitted for any purpose (including commercial purposes) 
provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, 
   this list of conditions, and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, 
   this list of conditions, and the following disclaimer in the documentation 
   and/or materials provided with the distribution.

3. In addition, redistributions of modified forms of the source or binary 
   code must carry prominent notices stating that the original code was 
   changed and the date of the change.

4. All publications or advertising materials mentioning features or use of 
   this software are asked, but not required, to acknowledge that it was 
   developed by The HDF Group and credit the contributors.

5. Neither the name of The HDF Group nor the name of any Contributor may 
   be used to endorse or promote products derived from this software 
   without specific prior written permission from The HDF Group or the 
   Contributor, respectively.

DISCLAIMER: 
THIS SOFTWARE IS PROVIDED BY THE HDF GROUP "AS IS" WITH NO WARRANTY OF ANY 
KIND, EITHER EXPRESSED OR IMPLIED.  In no event shall The HDF Group or the 
Contributors be liable for any damages suffered by the users arising out of 
the use of this software, even if advised of the possibility of such damage. 

-----------------------------------------------------------------------------
Next Previous

© Copyright 2014, The HDF Group.

Built with Sphinx using a theme provided by Read the Docs.