Skip to content
Snippets Groups Projects
Unverified Commit d13d2826 authored by Arun Isaac's avatar Arun Isaac Committed by Guillaume Le Vaillant
Browse files

licenses: Add QWT 1.0 license.


* guix/licenses.scm (qwt1.0): New variable.

Signed-off-by: default avatarGuillaume Le Vaillant <glv@posteo.net>
parent 5d33e789
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ (define-module (guix licenses)
perl-license
psfl public-domain
qpl
qwt1.0
repoze
ruby
sgifreeb2.0
......@@ -555,6 +556,11 @@ (define qpl
"http://directory.fsf.org/wiki/License:QPLv1.0"
"http://www.gnu.org/licenses/license-list.html#QPL"))
(define qwt1.0
(license "QWT 1.0"
"http://qwt.sourceforge.net/qwtlicense.html"
"GNU Lesser General Public License with exceptions"))
(define repoze
(license "Repoze"
"http://repoze.org/LICENSE.txt"
......
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