From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add r-knitrbootstrap. Date: Sat, 28 May 2016 09:36:40 +0200 Message-ID: <87eg8meirb.fsf@mdc-berlin.de> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6Ynm-0005Zr-Ec for guix-devel@gnu.org; Sat, 28 May 2016 03:36:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6Yni-0003B0-9U for guix-devel@gnu.org; Sat, 28 May 2016 03:36:53 -0400 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:54637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6Ynh-0003Af-VU for guix-devel@gnu.org; Sat, 28 May 2016 03:36:50 -0400 In-Reply-To: <20160527170049.GA32455@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 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 =E2=80=9CLicense=E2=80=9D field in the DESCRIPTION file as =E2=80=9CMIT += file LICENSE=E2=80=9D. 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 =E2=80=9CMIT + file LICENSE=E2=80=9D in the DE= SCRIPTION file.