mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
licenses: Add GNU FDL 1.3+.
* guix/licenses.scm (fdl1.3+): New variable.
This commit is contained in:
parent
00585a5582
commit
66ea671393
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2012, 2014 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2012, 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
;;; Copyright © 2012, 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
||||||
;;;
|
;;;
|
||||||
|
@ -31,6 +31,7 @@ (define-module (guix licenses)
|
||||||
expat
|
expat
|
||||||
freetype
|
freetype
|
||||||
gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
|
gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
|
||||||
|
fdl1.3+
|
||||||
isc
|
isc
|
||||||
ijg
|
ijg
|
||||||
ibmpl1.0
|
ibmpl1.0
|
||||||
|
@ -161,6 +162,11 @@ (define gpl3+
|
||||||
"https://www.gnu.org/licenses/gpl.html"
|
"https://www.gnu.org/licenses/gpl.html"
|
||||||
"https://www.gnu.org/licenses/license-list#GNUGPLv3"))
|
"https://www.gnu.org/licenses/license-list#GNUGPLv3"))
|
||||||
|
|
||||||
|
(define fdl1.3+
|
||||||
|
(license "FDL 1.3+"
|
||||||
|
"https://www.gnu.org/licenses/fdl.html"
|
||||||
|
"https://www.gnu.org/licenses/license-list#FDL"))
|
||||||
|
|
||||||
(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 a new issue