From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add package definition for GNU XaoS Date: Mon, 14 Dec 2015 17:58:25 -0500 Message-ID: <20151214225825.GA30968@jasmine> References: <20151214220139.27f55979@himbaca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8c4W-0005dz-LL for guix-devel@gnu.org; Mon, 14 Dec 2015 17:58:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8c4S-00031k-KH for guix-devel@gnu.org; Mon, 14 Dec 2015 17:58:24 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:39846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8c4S-00031Y-Gr for guix-devel@gnu.org; Mon, 14 Dec 2015 17:58:20 -0500 Content-Disposition: inline In-Reply-To: <20151214220139.27f55979@himbaca> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Fabian Harfert Cc: guix-devel@gnu.org On Mon, Dec 14, 2015 at 10:01:39PM +0100, Fabian Harfert wrote: > Hello, > > this is my first contribution to this project. I hope everything is > right with this package definition for GNU XaoS > (see https://www.gnu.org/software/xaos/). It's a nice program to > discover fractals, so I decided to use it for my first packaging > attempt. This program is a lot of fun! > + (license license:gpl2+))) Some of the files say "GPL 2 or later" and some say "GPL 3 or later". What's the typical way to denote that in the license field? Otherwise, looks good to me!