mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
import/cran: Add another clause for ASL 2.0.
* guix/import/cran.scm (string->license): Add clause for >= 2.0.
This commit is contained in:
parent
706bf5f0c2
commit
4699de59ff
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ (define (string->license license-string license-prefix)
|
|||
("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))
|
||||
|
|
Loading…
Reference in a new issue