From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add r-knitrbootstrap. Date: Sat, 28 May 2016 11:56:46 -0400 Message-ID: <20160528155646.GA16585@jasmine> References: <1464094411-8277-1-git-send-email-ricardo.wurmus@mdc-berlin.de> <1464094411-8277-2-git-send-email-ricardo.wurmus@mdc-berlin.de> <20160527170049.GA32455@jasmine> <87eg8meirb.fsf@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6gbs-0003iq-VM for guix-devel@gnu.org; Sat, 28 May 2016 11:57:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6gbn-0007DX-69 for guix-devel@gnu.org; Sat, 28 May 2016 11:57:07 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:35358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6gbk-0007DD-82 for guix-devel@gnu.org; Sat, 28 May 2016 11:57:03 -0400 Content-Disposition: inline In-Reply-To: <87eg8meirb.fsf@mdc-berlin.de> 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: Ricardo Wurmus Cc: guix-devel@gnu.org On Sat, May 28, 2016 at 09:36:40AM +0200, Ricardo Wurmus wrote: > > Leo Famulari writes: > > > On Tue, May 24, 2016 at 02:53:31PM +0200, Ricardo Wurmus wrote: > >> * gnu/packages/statistics.scm (r-knitrbootstrap): New variable. > > > > It builds for me. > > > >> + (license license:expat))) > > > > I couldn't find this in the source code. The only thing I found was the > > authorship info in 'LICENSE' and this line in 'DESCRIPTION': > > > > License: MIT + file LICENSE > > > > If that's enough, then okay. > > Yes, the R project suggests projects to only submit a LICENSE file with > the two attribution lines for year and copyright holder, and set the > “License” field in the DESCRIPTION file as “MIT + file LICENSE”. Okay, thanks for the clarification! > > Here are the instructions including the remainder of the license for > reference: > > https://www.r-project.org/Licenses/MIT > > ~~ Ricardo > > > PS: I still need to update the importer to select the Expat license by > default when it encounters “MIT + file LICENSE” in the DESCRIPTION file.