guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: guix: Add Sleepycat license.


From: Ricardo Wurmus
Subject: 01/01: guix: Add Sleepycat license.
Date: Thu, 20 Aug 2015 06:32:53 +0000

rekado pushed a commit to branch master
in repository guix.

commit 2824146bd838d8921543ee154cea67634941261f
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 3 15:22:29 2015 +0200

    guix: Add Sleepycat license.
    
    * guix/licenses.scm (sleepycat): New variable.
---
 guix/licenses.scm |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 5539f3e..dae0e3d 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -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";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]