summaryrefslogtreecommitdiff
path: root/guix/licenses.scm
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-05-22 18:28:04 -0400
committerLudovic Courtès <ludo@gnu.org>2022-05-23 16:24:47 +0200
commit71de612e10e3669b9dadba521664bd91d233a521 (patch)
tree2abcf4b956e2d655692d5698cb0edcd7b333e528 /guix/licenses.scm
parent4ab5c8348d29fb71c98a920a478f4b319faacf29 (diff)
downloadguix-patches-71de612e10e3669b9dadba521664bd91d233a521.tar
guix-patches-71de612e10e3669b9dadba521664bd91d233a521.tar.gz
licenses: Add Expat No Attribution license.
* guix/licenses.scm (expat-0): New variable. * guix/import/utils.scm (spdx-string->license): Add MIT-0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'guix/licenses.scm')
-rw-r--r--guix/licenses.scm10
1 files changed, 9 insertions, 1 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 82ca44f42e..3b820ae07e 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -19,6 +19,7 @@
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;; Copyright © 2021 Noisytoot <noisytoot@disroot.org>
+;;; Copyright © 2021 Kyle Meyer <kyle@kyleam.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -57,7 +58,7 @@
epl1.0
epl2.0
eupl1.2
- expat
+ expat expat-0
freetype
freebsd-doc
giftware
@@ -315,6 +316,13 @@ at URI, which may be a file:// URI pointing the package's tree."
"http://directory.fsf.org/wiki/License:Expat"
"https://www.gnu.org/licenses/license-list.html#Expat"))
+(define expat-0
+ (license "Expat No Attribution"
+ ;; Note: There is a later formulation of the same license at
+ ;; <https://github.com/aws/mit-0>.
+ "https://romanrm.net/mit-zero"
+ "Expat license with the attribution paragraph removed."))
+
(define freetype
(license "Freetype"
"http://directory.fsf.org/wiki/License:Freetype"