guix: Add Sleepycat license.
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Mon, 3 Aug 2015 13:22:29 +0000 (15:22 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 20 Aug 2015 06:32:28 +0000 (08:32 +0200)
* guix/licenses.scm (sleepycat): New variable.

guix/licenses.scm

index 5539f3e..dae0e3d 100644 (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"