From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add r-rtsne. Date: Fri, 16 Sep 2016 17:34:23 +0200 Message-ID: <87twdfdfk0.fsf@elephly.net> References: <20160914073834.12180-1-rekado@elephly.net> <20160914205006.GC1913@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkvA0-0005CT-3P for guix-devel@gnu.org; Fri, 16 Sep 2016 11:34:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkv9w-0006Ku-3F for guix-devel@gnu.org; Fri, 16 Sep 2016 11:34:39 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkv9v-0006JU-Qf for guix-devel@gnu.org; Fri, 16 Sep 2016 11:34:36 -0400 In-reply-to: <20160914205006.GC1913@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Wed, Sep 14, 2016 at 09:38:34AM +0200, Ricardo Wurmus wrote: >> * gnu/packages/statistics.scm (r-rtsne): New variable. > >> + (license license:bsd-3))) > > Some of the files in 'src/' use a 4-clause BSD license. Oh, the license in the DESCRIPTION file is incomplete then. Thanks for checking! I updated this and added a comment, then pushed to master. ~~ Ricardo