The Mercurial license is GPLv2
Manlio Perillo
manlio_perillo at libero.it
Mon Aug 4 04:11:33 CDT 2008
Matt Mackall ha scritto:
> All the core source is marked as GPLv2-only by referencing only COPYING
> and not allowing for later versions. Some small parts of it are
> available on their own under GPLv2+:
>
I'm using Mercurial as a library in my WSGI framework, released under a
MIT like license.
I'm using only the very low level API and some functions from the util
module:
http://hg.mperillo.ath.cx/wsgix/file/tip/wsgix/contrib/flatpages/hgrepo.py
I was really sure Mercurial was released under BSD like license, so I
did not checked.
This is a big problem for me, what should I do?
I think that GPL is a good license for a "program", but it is a "bad"
license for a library.
The flatpages sub-package is used "standalone": no other parts of wsgix
depends on it.
It seems that the only solution is to move it out of WSGI; this is very
unfortunate.
> [...]
Thanks Manlio Perillo
More information about the Mercurial
mailing list