mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
license: Add giftware.
* guix/licenses.scm (giftware): New variable.
This commit is contained in:
parent
d1a0bba029
commit
921d9dc7f4
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,7 @@ (define-module (guix licenses)
|
|||
epl1.0
|
||||
expat
|
||||
freetype
|
||||
giftware
|
||||
gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
|
||||
gfl1.0
|
||||
fdl1.3+
|
||||
|
@ -201,6 +202,11 @@ (define freetype
|
|||
"http://directory.fsf.org/wiki/License:Freetype"
|
||||
"https://www.gnu.org/licenses/license-list.html#freetype"))
|
||||
|
||||
(define giftware
|
||||
(license "Giftware"
|
||||
"http://liballeg.org/license.html"
|
||||
"The Allegro 4 license"))
|
||||
|
||||
(define gpl1
|
||||
(license "GPL 1"
|
||||
"https://www.gnu.org/licenses/old-licenses/gpl-1.0.html"
|
||||
|
|
Loading…
Reference in a new issue