From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add r-mvtnorm. Date: Fri, 6 May 2016 14:47:24 -0400 Message-ID: <20160506184724.GB8278@jasmine> References: <87y47qc4vt.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]:46077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayknB-0001s3-4R for guix-devel@gnu.org; Fri, 06 May 2016 14:48:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aykms-0005ma-4p for guix-devel@gnu.org; Fri, 06 May 2016 14:47:55 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:53353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aykmp-0005j4-LY for guix-devel@gnu.org; Fri, 06 May 2016 14:47:42 -0400 Content-Disposition: inline In-Reply-To: <87y47qc4vt.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 Wed, May 04, 2016 at 03:46:46PM +0200, Roel Janssen wrote: > Dear Guix, > > Yet another patch for an R package. > > Kind regards, > Roel Janssen > > >From ff2b4d8a0bc1ecf1dcc3a6ce8f3e457910e7aa33 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Wed, 4 May 2016 15:45:09 +0200 > Subject: [PATCH] gnu: Add r-mvtnorm. > > * gnu/packages/statistics.scm (r-mvtnorm): New variable. Okay! > + (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?