fulmicoton / fastdivide

Other
22 stars 4 forks source link

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

Open emilk opened 1 month ago

emilk commented 1 month ago

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 commented 1 month ago

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.