From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add multiqc. Date: Tue, 5 Jul 2016 16:07:21 +0200 Message-ID: References: <20160628145042.25341-1-ricardo.wurmus@mdc-berlin.de> <87por1ht0l.fsf@gnu.org> 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]:37694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKR0i-0001Q5-4Q for guix-devel@gnu.org; Tue, 05 Jul 2016 10:07:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKR0b-0007pZ-KU for guix-devel@gnu.org; Tue, 05 Jul 2016 10:07:35 -0400 In-Reply-To: <87por1ht0l.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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s writes: > Ricardo Wurmus skribis: > >> * gnu/packages/bioinformatics.scm (multiqc): New variable. > > [...] > >> + (license license:gpl3))) > > Make sure it=E2=80=99s v3-only, but otherwise LGTM too! The only mention of a license is in =E2=80=9Csetup.py=E2=80=9D declaring = it to be =E2=80=9CGPLv3=E2=80=9D. As there is no indication that what is actually= meant is really =E2=80=9CGPLv3+=E2=80=9D I think I have no choice but to use =E2=80= =9Cgpl3=E2=80=9D here. ~~ Ricardo