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:
Eric Bavier 2015-02-13 21:33:02 -06:00
parent 66392e475d
commit 2491d58962
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
;; apache_1_1 ;; apache_1_1
("apache_2_0" 'asl2.0) ("apache_2_0" 'asl2.0)
;; artistic_1_0 ;; artistic_1_0
;; artistic_2_0 ("artistic_2_0" 'artistic2.0)
("bsd" 'bsd-3) ("bsd" 'bsd-3)
("freebsd" 'bsd-2) ("freebsd" 'bsd-2)
;; gfdl_1_2 ;; gfdl_1_2
@ -63,7 +63,7 @@
;; mozilla_1_0 ;; mozilla_1_0
("mozilla_1_1" 'mpl1.1) ("mozilla_1_1" 'mpl1.1)
("openssl" 'openssl) ("openssl" 'openssl)
("perl_5" 'gpl1+) ;and Artistic 1 ("perl_5" '(package-license perl)) ;GPL1+ and Artistic 1
("qpl_1_0" 'qpl) ("qpl_1_0" 'qpl)
;; ssleay ;; ssleay
;; sun ;; sun