Skip to content
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

Licensing confusion #1

Closed
mcepl opened this issue Jun 20, 2014 · 2 comments
Closed

Licensing confusion #1

mcepl opened this issue Jun 20, 2014 · 2 comments

Comments

@mcepl
Copy link

mcepl commented Jun 20, 2014

  1. setup.py says BSD (does it means BSD 3Clause or Simplified BSD 2Clause?) but OK let’s say this ambiguity can be clarified because you attached 3Clause BSD License in the LICENSE file. It would be nice to clarify though (what about URL to the explicit text of license?). Anyway, that isn't the big deal.
  2. What’s a little bit worse is https://github.com/jenisys/parse_type/blob/master/parse_type/__init__.py which is the only program file having a license header and this is clearly MIT/X11 License

Could you please clarify which BSD license you use (in README or program headers), and then make sure that program files contain only the appropriate license headers? (and they should have some)

Thank you

@ignatenkobrain
Copy link

any news here? or it's dead?

jenisys added a commit that referenced this issue Jul 2, 2023
* Change LICENSE from BSD to MIT (same as: parse module)
* Use SPDX-License-Identifier in source code
* pytest.ini: Remove version-info arg

FIXES:

* Issue #1 -- License confusion
@jenisys
Copy link
Owner

jenisys commented Jul 2, 2023

FIXED IN: v0.6.1

  • Switch to MIT license (same as: parse module)
  • Use SPDX-License-Identifier in source code (and remove license text copy there)

@jenisys jenisys closed this as completed Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants