diff options
author | ng0 <ng0@we.make.ritual.n0.is> | 2017-01-30 06:27:53 +0000 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-02-01 19:51:36 -0500 |
commit | c000b6b10ff06cc18f3e46b64d55a0e555628837 (patch) | |
tree | 669b2f0615a34b4787e31258dc147110cf9c9602 | |
parent | a3df7e9f862c756684cf13d7ecb5cb6275bb7ee1 (diff) | |
download | guix-c000b6b10ff06cc18f3e46b64d55a0e555628837.tar guix-c000b6b10ff06cc18f3e46b64d55a0e555628837.tar.gz |
gnu: reducelcs: Fix license.
* gnu/packages/maths.scm (reducelcs)[license]: Change to GPL3+.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
-rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index d479472898..8892ab0c56 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+)))) |