itkach / mw2slob

A tool to convert MediaWiki content to dictionaries in slob format
GNU General Public License v3.0
19 stars 4 forks source link

What is the license of this awesome project? #7

Closed leaf-node closed 2 years ago

leaf-node commented 6 years ago

Cool project, thanks! : )

bkuhls commented 6 years ago

What about GPL3? https://github.com/itkach/mwscrape2slob/blob/master/setup.py#L23

In addition parts of the project use the Apache-2.0 and the GPL license: https://git.buildroot.net/buildroot/tree/package/python-mwscrape2slob/python-mwscrape2slob.mk#n9

leaf-node commented 6 years ago

Ah, thanks for pointing that out to me @bkuhls, I mised that. : ) It's good to see that that GPLv3 is being used for at lest some parts.

If all the code (including the packaged dependency) is covered by GPLv3 or Apache 2.0, it would be helpful to users to say that part of the program is covered by GPLv3 and other parts by Apache 2.0. That way users will know that the project free software.