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 08:23:13 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1409055813 2446 80.91.229.3 (26 Aug 2014 12:23:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Aug 2014 12:23:33 +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 14:23:28 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 1XMFmZ-0008WR-Ln for guile-user@m.gmane.org; Tue, 26 Aug 2014 14:23:27 +0200 Original-Received: from localhost ([::1]:53615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMFmZ-0003p1-8w for guile-user@m.gmane.org; Tue, 26 Aug 2014 08:23:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMFmP-0003oj-2z for guile-user@gnu.org; Tue, 26 Aug 2014 08:23:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMFmN-00021P-NN for guile-user@gnu.org; Tue, 26 Aug 2014 08:23:17 -0400 Original-Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:52601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMFmN-00021J-FR for guile-user@gnu.org; Tue, 26 Aug 2014 08:23:15 -0400 Original-Received: by mail-pa0-f44.google.com with SMTP id eu11so23363812pac.31 for ; Tue, 26 Aug 2014 05:23:13 -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:content-transfer-encoding; bh=OlmkQEHxtUtvknYfb/lp/KyLCUGu4n7zhE+WsYkozHI=; b=Y5YfwVQaTbKmzsjaBahJY03MOZbfgiEBFhDB8s3U+SwuB6cAA0rBvfZUl+u5h4Pxks 5+33VxQXTZR7u8LfBmV2QaWYumgnzOTFW1AzQaAgY5ySKqq+ECTAe+xLxgNcSHPBRS01 +Gxn6jcERguC7rbv3DQfud3GOpcOpbEu5zlsrPFAc+pH1ZXvuUCDXJxY8b+7Y3+iav3t BLpFokjdJtREvvkGU+pPiRoT2ES9fho7Pp9DNeP2VV1azhK1qVZOjqeCZ/3beH0hBxMm Jrf2l0eVwE4dvI+MkRF5r4OJe4a7+hTyZnwQWj6wFV0A0s+coDFE/x9ArgAMsuy2G/cV DAFg== X-Received: by 10.68.233.68 with SMTP id tu4mr37027979pbc.65.1409055793814; Tue, 26 Aug 2014 05:23:13 -0700 (PDT) Original-Received: by 10.70.38.129 with HTTP; Tue, 26 Aug 2014 05:23:13 -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:11439 Archived-At: Hi Germ=C3=A1n, 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.ht= ml. They would need to develop their own client, however, since the reference client implementations in the source distribution are covered by the GPLv3. On Tue, Aug 26, 2014 at 3:14 AM, Germ=C3=A1n Arias wro= te: > On 2014-08-22 22:00:41 -0600 Julian Graham wrote: > >> Hi everyone, >> >> I'm pleased to announce the seventh development release of the gzochi >> game development framework. >> > [...] >> >> >> Regards, >> Julian >> > > Can I recommend this software to people who develop proprietary games? I = know this is GPLv3, but as far as I understand the clients don't need modif= y gzochi. > > Germ=C3=A1n. >