fastdivide icon indicating copy to clipboard operation
fastdivide copied to clipboard

Is the licence `zlib` or `zlib-acknowledgement`?

Open emilk opened this issue 1 year ago • 1 comments

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"

emilk avatar Oct 31 '24 16:10 emilk

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.

fulmicoton avatar Oct 31 '24 23:10 fulmicoton