[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] gnu: reducelcs: Correct license.
From: |
contact . ng0 |
Subject: |
[PATCH] gnu: reducelcs: Correct license. |
Date: |
Tue, 31 Jan 2017 11:32:40 +0000 |
From: ng0 <address@hidden>
* 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