[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: licenses: Add MirOS license.
From: |
Arun Isaac |
Subject: |
01/02: licenses: Add MirOS license. |
Date: |
Thu, 20 Jul 2017 10:32:15 -0400 (EDT) |
arunisaac pushed a commit to branch master
in repository guix.
commit 41209a6f3a9945b55bcc06b989628e09e9f98b6a
Author: Arun Isaac <address@hidden>
Date: Wed Jul 12 19:33:05 2017 +0530
licenses: Add MirOS license.
* guix/licenses.scm (miros): New variable.
---
guix/licenses.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 1bed56a..b7dadd9 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2017 Clément Lassieur <address@hidden>
;;; Copyright © 2017 Petter <address@hidden>
;;; Copyright © 2017 Marius Bakke <address@hidden>
+;;; Copyright © 2017 Arun Isaac <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -67,6 +68,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 +454,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/"