ZeroK-RTS / Zero-K-Infrastructure

Website, lobby launcher and server, steam deployment, .NET based tools and other vital parts of Zero-K infrastructure
GNU General Public License v3.0
53 stars 52 forks source link

incompatible MS-PL and GPL licenses #257

Closed shaun0x00 closed 8 years ago

shaun0x00 commented 9 years ago

ionic zip => MS-PL sharpcompress => MS-PL

BTW, I'm not sure why zk need 2 zip libraries... but thats beyond the point. Licenses are incompatible.

Licho1 commented 9 years ago

Note to whoever wishes to change it, one of the libs has bug and the other did not support archiv browsing

Licho1 commented 9 years ago

Replace libs with http://icsharpcode.github.io/SharpZipLib/

Histidine91 commented 9 years ago

Ionic Zip (DotNetZip) replaced with .NET's own API (System.IO.Compression).

Sharpcompress on GitHub has MIT License (see readme.md, license.txt). Not sure why it's listed as MS-PL on CodePlex, but I figure we can use it safely regardless.

So we just need to make ZKL include the MIT (and GPL) license texts and then we can close this issue.

Histidine91 commented 8 years ago

...and it does that now (#788), so closing issue. Thanks for reporting~