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

Is the licence zlib or zlib-acknowledgement? #7

Open
emilk opened this issue Oct 31, 2024 · 1 comment
Open

Is the licence zlib or zlib-acknowledgement? #7

emilk opened this issue Oct 31, 2024 · 1 comment

Comments

@emilk
Copy link

emilk commented Oct 31, 2024

Your SPDX is zlib-acknowledgement:

https://github.com/fulmicoton/fastdivide/blob/master/Cargo.toml#L5

But your LICENCE.txt is the normal zlib license: https://github.com/fulmicoton/fastdivide/blob/master/LICENSE.txt

So which one is it?

I would personally prefer the more permissible zlib 🙏 , i.e.:

- license = "zlib-acknowledgement"
+ license = "zlib"
+ license-file = "LICENSE.txt"
@fulmicoton
Copy link
Owner

fulmicoton commented Oct 31, 2024

I won't change the license to zlib (because I don't have time to research the hidden implications) but I added MIT as an alternative.

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

No branches or pull requests

2 participants