[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27913] [PATCH 1/2] licenses: Add tumbolia license.
From: |
Oleg Pykhalov |
Subject: |
[bug#27913] [PATCH 1/2] licenses: Add tumbolia license. |
Date: |
Sun, 20 Aug 2017 00:19:12 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
>From a3c4a9f4c59016d8df10acb5369b187f9fdf3e29 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <address@hidden>
Date: Sun, 20 Aug 2017 00:05:06 +0300
Subject: [PATCH 1/2] licenses: Add tumbolia license.
* guix/licenses.scm (tumbolia): New variable.
---
guix/licenses.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index b7dadd975..c12f2867e 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2017 Petter <address@hidden>
;;; Copyright © 2017 Marius Bakke <address@hidden>
;;; Copyright © 2017 Arun Isaac <address@hidden>
+;;; Copyright © 2017 Oleg Pykhalov <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -83,6 +84,7 @@
silofl1.1
sleepycat
tcl/tk
+ tumbolia
unlicense
vim
x11 x11-style
@@ -552,6 +554,11 @@ at URI, which may be a file:// URI pointing the package's
tree."
"http://www.tcl.tk/software/tcltk/license.html"
"A non-copyleft free software license from the Tcl/Tk project"))
+(define tumbolia
+ (license "Tumbolia"
+ "https://raw.github.com/davisp/ghp-import/master/LICENSE"
+ "A non-copyleft permissive-style license"))
+
(define vim
(license "Vim"
"http://directory.fsf.org/wiki/License:Vim7.2"
--
2.14.1