Conversation
|
Not sure this is needed and I'm not a lawyer :P I mean, most of the tools' code isn't MIT (jpegoptim, optipng etc) and we don't treat them differently. So, whatever the choice here is, it should be done in all repos. |
I understand the point, we decided to respect the original license at imagemin/pngquant-bin#105 besides this. Maybe better to fix those repos accordingly? |
| @@ -1,9 +1,343 @@ | |||
| MIT License | |||
| Node.js wrapper is implemented by Imagemin team and distributed under the MIT License. The Gifsicle code is Copyright (C) 1997-2021 Eddie Kohler and distributed under the GNU General Public License, Version 2 (and only Version 2) as below. | |||
There was a problem hiding this comment.
Please note that this information is incomplete. See https://github.com/kohler/gifsicle#copyrightlicense
I would also challenge that you can build an MIT wrapper around a GPL component. If that would work I would write MIT wrappers for everything. A proper fix would be to license the project under GPL-2.0-only.
To fix #103.