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:
parent
779aa003fb
commit
d29f647077
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user