diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2017-07-12 19:33:05 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2017-07-20 19:55:21 +0530 |
commit | 41209a6f3a9945b55bcc06b989628e09e9f98b6a (patch) | |
tree | ccaed786c8c985f74664bd16a63dcbed105c1af0 /guix/licenses.scm | |
parent | 561f4e450078a06c707d3dcda2cf0e7d6eb5ebae (diff) | |
download | gnu-guix-41209a6f3a9945b55bcc06b989628e09e9f98b6a.tar gnu-guix-41209a6f3a9945b55bcc06b989628e09e9f98b6a.tar.gz |
licenses: Add MirOS license.
* guix/licenses.scm (miros): New variable.
Diffstat (limited to 'guix/licenses.scm')
-rw-r--r-- | guix/licenses.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index 1bed56af20..b7dadd9750 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2017 Petter <petter@mykolab.ch> ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com> +;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; 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/" |