-
Notifications
You must be signed in to change notification settings - Fork 110
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
Mention 0BSD and/or MIT-0 among permissible licenses? #239
Comments
The existing API guidelines don't really seem to have any particular goal of listing desirable permissive licenses. A few extremely popular ones are mentioned, but otherwise, I think the moniker of "use a permissive license" is enough. |
As MIT and BSD (probably the 2-clause BSD that it refers to) are both essentially the same BSD-style license (together with eg. ISC) it could be implied that Mentioning one of 0BSD and MIT-0 would indicate that it is possible to go further. And on top of that it would be good to mention something about the public domain class of licenses, like CC-0 (which isn't OSI approved) and Unlicense, as those are a bit more complicated, as eg. mentioned in the Twitter discussion I linked to but also in eg. Google's description of what licenses projects they are using can be licensed under.
I do agree that it should not list an exhaustive list of desirable permissive licenses, but it would be good if it listed more than just BSD-style licenses + if it showed if eg. CC-0 or such is okay or if there are some of the very permissible licenses that can be problematic. A good side effect would be to make people extra aware that BSD-style licenses actually require attribution, which is a good reminder for everyone. |
It does. The Apache-2.0 license is also mentioned and it is permissive. The guidelines say "permissive" license. They don't say "BSD-style" license. The total list of licenses includes at least one license that isn't BSD-style. |
It also actively discourages the use of non-dual licensed Apache-2.0 as it is more restrictive than MIT or BSD, which again implies that it’s a BSD-style license that one should pick:
I’m not saying it’s wrong or bad or needs to be an exhaustive or anything like that, just that it could be helpful to elaborate a bit. |
As MIT still require attribution, by preserving the license statement, it isn't the most permissible license possible, hence why 0BSD and MIT-0 licenses have arisen, for those who want to require absolutely nothing from the ones who use their code.
It would be nice if the guidelines mentioned that class of permissible licenses as well, so that people in the community can feel safe in using such licenses + actually be aware that eg. the MIT license do actually require attribution and if they don't want to impose that on someone then they should use eg. MIT-0.
I'm posting this after having had some discussions on Twitter yesterday with people from eg. Google, Twitter, AWS: https://twitter.com/voxpelli/status/1372211087093956610
I continued those discussions today with even more people, to ensure that 0BSD and MIT-0 licenses are recognized as usable and compatible opensource licenses, and got pointed here as a place where many look for references into what licenses to use in the Cargo/Rust community.
Both of the licenses are OSI approved:
The text was updated successfully, but these errors were encountered: