all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: 27669@debbugs.gnu.org
Subject: [bug#27669] [PATCH 1/2] licenses: Add MirOS license.
Date: Wed, 12 Jul 2017 19:40:46 +0530	[thread overview]
Message-ID: <a2cea426.AEEANOqQKjcAAAAAAAAAAAPU1UYAAAACwQwAAAAAAAW9WABZZi39@mailjet.com> (raw)
In-Reply-To: <ef5a2eab.AEEANOp8HRMAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZZi1k@mailjet.com>

* 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	other threads:[~2017-07-12 14:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-12 14:08 [bug#27669] Add mksh Arun Isaac
2017-07-12 14:10 ` Arun Isaac [this message]
2017-07-12 14:38 ` ng0
2017-07-12 14:48   ` Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a2cea426.AEEANOqQKjcAAAAAAAAAAAPU1UYAAAACwQwAAAAAAAW9WABZZi39@mailjet.com \
    --to=arunisaac@systemreboot.net \
    --cc=27669@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.