1
0
forked from tribes/guix

licenses: Add Universal Permissive License.

* guix/licenses.scm (upl): New variable.

Change-Id: Ib430e345b38698bcc1a82c7bbebe80858beb6d71
This commit is contained in:
Arun Isaac
2026-03-21 19:59:03 +00:00
parent aa0b0c714b
commit b7da86ff56
+7 -1
View File
@@ -12,7 +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>
;;; Copyright © 2017, 2026 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2020 André Batista <nandre@riseup.net>
;;; Copyright © 2020 Helio Machado <0x2b3bfa0+guix@googlemail.com>
@@ -106,6 +106,7 @@
tcl/tk
unicode
unlicense
upl
vim
w3c
x11 x11-style
@@ -761,6 +762,11 @@ at URI, which may be a file:// URI pointing the package's tree."
"https://unlicense.org/"
"https://www.gnu.org/licenses/license-list.html#Unlicense"))
(define upl
(license "Universal Permissive License"
"https://directory.fsf.org/wiki/License:Universal_Permissive_License"
"http://www.gnu.org/licenses/license-list#UPL"))
(define w3c
(license "W3C Software Notice and License"
"https://directory.fsf.org/wiki/License:W3C_31Dec2002"