NASA and open-source software
NASA and open-source software
Posted Feb 16, 2023 21:14 UTC (Thu) by dullfire (guest, #111432)In reply to: NASA and open-source software by Kluge
Parent article: NASA and open-source software
> Say a NASA programmer wants to modify an existing Linux kernel driver to make it work for a new Mars rover. The new driver is a derived work of the old driver, which was under the GPL. So the new driver is similarly de facto GPL code.
This misunderstands what copyrights NASA would be eligible for if it was a private organization. A private organization would only have copyright on the patch they wrote. There is unlikely to be any issues with releasing the patch itself as public domain. Of course when applied to the GPL'd driver, the result is GPLd, but NASA isn't authoring the new driver, just the public domain patch.