licenses: Add 'vim'.

* guix/licenses.scm (vim): New variable.
This commit is contained in:
Andreas Enge 2013-01-18 22:48:28 +01:00
parent 6a06172b65
commit 99e6c1b18e
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,7 @@
mpl2.0
openldap2.8 openssl
psfl public-domain
vim
x11
zlib))
@ -206,6 +207,11 @@ which may be a file:// URI pointing the package's tree."
"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"