guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: reducelcs: Fix license.


From: Kei Kebreau
Subject: 01/01: gnu: reducelcs: Fix license.
Date: Thu, 2 Feb 2017 00:52:56 +0000 (UTC)

kkebreau pushed a commit to branch master
in repository guix.

commit c000b6b10ff06cc18f3e46b64d55a0e555628837
Author: ng0 <address@hidden>
Date:   Mon Jan 30 06:27:53 2017 +0000

    gnu: reducelcs: Fix license.
    
    * gnu/packages/maths.scm (reducelcs)[license]: Change to GPL3+.
    
    Signed-off-by: Kei Kebreau <address@hidden>
---
 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 d479472..8892ab0 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+))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]