guix-commits
[Top][All Lists]
Advanced

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

01/03: licenses: Add tcl/tk license.


From: Leo Famulari
Subject: 01/03: licenses: Add tcl/tk license.
Date: Fri, 12 Feb 2016 23:04:50 +0000

lfam pushed a commit to branch master
in repository guix.

commit d29f64707719bb44e15668f71d4e7fbcd74acb40
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Thu Feb 11 21:28:41 2016 +0100

    licenses: Add tcl/tk license.
    
    * guix/licenses.scm (tcl/tk): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 guix/licenses.scm |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index a43ab43..1abb0a1 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -63,6 +63,7 @@
             sgifreeb2.0
             silofl1.1
             sleepycat
+            tcl/tk
             unlicense
             vim
             x11 x11-style
@@ -388,6 +389,11 @@ at URI, which may be a file:// URI pointing the package's 
tree."
            "http://directory.fsf.org/wiki/License:Sleepycat";
            "https://www.gnu.org/licenses/license-list#BerkeleyDB";))
 
+(define tcl/tk
+  (license "Tcl/Tk"
+           "http://www.tcl.tk/software/tcltk/license.html";
+           "A non-copyleft free software license from the Tcl/Tk project"))
+
 (define vim
   (license "Vim"
            "http://directory.fsf.org/wiki/License:Vim7.2";



reply via email to

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