miurahr / pyppmd

pyppmd provides classes and functions for compressing and decompressing text data, using PPM (Prediction by partial matching) compression algorithm variation H and I.2. It provide an API similar to Python's zlib/bz2/lzma modules.

Home Page:https://pyppmd.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better license

miurahr opened this issue · comments

Describe the bug
There are mixture of licenses, Public Domain or LGPLv2+ (c code from p7zip, that derivative from 7-zip) and BSD-3.

It is better to change to LGPLv2+ that is clean.

Only compatible license is LGPLv2+. so I've changed to it.

@miurahr

I suppose it is safe to license pyppmd under BSD License.

@miurahr May I have your opinion?

There is no problem.

sure (when I find more "liberal" source (here I mean LZMA SDK for example) I tend to switch to it, but it is all up to you)