summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2026-03-21 19:59:03 +0000
committerArun Isaac <arunisaac@systemreboot.net>2026-05-21 17:10:48 +0100
commitb7da86ff56f73cdde910674bf55461ee7b71bc7c (patch)
treef564145c983114585d5a664663c66d137097f59b
parentaa0b0c714bc85a2770dd4873155bc516b6d97df4 (diff)
licenses: Add Universal Permissive License.
* guix/licenses.scm (upl): New variable. Change-Id: Ib430e345b38698bcc1a82c7bbebe80858beb6d71
-rw-r--r--guix/licenses.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 4e49a9df3a1..710e36e2572 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -12,7 +12,7 @@
12;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org> 12;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
13;;; Copyright © 2017 Petter <petter@mykolab.ch> 13;;; Copyright © 2017 Petter <petter@mykolab.ch>
14;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com> 14;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
15;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> 15;;; Copyright © 2017, 2026 Arun Isaac <arunisaac@systemreboot.net>
16;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com> 16;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
17;;; Copyright © 2020 André Batista <nandre@riseup.net> 17;;; Copyright © 2020 André Batista <nandre@riseup.net>
18;;; Copyright © 2020 Helio Machado <0x2b3bfa0+guix@googlemail.com> 18;;; Copyright © 2020 Helio Machado <0x2b3bfa0+guix@googlemail.com>
@@ -106,6 +106,7 @@
106 tcl/tk 106 tcl/tk
107 unicode 107 unicode
108 unlicense 108 unlicense
109 upl
109 vim 110 vim
110 w3c 111 w3c
111 x11 x11-style 112 x11 x11-style
@@ -761,6 +762,11 @@ at URI, which may be a file:// URI pointing the package's tree."
761 "https://unlicense.org/" 762 "https://unlicense.org/"
762 "https://www.gnu.org/licenses/license-list.html#Unlicense")) 763 "https://www.gnu.org/licenses/license-list.html#Unlicense"))
763 764
765(define upl
766 (license "Universal Permissive License"
767 "https://directory.fsf.org/wiki/License:Universal_Permissive_License"
768 "http://www.gnu.org/licenses/license-list#UPL"))
769
764(define w3c 770(define w3c
765 (license "W3C Software Notice and License" 771 (license "W3C Software Notice and License"
766 "https://directory.fsf.org/wiki/License:W3C_31Dec2002" 772 "https://directory.fsf.org/wiki/License:W3C_31Dec2002"