From 692ebddcddbf26e92274455044fe8c082f7526a1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 5 Dec 2019 16:31:50 +0530 Subject: [PATCH 8/9] licenses: Add QWT 1.0 license. * guix/licenses.scm (qwt1.0): New variable. --- guix/licenses.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index 3b79e7c1c3..80655b7ab4 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -81,6 +81,7 @@ perl-license psfl public-domain qpl + qwt1.0 repoze ruby sgifreeb2.0 @@ -565,6 +566,11 @@ at URI, which may be a file:// URI pointing the package's tree." "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" -- 2.23.0