From a3c4a9f4c59016d8df10acb5369b187f9fdf3e29 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov 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 ;;; Copyright © 2017 Marius Bakke ;;; Copyright © 2017 Arun Isaac +;;; Copyright © 2017 Oleg Pykhalov ;;; ;;; 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