From mboxrd@z Thu Jan 1 00:00:00 1970 From: contact.ng0@cryptolab.net Subject: [PATCH] gnu: reducelcs: Correct license. Date: Tue, 31 Jan 2017 11:32:40 +0000 Message-ID: <20170131113240.3738-2-contact.ng0@cryptolab.net> References: <20170131113240.3738-1-contact.ng0@cryptolab.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYWex-0005VP-GN for guix-devel@gnu.org; Tue, 31 Jan 2017 06:31:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYWew-0001tG-Bo for guix-devel@gnu.org; Tue, 31 Jan 2017 06:31:39 -0500 Received: from aibo.runbox.com ([91.220.196.211]:40274) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cYWew-0001tA-4j for guix-devel@gnu.org; Tue, 31 Jan 2017 06:31:38 -0500 In-Reply-To: <20170131113240.3738-1-contact.ng0@cryptolab.net> 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: guix-devel@gnu.org From: ng0 * gnu/packages/maths.scm (reducelcs)[license]: No explicit "Version 3 only" is specified so the license must be GPL3+. --- gnu/packages/maths.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 11b81814a..ddea201d1 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2939,5 +2939,4 @@ instruction sets. Thus, an application written with Vc can be compiled for: algorithm for LCS. It is a fast program to compute the approximate Longest Commons Subsequence of a set of strings.") (home-page "https://github.com/gdv/Reduce-Expand-for-LCS") - ;; The source specifies no "and later" of GPL3. - (license license:gpl3)))) + (license license:gpl3+)))) -- 2.11.0