[Haskell-cafe] short licensing question

Tom Tobin korpios at korpios.com
Mon Jan 11 13:02:46 EST 2010


On Mon, Jan 11, 2010 at 6:58 AM, Sebastian Fischer
<sebf at informatik.uni-kiel.de> wrote:
> when writing a Haskell library that uses two other Haskell libraries -- one
> licensed under BSD3 and one under LGPL -- what are allowed possibilities for
> licensing the written package? PublicDomain? BSD3? LGPL?

There was a long thread on licensing recently:

http://www.mail-archive.com/haskell-cafe@haskell.org/msg68237.html

I'm still waiting to hear back from the SFLC regarding the questions
we came up with, and I'll post them as soon as I get them.  I think in
your case you can license the library you're writing any way you'd
like, but distributing a statically linked binary might leave you with
additional obligations under the LGPL.  (Things get wonderfully more
confusing when one of the libraries is the GPL, but hopefully we'll
have more insight regarding that soon.)  I'm not a lawyer, though, and
I suggest that you take any advice from non-lawyers as hints rather
than definitive answers.  If you want an answer from a lawyer, the
SFLC can be useful:

http://www.softwarefreedom.org/


More information about the Haskell-Cafe mailing list