cdflib.getLibraryCopyright

Copyright notice of Common Data Format (CDF) library

Syntax

copyright = cdflib.getLibraryCopyright()

Description

copyright = cdflib.getLibraryCopyright() returns a character vector containing the copyright notice of the CDF library.

Examples

Get the copyright of the CDF library.

copyright  = cdflib.getLibraryCopyright()

copyright =

Common Data Format (CDF)
(C) Copyright 1990-2008 NASA/GSFC
Space Physics Data Facility
NASA/Goddard Space Flight Center
Greenbelt, Maryland 20771 USA
(Internet -- CDFSUPPORT@LISTSERV.GSFC.NASA.GOV)

References

This function corresponds to the CDF library C API routine CDFgetLibraryCopyright.

To use this function, you must be familiar with the CDF C interface. Read the CDF documentation at the CDF website.

For copyright information, see the cdfcopyright.txt file.