guix: Add Open Software License 2.1.
* guix/licenses.scm (osl2.1): New variable.master
parent
6d3cafa086
commit
446c711308
|
@ -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"
|
||||
|
|
Reference in New Issue