guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: licenses: Add QWT 1.0 license.


From: guix-commits
Subject: 05/06: licenses: Add QWT 1.0 license.
Date: Tue, 24 Mar 2020 06:46:11 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit d13d28265fb831b905bc00edeb45cd550cd43ffe
Author: Arun Isaac <address@hidden>
AuthorDate: Thu Dec 5 16:31:50 2019 +0530

    licenses: Add QWT 1.0 license.
    
    * guix/licenses.scm (qwt1.0): New variable.
    
    Signed-off-by: Guillaume Le Vaillant <address@hidden>
---
 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index deafe84..ab2ad3f 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -80,6 +80,7 @@
             perl-license
             psfl public-domain
             qpl
+            qwt1.0
             repoze
             ruby
             sgifreeb2.0
@@ -555,6 +556,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";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]