guix-commits
[Top][All Lists]
Advanced

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

01/02: licenses: Add wxWindows 3.1 license.


From: Ludovic Courtès
Subject: 01/02: licenses: Add wxWindows 3.1 license.
Date: Fri, 8 Dec 2017 09:03:52 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 00cf98eb600610361298e22214fb09bc380e8f6f
Author: Rutger Helling <address@hidden>
Date:   Fri Dec 8 11:31:57 2017 +0100

    licenses: Add wxWindows 3.1 license.
    
    * guix/licenses.scm (wxwindows3.1+): New variable.
    
    Co-authored-by: Ludovic Courtès <address@hidden>
---
 guix/licenses.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index b07d800..269d97c 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2017 Petter <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
 ;;; Copyright © 2017 Arun Isaac <address@hidden>
+;;; Copyright © 2017 Rutger Helling <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -91,6 +92,7 @@
             zlib
             fsf-free
             wtfpl2
+            wxwindows3.1+
             fsdg-compatible))
 
 (define-record-type <license>
@@ -581,6 +583,11 @@ at URI, which may be a file:// URI pointing the package's 
tree."
            "http://www.wtfpl.net";
            "http://www.wtfpl.net/about/";))
 
+(define wxwindows3.1+
+  (license "wxWindows 3.1+"
+           "https://wxwidgets.org/about/licence";
+           "https://www.gnu.org/licenses/license-list.html#Wxwind";))
+
 (define x11
   (license "X11"
            "http://directory.fsf.org/wiki/License:X11";



reply via email to

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