mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
licenses: Add MirOS license.
* guix/licenses.scm (miros): New variable.
This commit is contained in:
parent
561f4e4500
commit
41209a6f3a
1 changed files with 7 additions and 0 deletions
|
@ -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 @@ (define-module (guix licenses)
|
|||
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 @@ (define lppl1.3c+
|
|||
"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/"
|
||||
|
|
Loading…
Reference in a new issue