licenses: Add the Open Publication License 1.0.
* guix/licenses.scm (opl1.0+): New variable.
This commit is contained in:
parent
d6b7b5edec
commit
c058f4eca2
|
@ -37,6 +37,7 @@
|
||||||
freetype
|
freetype
|
||||||
gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
|
gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
|
||||||
fdl1.3+
|
fdl1.3+
|
||||||
|
opl1.0+
|
||||||
isc
|
isc
|
||||||
ijg
|
ijg
|
||||||
ibmpl1.0
|
ibmpl1.0
|
||||||
|
@ -206,6 +207,11 @@ at URI, which may be a file:// URI pointing the package's tree."
|
||||||
"https://www.gnu.org/licenses/fdl.html"
|
"https://www.gnu.org/licenses/fdl.html"
|
||||||
"https://www.gnu.org/licenses/license-list#FDL"))
|
"https://www.gnu.org/licenses/license-list#FDL"))
|
||||||
|
|
||||||
|
(define opl1.0+
|
||||||
|
(license "Open Publication License 1.0 or later"
|
||||||
|
"http://opencontent.org/openpub/"
|
||||||
|
"https://www.gnu.org/licenses/license-list#OpenPublicationL"))
|
||||||
|
|
||||||
(define isc
|
(define isc
|
||||||
(license "ISC"
|
(license "ISC"
|
||||||
"http://directory.fsf.org/wiki/License:ISC"
|
"http://directory.fsf.org/wiki/License:ISC"
|
||||||
|
|
Loading…
Reference in New Issue