mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,7 @@ (define-module (guix licenses)
|
|||
sgifreeb2.0
|
||||
silofl1.1
|
||||
sleepycat
|
||||
tcl/tk
|
||||
unlicense
|
||||
vim
|
||||
x11 x11-style
|
||||
|
@ -388,6 +389,11 @@ (define sleepycat
|
|||
"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 a new issue