parent
6a06172b65
commit
99e6c1b18e
|
@ -35,6 +35,7 @@
|
||||||
mpl2.0
|
mpl2.0
|
||||||
openldap2.8 openssl
|
openldap2.8 openssl
|
||||||
psfl public-domain
|
psfl public-domain
|
||||||
|
vim
|
||||||
x11
|
x11
|
||||||
zlib))
|
zlib))
|
||||||
|
|
||||||
|
@ -206,6 +207,11 @@ which may be a file:// URI pointing the package's tree."
|
||||||
"http://directory.fsf.org/wiki/License:PublicDomain"
|
"http://directory.fsf.org/wiki/License:PublicDomain"
|
||||||
"https://www.gnu.org/licenses/license-list#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
|
(define x11
|
||||||
(license "X11"
|
(license "X11"
|
||||||
"http://directory.fsf.org/wiki/License:X11"
|
"http://directory.fsf.org/wiki/License:X11"
|
||||||
|
|
Reference in New Issue