guix-commits
[Top][All Lists]
Advanced

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

04/06: import/cran: Add another clause for ASL 2.0.


From: guix-commits
Subject: 04/06: import/cran: Add another clause for ASL 2.0.
Date: Wed, 14 Jun 2023 08:10:27 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4699de59ff7c2904a8aed4b7d7cbd96178946d68
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 13 14:45:40 2023 +0200

    import/cran: Add another clause for ASL 2.0.
    
    * guix/import/cran.scm (string->license): Add clause for >= 2.0.
---
 guix/import/cran.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index 59ed65d929..18a1396cf5 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -95,7 +95,8 @@
       ("AGPL (>= 3)" (prefix 'agpl3+))
       ("Artistic-2.0" (prefix 'artistic2.0))
       ((or "Apache License 2.0"
-           "Apache License (== 2.0)")
+           "Apache License (== 2.0)"
+           "Apache License (>= 2.0)")
        (prefix 'asl2.0))
       ("BSD_2_clause" (prefix 'bsd-2))
       ("BSD_2_clause + file LICENSE" (prefix 'bsd-2))



reply via email to

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