-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License / copyright? #168
Comments
MIT released parts of ITS and documentation under the GPLv2-or-any-later version back in 1999: http://groups.csail.mit.edu/mac/ftpdir/its/ For the rest? Well, U.S. copyright law has changed over the years. Software wasn't copyrightable in the U.S. prior to 1980, so those parts of ITS that date from before then can be considered in the public domain (although they should have a note in them about that so that people can know their status.) Even once software became copyrightable in the United States, there were some formalities required like adding a copyright notice. This isn't a requirement anymore though: In today's world software is automatically copyrighted just by virtue of having been made. Back in the day not including one resulted in a loss of copyright. So, the other components of ITS (from 1980 and later) could also be considered public domain if they lack a copyright notice. They, too, should also have a note in them about that so that people can know their status. Given how much U.S. copyright law has changed over the years Cornell has published a nice little chart that people can follow to determine the copyright status of things, based on when it was published (I propose using the dates associated with the files to know when, unless someone has a better idea.) For everything else, like contributions from today get an automatic "All Rights Reserved" copyright regardless of whether the person wants that or not, I propose adopting a similar license as what MIT did for the rest of ITS: Using GPLv2-or-any-later-version (although, really, upgrading to GPLv3.) This would make the licensing sane and consistent across the whole operating system. This could be added in a note in the Contibuting document. Perhaps adding something like the Developer Certificate of Origin, which is licensed as CC BY-SA: http://web.archive.org/web/20070306195036/http://osdlab.org/newsroom/press_releases/2004/2004_05_24_dco.html and then have people use Git's "signed-off-by" feature as a way to document their assent. |
Sounds good to me. Note that while adding copyright notices isn't formally required, I think I seem to remember that adding notices akin to the GPL headers you see in most GPL projects makes clear the copyright of each individual file. From the GPL's own text (their advisory section on applying terms and conditions):
But, most important is getting a COPYING file in place that has the appropriate licensing. I agree with the Developer Certificate of Origin too, a good choice. |
COPYING is now in place. |
I wonder what the copyright situation is with this project? Granted, it's inheriting code from I think before software copyright was a common thing? But maybe MIT has publicly licensed it as something?
I know that MIT released the CADR lisp machine source as libre software; could the same be done (has it been done?) for ITS?
At the very least, new contributions should clearly be licensed. Remember that "not copyright notice" means "all rights reserved".
The text was updated successfully, but these errors were encountered: