unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Arne Babenhauserheide <arne_bab@web.de>
To: wes.frazier@members.fsf.org
Cc: guile-user@gnu.org
Subject: Re: Dumb Licensing Questions
Date: Thu, 15 Dec 2016 20:18:08 +0100	[thread overview]
Message-ID: <87vaulxaq7.fsf@web.de> (raw)
In-Reply-To: <1481769661.14047.38.camel@members.fsf.org>

[-- Attachment #1: Type: text/plain, Size: 1618 bytes --]


Wes Frazier writes:

> Ive mostly stuck to compiled languages until now. However, I know that
> if I were writing compiled code, using a GPLed library with no linking
> exception, my resulting code would have to be GPLed as well. This is why
> many libraries are under the LGPL instead (including libsdl proper.)
> 
> Is this the case for interpreted languages? including scheme code
> interpreted via guile? Is code using guile-sdl thus forced to be under
> the GPL?

You need to differenciate more strongly between code and the combined
work your users actually get.

For compiled code as well as for interpreted code which uses GPL’ed
code, your own code has to be under a GPL-compatible license.

If you ship the different parts together, the resulting *combined work*
will be GPL, but your part of the code will stay under the
(GPL-compatible) license you selected.

This means you have to provide your code to people who get your
*combined work*, but the license of your part of the code need not be
GPL — only GPL-compatible.

If through refactoring you incorporate some GPL code into code which is
only GPL-compatible, having different licenses for different parts of
the codebase will likely become hard to maintain so the pragmatic
decision is simply using the GPL.

> And if so why was guile-sdl licensed GPL when it's upstream library was
> LGPL? Was this intentional?

I do not know that. It could have been intentional or not — I can find
good reasons for and against that.

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]

  parent reply	other threads:[~2016-12-15 19:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-15  2:41 Dumb Licensing Questions Wes Frazier
2016-12-15  2:46 ` spk121
2016-12-15 19:18 ` Arne Babenhauserheide [this message]
2016-12-24  6:15   ` pelzflorian (Florian Pelz)
2016-12-24  8:03     ` tomas
2016-12-24  8:17       ` pelzflorian (Florian Pelz)
2016-12-24 13:10         ` tomas
2016-12-24 12:55       ` Greg Troxel
2016-12-24 15:08         ` Arne Babenhauserheide

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vaulxaq7.fsf@web.de \
    --to=arne_bab@web.de \
    --cc=guile-user@gnu.org \
    --cc=wes.frazier@members.fsf.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).