guix: Add Sleepycat license.

* guix/licenses.scm (sleepycat): New variable.
This commit is contained in:
Ricardo Wurmus 2015-08-03 15:22:29 +02:00 committed by Ricardo Wurmus
parent 6ef9edbff3
commit 2824146bd8
1 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,7 @@
ruby
sgifreeb2.0
silofl1.1
sleepycat
vim
x11 x11-style
zlib
@ -336,6 +337,11 @@ at URI, which may be a file:// URI pointing the package's tree."
"http://scripts.sil.org/OFL_web"
"https://www.gnu.org/licenses/license-list#SILOFL"))
(define sleepycat
(license "Sleepycat"
"http://directory.fsf.org/wiki/License:Sleepycat"
"https://www.gnu.org/licenses/license-list#BerkeleyDB"))
(define vim
(license "Vim"
"http://directory.fsf.org/wiki/License:Vim7.2"