mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
guix: Add Open Software License 2.1.
* guix/licenses.scm (osl2.1): New variable.
This commit is contained in:
parent
6d3cafa086
commit
446c711308
1 changed files with 6 additions and 1 deletions
|
@ -61,7 +61,7 @@ (define-module (guix licenses)
|
|||
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 @@ (define opl1.0+
|
|||
"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"
|
||||
|
|
Loading…
Reference in a new issue