licenses: Add tcl/tk license.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Jan Nieuwenhuizen 2016-02-11 21:28:41 +01:00 committed by Leo Famulari
parent 779aa003fb
commit d29f647077
1 changed files with 6 additions and 0 deletions

View File

@ -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"