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)
https://cdf.gsfc.nasa.gov
Space Physics Data Facility
NASA/Goddard Space Flight Center
Greenbelt, Maryland 20771 USA
'Tips
This function corresponds to the CDF library C API routine
CDFgetLibraryCopyright.To use this function, you must be familiar with the CDF C interface. You can access the CDF documentation at the CDF website.