me
/
guix
Archived
1
0
Fork 0

import: cran: Recognize LGPL 2.1+.

* guix/import/cran.scm (string->license): Add case for lgpl2.1+.
master
Ricardo Wurmus 2019-12-14 13:34:53 +01:00
parent 5c0b5b8ad7
commit e31ec53ed8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -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)