mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
licenses: Add 'vim'.
* guix/licenses.scm (vim): New variable.
This commit is contained in:
parent
6a06172b65
commit
99e6c1b18e
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,7 @@ (define-module (guix licenses)
|
|||
mpl2.0
|
||||
openldap2.8 openssl
|
||||
psfl public-domain
|
||||
vim
|
||||
x11
|
||||
zlib))
|
||||
|
||||
|
@ -206,6 +207,11 @@ (define public-domain
|
|||
"http://directory.fsf.org/wiki/License:PublicDomain"
|
||||
"https://www.gnu.org/licenses/license-list#PublicDomain"))
|
||||
|
||||
(define vim
|
||||
(license "Vim"
|
||||
"http://directory.fsf.org/wiki/License:Vim7.2"
|
||||
"http://www.gnu.org/licenses/license-list.html#Vim"))
|
||||
|
||||
(define x11
|
||||
(license "X11"
|
||||
"http://directory.fsf.org/wiki/License:X11"
|
||||
|
|
Loading…
Reference in a new issue