diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-02-13 21:33:02 -0600 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-02-18 23:53:46 -0600 |
commit | 2491d58962b67c7397147a75a005e78ba6312ec4 (patch) | |
tree | 2409970eccabce7700311007c61ab18ea73ca846 /guix | |
parent | 66392e475d4fa89760ec64d62c5d0c203e853866 (diff) | |
download | gnu-guix-2491d58962b67c7397147a75a005e78ba6312ec4.tar gnu-guix-2491d58962b67c7397147a75a005e78ba6312ec4.tar.gz |
import: cpan: Adjust licenses.
* guix/import/cpan.scm (string->license): Add artistic2.0. Use
'(package-license perl) for "perl_5" as is our convention.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/import/cpan.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/import/cpan.scm b/guix/import/cpan.scm index c1b0006e8c..307681b6ce 100644 --- a/guix/import/cpan.scm +++ b/guix/import/cpan.scm @@ -49,7 +49,7 @@ ;; 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 @@ ;; 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 |