JosePineiro / WebP-wrapper

Wrapper for libwebp in C#. The most complete wapper in pure managed C#. Exposes Simple Decoding API, Simple Encoding API, Advanced Encoding API (with stadistis of compresion), Get version library and WebPGetFeatures (info of any WebP file). In the future I´ll update for expose Advanced Decoding API. The wapper are in safe managed code in one class. No need external dll except libwebp.dll (included). The wapper work in 32 and 64 bit system.
MIT License
213 stars 48 forks source link

License #23

Closed tonyp7 closed 4 years ago

tonyp7 commented 4 years ago

This repo mentions the MIT license but the header in WebPWrapper.cs mentions:

/// Wrapper for WebP format in C#. (GPL) Jose M. Piñeiro

So under which license is this code?

JosePineiro commented 4 years ago

Please, use as MIT. I will change in the next update.

El vie., 22 may. 2020 a las 15:48, tonyp7 (notifications@github.com) escribió:

This repo mentions the MIT license but the header in WebPWrapper.cs mentions:

/// Wrapper for WebP format in C#. (GPL) Jose M. Piñeiro

So under which license is this code?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JosePineiro/WebP-wrapper/issues/23, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACL57ZUH4IYMB2RLMMRD7XTRSZ7DZANCNFSM4NHZQEMQ .

tonyp7 commented 4 years ago

Thanks for the quick reply!

Great piece of code btw!