-
Notifications
You must be signed in to change notification settings - Fork 98
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
Request to add classifier License :: OSI Approved :: Free Public License 1.0.0 (0BSD) #15
Comments
There are at least three projects using 0BSD: nf, jsonfromschema (both are mine) and mansel (two packages). |
Thanks for the request! Currently, adding license classifiers is generally waiting for a resolution to the umbrella issue pypa/pypi-support#142. |
Hi, may I ask what the status here is? I was a bit surprised that I'm not allowed to upload a 0BSD-licensed package to pypi. The blocking issue mentioned in the comment by @jamadden seems to be this #17 but tbh I don't see how that's related. It seems there are some existing unclear license classifiers, but why does that prevent new licenses from being added? |
If someone wants to make a PR for this, we would merge it. Note that we generally just want one classifier per SPDX identifier, with the title/identifier aligned with OSI, so this should probably just be:
|
I just wanted to create a PR, but noted that this has already been done: It also uses exactly the same title/identifier as you proposed - so I guess this issue can be closed? |
Request to add a new Trove classifiers.
The name of the classifier you would like to add
License :: OSI Approved :: Free Public License 1.0.0 (0BSD)
License :: OSI Approved :: Zero-Clause BSD (0BSD)
Why do you want to add this classifiers?
It is new license approved by OSI. See https://opensource.org/licenses/0BSD
This license is also as simple as possible so in future - almost all trivial project or "public domain". For now at least one, my project. (and more my projects in future)
OSI approved this license with two names, but it is only one license. I prefer "Free Public License" as it somehow describes what it is. 0BSD is also good name but there is a need to know BSD license background. There is only one - 0BSD in SPDX, see https://spdx.org/licenses/ , so at least please add "0BSD".
The text was updated successfully, but these errors were encountered: