[Haskell-cafe] ANN: hakyll-0.1

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Tue Dec 8 05:34:48 EST 2009


Gregory Crosswhite <gcross at phys.washington.edu> writes:
> That really just means that BSD3 code can be used in GPL code; you
> still have to release your own code as GPL if you are including any
> GPL code.

Not quite true: it means that any code your BSD3 library gets used in
has to have a GPL-compatible license:

http://www.fsf.org/licensing/licenses/gpl-faq.html#IfLibraryIsGPL

(this is the approach I've used for Graphalyze since I use Pandoc as a
default library for document generation; later on I'm planning on
re-doing the document part in which case it will _have_ to use Pandoc
and thus I'll re-license the library).
-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list