From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: mod_lisp support for guile-www Date: Fri, 12 Mar 2010 23:21:34 +0000 Message-ID: <87pr39jfcx.fsf@ossau.uklinux.net> References: <873a0bwxdu.fsf@ossau.uklinux.net> <876355v4ni.fsf@ambire.localdomain> <877hphl1ws.fsf@ossau.uklinux.net> <876351xlgx.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1268436125 26663 80.91.229.12 (12 Mar 2010 23:22:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 12 Mar 2010 23:22:05 +0000 (UTC) Cc: Guile User List , Thien-Thi Nguyen To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Mar 13 00:22:00 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NqEB5-0006nn-0Q for guile-user@m.gmane.org; Sat, 13 Mar 2010 00:21:59 +0100 Original-Received: from localhost ([127.0.0.1]:47594 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqEB4-0008L8-Ad for guile-user@m.gmane.org; Fri, 12 Mar 2010 18:21:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NqEAz-0008JX-Ql for guile-user@gnu.org; Fri, 12 Mar 2010 18:21:53 -0500 Original-Received: from [140.186.70.92] (port=57267 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqEAy-0008Id-Fq for guile-user@gnu.org; Fri, 12 Mar 2010 18:21:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NqEAx-0000pt-8C for guile-user@gnu.org; Fri, 12 Mar 2010 18:21:52 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:53027) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NqEAx-0000pk-45; Fri, 12 Mar 2010 18:21:51 -0500 Original-Received: from arudy (host86-182-154-126.range86-182.btcentralplus.com [86.182.154.126]) by mail3.uklinux.net (Postfix) with ESMTP id B12411F68F0; Fri, 12 Mar 2010 23:21:49 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 4EB9938026; Fri, 12 Mar 2010 23:21:34 +0000 (GMT) In-Reply-To: <876351xlgx.fsf@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Fri, 12 Mar 2010 22:45:50 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7671 Archived-At: ludo@gnu.org (Ludovic Court=A8=A8s) writes: >> I note that Guile-WWW's license is GPLv3+, whereas the Guile >> distribution as a whole is LGPLv3+. I'm not sure if that's a problem or >> not; > > It=A1=AFs not a problem. It=A1=AFs fine to have parts of the standard li= brary > under the LGPLv3+ and other parts under GPLv3+ (e.g., Readline support > is under GPLv3+), as long as libguile and supporting code remain > LGPLv3+. Great; thanks for the quick answer on that. Neil