From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVIN4-0004pE-Ac for guix-patches@gnu.org; Wed, 12 Jul 2017 10:12:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVIN0-0000yt-Aw for guix-patches@gnu.org; Wed, 12 Jul 2017 10:12:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60989) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVIMz-0000yh-UK for guix-patches@gnu.org; Wed, 12 Jul 2017 10:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dVIMz-00039I-Pn for guix-patches@gnu.org; Wed, 12 Jul 2017 10:12:01 -0400 Subject: [bug#27669] [PATCH 1/2] licenses: Add MirOS license. References: In-Reply-To: Resent-Message-ID: Message-Id: From: Arun Isaac Date: Wed, 12 Jul 2017 19:40:46 +0530 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27669@debbugs.gnu.org * 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 packag= e's tree." "https://www.latex-project.org/lppl/lppl-1-3c/" "LaTeX Project Public License 1.3c or later")) =20 +(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/" --=20 2.12.2 =