* [PATCH] Add Sleepycat license
@ 2015-08-03 13:23 Ricardo Wurmus
2015-08-18 15:59 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2015-08-03 13:23 UTC (permalink / raw)
To: guix-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-guix-Add-Sleepycat-license.patch --]
[-- Type: text/x-patch, Size: 1094 bytes --]
From b8f8f9e5019025dedabfa1412f8505eb628ec82b Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Date: Mon, 3 Aug 2015 15:22:29 +0200
Subject: [PATCH] guix: Add Sleepycat license.
* guix/licenses.scm (sleepycat): New variable.
---
guix/licenses.scm | 6 ++++++
1 file changed, 6 insertions(+)
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"
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add Sleepycat license
2015-08-03 13:23 [PATCH] Add Sleepycat license Ricardo Wurmus
@ 2015-08-18 15:59 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-08-18 15:59 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guix-devel
Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> skribis:
> From b8f8f9e5019025dedabfa1412f8505eb628ec82b Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Mon, 3 Aug 2015 15:22:29 +0200
> Subject: [PATCH] guix: Add Sleepycat license.
>
> * guix/licenses.scm (sleepycat): New variable.
OK!
Ludo'.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-18 15:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03 13:23 [PATCH] Add Sleepycat license Ricardo Wurmus
2015-08-18 15:59 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.