Skip to content
Snippets Groups Projects
Commit d29f6470 authored by Jan Nieuwenhuizen's avatar Jan Nieuwenhuizen Committed by Leo Famulari
Browse files

licenses: Add tcl/tk license.


* guix/licenses.scm (tcl/tk): New variable.

Signed-off-by: default avatarLeo Famulari <leo@famulari.name>
parent 779aa003
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ (define-module (guix licenses) ...@@ -63,6 +63,7 @@ (define-module (guix licenses)
sgifreeb2.0 sgifreeb2.0
silofl1.1 silofl1.1
sleepycat sleepycat
tcl/tk
unlicense unlicense
vim vim
x11 x11-style x11 x11-style
...@@ -388,6 +389,11 @@ (define sleepycat ...@@ -388,6 +389,11 @@ (define sleepycat
"http://directory.fsf.org/wiki/License:Sleepycat" "http://directory.fsf.org/wiki/License:Sleepycat"
"https://www.gnu.org/licenses/license-list#BerkeleyDB")) "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 (define vim
(license "Vim" (license "Vim"
"http://directory.fsf.org/wiki/License:Vim7.2" "http://directory.fsf.org/wiki/License:Vim7.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment