guix-patches
[Top][All Lists]
Advanced

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

[bug#27669] [PATCH 1/2] licenses: Add MirOS license.


From: Arun Isaac
Subject: [bug#27669] [PATCH 1/2] licenses: Add MirOS license.
Date: Wed, 12 Jul 2017 19:40:46 +0530

* guix/licenses.scm (miros): New variable.
---
 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 1bed56af2..17b75bd39 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -67,6 +67,7 @@
             lppl1.3a lppl1.3a+
             lppl1.3b lppl1.3b+
             lppl1.3c lppl1.3c+
+            miros
             mpl1.0 mpl1.1 mpl2.0
             ms-pl
             ncsa
@@ -452,6 +453,11 @@ at URI, which may be a file:// URI pointing the package's 
tree."
            "https://www.latex-project.org/lppl/lppl-1-3c/";
            "LaTeX Project Public License 1.3c or later"))
 
+(define miros
+  (license "MirOS"
+           "https://www.mirbsd.org/MirOS-Licence.htm";
+           "MirOS License"))
+
 (define mpl1.0
   (license "MPL 1.0"
            "http://www.mozilla.org/MPL/1.0/";
-- 
2.12.2






reply via email to

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