-
-
Notifications
You must be signed in to change notification settings - Fork 781
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
Missing LICENSE file #252
Comments
I think so 😄 |
Whatever @VanL tells us the license should be. 😉 Not sure if it should be different for documentation. |
Yeah, this actually came up when I was picking the initial license for python/redistributor-guide#1 While I picked the Apache Software License for now (since that's what core-workflow uses, and its one of the inbound licensing options when signing the PSF CLA), as a general principle, the OSI licenses aren't recommended for primarily documentation focused projects. My personal choice would have been CC-BY, but GitHub doesn't appear to offer the Creative Commons licenses in its default license picker, and it's not clear to me whether or not CC-BY would interact properly with the PSF CLA (as that allows the PSF to relicense contributions under an open source license, which may not cover relicensing under an open documentation license). Isn't copyright fun? :) |
I've emailed @VanL to weigh in here on the preferred license for docs and for new code so we can document it in the devguide somewhere. |
Heard back from @VanL and he said, "Prefer CC0. CC-BY is ok, as long as we also have a section in the docs that points to the commit log as the place where attribution is given." |
I'm fine with CC0 - these are needs-driven docs, so if folks want to borrow and repurpose them, we don't really mind either way whether they give attribution or not. |
Should the developer guide have its own license file?
The text was updated successfully, but these errors were encountered: