GNU bug report logs - #27913
[PATCH] gnu: Add python-ghp-import.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Wed, 2 Aug 2017 03:39:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 27913 <at> debbugs.gnu.org
Subject: [bug#27913] [PATCH 1/2] licenses: Add tumbolia license.
Date: Sun, 20 Aug 2017 00:19:12 +0300
[0001-licenses-Add-tumbolia-license.patch (text/x-patch, inline)]
From a3c4a9f4c59016d8df10acb5369b187f9fdf3e29 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
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 <petter <at> mykolab.ch>
 ;;; Copyright © 2017 Marius Bakke <mbakke <at> fastmail.com>
 ;;; Copyright © 2017 Arun Isaac <arunisaac <at> systemreboot.net>
+;;; Copyright © 2017 Oleg Pykhalov <go.wigust <at> gmail.com>
 ;;;
 ;;; 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





This bug report was last modified 7 years and 264 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.