guix-commits
[Top][All Lists]
Advanced

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

35/155: import cran: Translate MIT to the Expat license.


From: John Darrington
Subject: 35/155: import cran: Translate MIT to the Expat license.
Date: Wed, 21 Dec 2016 20:48:31 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit 484c4112bb88e5ac66ce2ac561dae0f919f19c6e
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 8 14:36:27 2016 +0100

    import cran: Translate MIT to the Expat license.
    
    * guix/import/cran.scm (string->license): Translate "MIT" license to
    Expat license.
---
 guix/import/cran.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index 13f5f82..549b11c 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -62,8 +62,8 @@
    ("LGPL-3" 'lgpl3)
    ("LGPL (>= 2)" 'lgpl2.0+)
    ("LGPL (>= 3)" 'lgpl3+)
-   ("MIT" 'x11)
-   ("MIT + file LICENSE" 'x11)
+   ("MIT" 'expat)
+   ("MIT + file LICENSE" 'expat)
    ((x) (string->license x))
    ((lst ...) `(list ,@(map string->license lst)))
    (_ #f)))



reply via email to

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