3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

guix: Add Open Software License 2.1.

* guix/licenses.scm (osl2.1): New variable.
This commit is contained in:
Ricardo Wurmus 2021-01-25 18:06:29 +01:00
parent 6d3cafa086
commit 446c711308
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -61,7 +61,7 @@
gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
gfl1.0
fdl1.1+ fdl1.2+ fdl1.3+
opl1.0+
opl1.0+ osl2.1
isc
ijg
ibmpl1.0
@ -371,6 +371,11 @@ at URI, which may be a file:// URI pointing the package's tree."
"http://opencontent.org/openpub/"
"https://www.gnu.org/licenses/license-list#OpenPublicationL"))
(define osl2.1
(license "The Open Software License 2.1"
"https://opensource.org/licenses/osl-2.1.php"
"https://www.gnu.org/licenses/license-list#OSL"))
(define isc
(license "ISC"
"http://directory.fsf.org/wiki/License:ISC"