Code-dot-mil / code.mil

An experiment in open source at the Department of Defense.
https://www.code.mil
MIT License
1.29k stars 127 forks source link

NASA hack? #44

Closed johnmod3 closed 7 years ago

johnmod3 commented 7 years ago

There was a hack we looked at a while back that could work: if DoD designated NASA as an agent for releasing government employee created works then NASA could release it under any open source license since NASA can create copyright

shawoods commented 7 years ago

@johnmod3 What is your legal basis for saying NASA can create copyright? We talked to NASA. Check out https://invention.nasa.gov/evaluation-protection.php and the last Q&A at the bottom. Unless there is a contractor in the mix who assigns copyright, NASA employees do not have copyright in code solely written by them.

shawoods commented 7 years ago

Closing for now unless we get new information.

johnmod3 commented 7 years ago

I did some digging found this: 'Copyright © 2007-2016 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.' via https://github.com/nasa/earthdata-search/blob/master/LICENSE in the NASA github repo - I'm looking for language, but i seem to remember that NASA can create and claim copyright. Other repo's have JPL and contractors with NASA/gov acknowledged. This would seem to indicate that?

konklone commented 7 years ago

No, I think NASA is just wrong. Government agencies do this all the time. If you pressed them, I think NASA would take the notice off.

scottg commented 7 years ago

Bottom Line: The US Government (USG) can hold copyrights, and in most cases can trigger copyrights to be created as side-effect of work done by mix of contractors and federal employees, and those copyrights can then be assigned to the USG. The Copyright Act of 1976 governs this issue.

What this means in practice from my experience:

If you want to create copyrights in works created by the USG in a wholesale fashion across any part of the USG, here's the strategy I would probably suggest: have GSA or other willing Agency create a contract with a commercial organization and then create task orders where that contractor is given the responsibility for creating the initial 'hello world' code and repository for a new project that an Agency wants to start, have the company copyright it and assign the copyright to the USG as represented by whatever Agency wants it, and then bring in as many Federal employees you want to work on it. The fact is though that, these days, it's rare for any code or works to be created solely by the USG anyway.

Attached is a good analysis of the issue that came out about 5 years after the Act was signed into law.

Copyright in Government Employee Authored Works.pdf

/s.