NASA provides a visualization software called Panoply. There is a Credits and Acknowledgments page that acknowledges and lists the licenses of software dependencies, but provides no information about its own license.
I have looked at other software produced by NASA, including the source code for GISS and can not find any information about a licence.
The closest information that I can find is in the FAQ for the global climate model EdGCM Global that says the code is in the “public domain”
- is it standard practice at NASA to release code into the public domain?
- are there exceptions?
- Can I assume that Panoply is public domain and can be used without restriction other than than those imposed by licenses of software dependencies?
- Is the absence of specific permission to reuse the code a concern (this issue was raised in the answer to a separate question)
- How common is this practice across government agencies?
1
It’s free software, subject to the constraints of the third party software upon which Panoply depends. From http://gcmd.nasa.gov/records/NASA_GISS_Panoply.html
(you’ll have to click on the “Click to view more” under “Use Constraints” to see the license):
Scope of License. Subject to all the terms and conditions of this license and of the individual licenses of any third-party libraries, NASA Goddard Institute for Space Studies grants the user royalty-free, nonexclusive, nontransferable, and worldwide rights to reproduce, modify, reverse engineer, and distribute the Panoply software package, herein referred to as the Product.
Conditions and Limitations of Use. Neither the U.S. Government, nor any agency or employee thereof, makes any warranties, expressed or implied, with respect to the Product provided under this License, including but not limited to the implied warranties or merchantability and fitness for any particular purpose.
Liability. In no event shall the U.S. Government, nor any agency or employee thereof, be liable for any direct, indirect, or consequential damages flowing from the use of the Product provided under this License.
Non-Assignment. Neither this License nor any rights granted hereunder are transferable or assignable without the explicit prior written consent of NASA Goddard Institute for Space Studies.
Names and Logos. User shall not substitute its name or logo in identification of the Product.
Export of technology. User shall comply with all U.S. laws and regulations restricting the export of the Product to other countries.
2
tl;dr – NASA software is not public domain.
NASA releases some software under the NOSA. A great deal of NASA software is classified or restricted to NASA staff. The source code for the GISS GCM Model E requires that you be internal to NASA to access it. The Johnson Space Center has a complete list of the various levels of control over licenses.
6