[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/54: import: cran: Recognize LGPL 2.1+.
From: |
guix-commits |
Subject: |
54/54: import: cran: Recognize LGPL 2.1+. |
Date: |
Sat, 14 Dec 2019 07:36:45 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e31ec53ed808ad7c949ec23521c87ed29b74c5e0
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 13:34:53 2019 +0100
import: cran: Recognize LGPL 2.1+.
* guix/import/cran.scm (string->license): Add case for lgpl2.1+.
---
guix/import/cran.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index d9018cc..0aee0c7 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -82,6 +82,7 @@
("LGPL-2.1" 'lgpl2.1)
("LGPL-3" 'lgpl3)
("LGPL (>= 2)" 'lgpl2.0+)
+ ("LGPL (>= 2.1)" 'lgpl2.1+)
("LGPL (>= 3)" 'lgpl3+)
("MIT" 'expat)
("MIT + file LICENSE" 'expat)
- 21/54: gnu: Add r-acswr., (continued)
- 21/54: gnu: Add r-acswr., guix-commits, 2019/12/14
- 39/54: gnu: Add r-imager., guix-commits, 2019/12/14
- 42/54: gnu: Add r-adagio., guix-commits, 2019/12/14
- 25/54: gnu: Add r-ineq., guix-commits, 2019/12/14
- 23/54: gnu: Add r-gdina., guix-commits, 2019/12/14
- 48/54: gnu: Add r-icge., guix-commits, 2019/12/14
- 28/54: gnu: Add r-actigraphy., guix-commits, 2019/12/14
- 32/54: gnu: Add r-activpal., guix-commits, 2019/12/14
- 49/54: gnu: Add r-depth., guix-commits, 2019/12/14
- 44/54: gnu: Add r-tolerance., guix-commits, 2019/12/14
- 54/54: import: cran: Recognize LGPL 2.1+.,
guix-commits <=
- 05/54: gnu: Add r-acopula., guix-commits, 2019/12/14
- 47/54: gnu: Add r-biclust., guix-commits, 2019/12/14
- 13/54: gnu: Add r-dummies., guix-commits, 2019/12/14
- 07/54: gnu: Add r-seewave., guix-commits, 2019/12/14
- 26/54: gnu: Add r-actfrag., guix-commits, 2019/12/14
- 46/54: gnu: Add r-flexclust., guix-commits, 2019/12/14
- 15/54: gnu: Add r-treeclust., guix-commits, 2019/12/14
- 18/54: gnu: Add r-acs., guix-commits, 2019/12/14
- 03/54: gnu: Add r-r-devices., guix-commits, 2019/12/14
- 43/54: gnu: Add r-univoutl., guix-commits, 2019/12/14