From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] gzochi project development release 0.7 Date: Tue, 26 Aug 2014 11:36:05 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1409067381 31432 80.91.229.3 (26 Aug 2014 15:36:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Aug 2014 15:36:21 +0000 (UTC) Cc: Guile Users To: =?UTF-8?Q?Germ=C3=A1n_Arias?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Aug 26 17:36:18 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XMInB-0006uT-TJ for guile-user@m.gmane.org; Tue, 26 Aug 2014 17:36:18 +0200 Original-Received: from localhost ([::1]:54288 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMInB-00034J-He for guile-user@m.gmane.org; Tue, 26 Aug 2014 11:36:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMIn2-000343-CQ for guile-user@gnu.org; Tue, 26 Aug 2014 11:36:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMIn1-0005Qg-BP for guile-user@gnu.org; Tue, 26 Aug 2014 11:36:08 -0400 Original-Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:37702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMIn1-0005QY-4n for guile-user@gnu.org; Tue, 26 Aug 2014 11:36:07 -0400 Original-Received: by mail-pa0-f44.google.com with SMTP id eu11so23704822pac.31 for ; Tue, 26 Aug 2014 08:36:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IjP54u9xVSSgGrgiK9DTXEfVfysLOqEfsBZraQ2pD8E=; b=fVxmFu9MCVgrBRVPgOvJqDU6Lt1UAWC/dYvc0tcxJjs9sRO47xltZDSzuwoTmrF/9G GNjauEicPJ3NeALBLeVchifyO4ChxaoOhgBsJ2lJdIx5uB/+yjJz46e7dX44D65HahBo z2K94dTqS+BJAeY8ugaivlkr+Se75UCgRsIikNvkb6OtPy0m8OzyZSzy/A+KMclzdfle eTaeUeKCQQctJRMUhyBXs+peIjJlD1vemrfIOYs9OqFHM73NimYV9rF/XOoRSHz0xMki tccwF6PCHpU5YHGiHGBWIZUbyLTUPNwTUdPzPqJd7dGHEH9UXXH6X2GMbsW8KgARrAdJ veNg== X-Received: by 10.68.89.36 with SMTP id bl4mr38715582pbb.17.1409067365968; Tue, 26 Aug 2014 08:36:05 -0700 (PDT) Original-Received: by 10.70.38.129 with HTTP; Tue, 26 Aug 2014 08:36:05 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22c X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 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-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11440 Archived-At: Actually, I should revise that statement. On Tue, Aug 26, 2014 at 8:23 AM, Julian Graham wrote: > I believe that the Scheme code that runs server-side in a gzochi > application is explicitly freed from restriction by Guile's license: > https://www.gnu.org/software/guile/docs/docs-2.0/guile-ref/Guile-License.html. The server-side API is licensed under the GPLv3, so any /distribution/ of server-side game code that relies on these APIs would need to be licensed under compatible terms. (There's obviously no obligation to distribute the code, though.) Sorry for any confusion!