diff --git a/guix/licenses.scm b/guix/licenses.scm index 4e49a9df3a..710e36e257 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -12,7 +12,7 @@ ;;; Copyright © 2017 Clément Lassieur ;;; Copyright © 2017 Petter ;;; Copyright © 2017 Marius Bakke -;;; Copyright © 2017 Arun Isaac +;;; Copyright © 2017, 2026 Arun Isaac ;;; Copyright © 2017 Rutger Helling ;;; Copyright © 2020 André Batista ;;; 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"