guix: Add Sleepycat license.
* guix/licenses.scm (sleepycat): New variable.
This commit is contained in:
parent
6ef9edbff3
commit
2824146bd8
@ -55,6 +55,7 @@
|
|||||||
ruby
|
ruby
|
||||||
sgifreeb2.0
|
sgifreeb2.0
|
||||||
silofl1.1
|
silofl1.1
|
||||||
|
sleepycat
|
||||||
vim
|
vim
|
||||||
x11 x11-style
|
x11 x11-style
|
||||||
zlib
|
zlib
|
||||||
@ -336,6 +337,11 @@ at URI, which may be a file:// URI pointing the package's tree."
|
|||||||
"http://scripts.sil.org/OFL_web"
|
"http://scripts.sil.org/OFL_web"
|
||||||
"https://www.gnu.org/licenses/license-list#SILOFL"))
|
"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
|
(define vim
|
||||||
(license "Vim"
|
(license "Vim"
|
||||||
"http://directory.fsf.org/wiki/License:Vim7.2"
|
"http://directory.fsf.org/wiki/License:Vim7.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user