From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add r-mvtnorm. Date: Sat, 7 May 2016 14:32:07 -0400 Message-ID: <20160507183207.GA11539@jasmine> References: <87y47qc4vt.fsf@gnu.org> <20160506184724.GB8278@jasmine> <871t5d7r68.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1az71g-0007eD-6x for guix-devel@gnu.org; Sat, 07 May 2016 14:32:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1az71a-0005wX-57 for guix-devel@gnu.org; Sat, 07 May 2016 14:32:27 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:41094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1az71Y-0005sd-Us for guix-devel@gnu.org; Sat, 07 May 2016 14:32:22 -0400 Content-Disposition: inline In-Reply-To: <871t5d7r68.fsf@gnu.org> 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" To: Roel Janssen Cc: guix-devel On Sat, May 07, 2016 at 06:45:47PM +0200, Roel Janssen wrote: > Leo Famulari writes: > > On Wed, May 04, 2016 at 03:46:46PM +0200, Roel Janssen wrote: > >> + (license license:gpl2+))) > > > > I can't find the "or later" text anywhere in the source distribution. > > According to some recent guix-devel discussion [0], that's what > > determines whether something is gpl2 or gpl2+: > > > > http://lists.gnu.org/archive/html/guix-devel/2016-05/msg00149.html > > > > What do you think? > > Great catch! It should be GPLv2 indeed. Here is a new patch: > * gnu/packages/statistics.scm (r-mvtnorm): New variable. Thanks, applied as b5f13fdb9!