From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add r-centipede. Date: Mon, 2 May 2016 20:50:40 +0200 Message-ID: <87d1p4wayn.fsf@mdc-berlin.de> References: <1462200561-19162-1-git-send-email-ricardo.wurmus@mdc-berlin.de> <20160502184220.GE10321@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axIw7-0001A4-3Z for guix-devel@gnu.org; Mon, 02 May 2016 14:51:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axIvv-0001sC-8w for guix-devel@gnu.org; Mon, 02 May 2016 14:51:09 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:38238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axIvt-0001pe-Uu for guix-devel@gnu.org; Mon, 02 May 2016 14:51:03 -0400 In-Reply-To: <20160502184220.GE10321@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 Mon, May 02, 2016 at 04:49:21PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/bioinformatics.scm (r-centipede): New variable. > >> + (synopsis "Predict transcription factor binding sites") > > And here I thought it would be a centipede genome ;) > >> + (license (list license:gpl2+ license:gpl3+)))) > > If something is gpl2+, can it also be gpl3+? I'm not sure, just asking > for clarification. Many R packages are released under any GPL version. This allows the package to be combined with packages that are released under the unfortunate GPLv3 only and GPLv2 only license terms. ~~ Ricardo