me
/
guix
Archived
1
0
Fork 0

guix: Add Open Software License 2.1.

* guix/licenses.scm (osl2.1): New variable.
master
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
1 changed files with 6 additions and 1 deletions

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"