Open emilk opened 1 month ago
Your SPDX is zlib-acknowledgement:
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
LICENCE.txt
zlib
So which one is it?
I would personally prefer the more permissible zlib 🙏 , i.e.:
- license = "zlib-acknowledgement" + license = "zlib" + license-file = "LICENSE.txt"
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.
Your SPDX is
zlib-acknowledgement
:https://github.com/fulmicoton/fastdivide/blob/master/Cargo.toml#L5
But your
LICENCE.txt
is the normalzlib
license: https://github.com/fulmicoton/fastdivide/blob/master/LICENSE.txtSo which one is it?
I would personally prefer the more permissible
zlib
🙏 , i.e.: