From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "pelzflorian (Florian Pelz)" Newsgroups: gmane.lisp.guile.user Subject: Re: Dumb Licensing Questions Date: Sat, 24 Dec 2016 07:15:04 +0100 Message-ID: <92993b98-1da1-1bcc-ecb4-01deede37183@pelzflorian.de> References: <1481769661.14047.38.camel@members.fsf.org> <87vaulxaq7.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1482560343 18117 195.159.176.226 (24 Dec 2016 06:19:03 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 24 Dec 2016 06:19:03 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.5.1 To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Dec 24 07:18:57 2016 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cKffQ-0003BC-EQ for guile-user@m.gmane.org; Sat, 24 Dec 2016 07:18:52 +0100 Original-Received: from localhost ([::1]:42401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cKffU-0006F1-Qo for guile-user@m.gmane.org; Sat, 24 Dec 2016 01:18:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cKfbq-0003Za-TD for guile-user@gnu.org; Sat, 24 Dec 2016 01:15:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cKfbn-0000eo-P5 for guile-user@gnu.org; Sat, 24 Dec 2016 01:15:10 -0500 Original-Received: from pelzflorian.de ([5.45.111.108]:33606 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cKfbn-0000aj-Ep for guile-user@gnu.org; Sat, 24 Dec 2016 01:15:07 -0500 Original-Received: from [192.168.178.21] (ip5f58bf63.dynamic.kabel-deutschland.de [95.88.191.99]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 81F3E360003 for ; Sat, 24 Dec 2016 07:15:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pelzflorian.de; s=mail; t=1482560105; bh=aQLy1PlzgG1SUCMKPzsp/lStJUzDMUa1c0VZFtF2X24=; h=Subject:To:References:From:Date:In-Reply-To; b=zsjkn771h9v60Mcgualtu7Dw22x1SQhWFj9rpxrNh+vvljm/XMLOgcyMGXK1YAvcY 5u5ii/tqtua6617jrmutrNamkTw2H2ccf+9QzzKZLvlCA17VwW0iibGotM8NKnPct9 nqNCXqO2S55VCm7LESbTiBd57HlRJOxovlXGqhx8= In-Reply-To: <87vaulxaq7.fsf@web.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 5.45.111.108 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:13045 Archived-At: On 12/15/2016 08:18 PM, Arne Babenhauserheide wrote: >=20 > Wes Frazier writes: >=20 > [=E2=80=A6] > For compiled code as well as for interpreted code which uses GPL=E2=80=99= ed > code, your own code has to be under a GPL-compatible license. >=20 > 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. > [=E2=80=A6] IANAL but on Wikipedia this sounds far from clear: https://en.wikipedia.org/wiki/GPL#Linking_and_derived_works Regards, Florian