mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
import: cpan: Adjust licenses.
* guix/import/cpan.scm (string->license): Add artistic2.0. Use '(package-license perl) for "perl_5" as is our convention.
This commit is contained in:
parent
66392e475d
commit
2491d58962
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ (define string->license
|
|||
;; apache_1_1
|
||||
("apache_2_0" 'asl2.0)
|
||||
;; artistic_1_0
|
||||
;; artistic_2_0
|
||||
("artistic_2_0" 'artistic2.0)
|
||||
("bsd" 'bsd-3)
|
||||
("freebsd" 'bsd-2)
|
||||
;; gfdl_1_2
|
||||
|
@ -63,7 +63,7 @@ (define string->license
|
|||
;; mozilla_1_0
|
||||
("mozilla_1_1" 'mpl1.1)
|
||||
("openssl" 'openssl)
|
||||
("perl_5" 'gpl1+) ;and Artistic 1
|
||||
("perl_5" '(package-license perl)) ;GPL1+ and Artistic 1
|
||||
("qpl_1_0" 'qpl)
|
||||
;; ssleay
|
||||
;; sun
|
||||
|
|
Loading…
Reference in a new issue