From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.user Subject: Re: guile-user Digest, Vol 204, Issue 2 Date: Fri, 08 Nov 2019 14:33:32 -0500 Message-ID: <87mud6f9i0.fsf@netris.org> References: <87y2wqfhfo.fsf@netris.org> <87r22ifczc.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="99131"; mail-complaints-to="usenet@blaine.gmane.org" Cc: guile-user To: Aleix Conchillo =?utf-8?Q?Flaqu=C3=A9?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Nov 08 20:34:59 2019 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iTA27-000Pez-IQ for guile-user@m.gmane.org; Fri, 08 Nov 2019 20:34:59 +0100 Original-Received: from localhost ([::1]:59230 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTA26-0001TU-GK for guile-user@m.gmane.org; Fri, 08 Nov 2019 14:34:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33115) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTA1q-0001TO-5s for guile-user@gnu.org; Fri, 08 Nov 2019 14:34:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTA1p-0004zu-5z for guile-user@gnu.org; Fri, 08 Nov 2019 14:34:42 -0500 Original-Received: from world.peace.net ([64.112.178.59]:55596) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iTA1p-0004zi-2L for guile-user@gnu.org; Fri, 08 Nov 2019 14:34:41 -0500 Original-Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iTA1n-0005KL-Qe; Fri, 08 Nov 2019 14:34:39 -0500 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.112.178.59 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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:15889 Archived-At: Hi Aleix, Aleix Conchillo Flaqu=C3=A9 wrote: > If at some point I decide to switch to the MIT license I assume > the projects that currently use guile-json would still be able to use it > (probably renamed to some SRFI number) the same way they use other SRFIs, > right? Yes, as long as it's GPL-compatible. The X11 and Expat licenses are both GPL-compatible. The ambiguous term "MIT license" usually refers to one of those two licenses. Mark