mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
licenses: Add the Open Publication License 1.0.
* guix/licenses.scm (opl1.0+): New variable.
This commit is contained in:
parent
d6b7b5edec
commit
c058f4eca2
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,7 @@ (define-module (guix licenses)
|
|||
freetype
|
||||
gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
|
||||
fdl1.3+
|
||||
opl1.0+
|
||||
isc
|
||||
ijg
|
||||
ibmpl1.0
|
||||
|
@ -206,6 +207,11 @@ (define fdl1.3+
|
|||
"https://www.gnu.org/licenses/fdl.html"
|
||||
"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
|
||||
(license "ISC"
|
||||
"http://directory.fsf.org/wiki/License:ISC"
|
||||
|
|
Loading…
Reference in a new issue