twolfson / gif-encoder

Streaming GIF encoder
The Unlicense
86 stars 10 forks source link

Is the correct value UNLICENSED for the licenses field in package.json? #24

Closed kuroppe1819 closed 1 year ago

kuroppe1819 commented 1 year ago

I noticed the licenses field in package.json is MIT. Is the correct value UNLICENSED ? https://github.com/twolfson/gif-encoder/blob/master/package.json#L20-L21

twolfson commented 1 year ago

The license is kind of sticky due to forking from gif.js, which was using MIT. The full explanation is in the README:

https://github.com/twolfson/gif-encoder#unlicense

That's a good point though -- maybe we should state both in the package.json? Unsure how confusing that'd be or not =/