guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: import: cpan: Adjust licenses.


From: Eric Bavier
Subject: 04/06: import: cpan: Adjust licenses.
Date: Thu, 19 Feb 2015 05:54:21 +0000

bavier pushed a commit to branch master
in repository guix.

commit 2491d58962b67c7397147a75a005e78ba6312ec4
Author: Eric Bavier <address@hidden>
Date:   Fri Feb 13 21:33:02 2015 -0600

    import: cpan: Adjust licenses.
    
    * guix/import/cpan.scm (string->license): Add artistic2.0.  Use
      '(package-license perl) for "perl_5" as is our convention.
---
 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 c1b0006..307681b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]