guix-commits
[Top][All Lists]
Advanced

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

30/39: gnu: r-trimcluster: Update license.


From: Ricardo Wurmus
Subject: 30/39: gnu: r-trimcluster: Update license.
Date: Thu, 17 Aug 2017 11:27:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 97cb349dc10073771b438069e33ebf068dc2d3b3
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 15 15:07:41 2017 +0200

    gnu: r-trimcluster: Update license.
    
    * gnu/packages/statistics.scm (r-trimcluster)[license]: Also specify GPLv3+.
---
 gnu/packages/statistics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 8e7b815..80465ea 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4724,7 +4724,8 @@ multivariate analysis.")
      "The trimmed k-means clustering method by Cuesta-Albertos, Gordaliza and
 Matran (1997).  This optimizes the k-means criterion under trimming a portion
 of the points.")
-    (license license:gpl2+)))
+    ;; Any GPL version
+    (license (list license:gpl2+ license:gpl3+))))
 
 (define-public r-fpc
   (package



reply via email to

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