-
Notifications
You must be signed in to change notification settings - Fork 52
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
Consider an alternative to CC0-1.0 #56
Comments
Wow, I didn't realize someone packaged this up for Fedora, thank you! I use Fedora on my personal machines, so this is great news for me as a user, too :) I'm completely open to something here. I just want to make Hedley as easy and painless to use as I can. I know that there have been some concerns raised about CC0 with software, so if changing the terms helps I'm open to it. MIT has been my go-to open source license for a while, so MIT-0 sounds like a pretty good choice to me. As for dual-licensing, I guess it would be pretty on-brand for this code to have multiple licensing implementations 😆! I think my biggest concern is that a license change is similar to an API break, and I have made some pretty strong promises around not breaking the API. That would ensure that any current users aren't disturbed. I don't suppose you know of some boilerplate text that could be used for dual licensing? Or how to handle the SPDX bits? |
Hey @nemequ , we also have CC0 snippets in SIMDe. If you comment your approval at simd-everywhere/simde#999 I'll handle the text changes on the SIMDe side. |
The CC0 license is becoming increasingly challenging for some users.
The Fedora Project recently announced that it will not allow new packages with CC0-licensed code (as opposed to content):
It is not yet clear what will happen with existing CC0-licensed code in the distribution. (I maintain the hedley package in Fedora Linux.) About hedley in particular, Richard Fontana writes:
Based on #52, this isn’t the first time the CC0-1.0 license’s explicit non-grant of patent and trademark rights has caused concern for potential users. With the Fedora Project’s decision and the general winds of change in perception of this license, it seems like more and more users are likely to encounter problems with the choice of license.
Are you open to the idea of relicensing, or dual-licensing, under another very-permissive license? MIT-0 seems to be widely used and accepted these days.
The text was updated successfully, but these errors were encountered: