From c593bd89f7f991cc8d9a19e1d06f0439f16d7805 Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Fri, 8 Dec 2017 11:31:57 +0100 Subject: [PATCH] guix: licenses: Add wxWindows 3.1 license. * guix/licenses.scm: Add wxWindows 3.1 license. --- guix/licenses.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index b07d80076..8fa121fd4 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2017 Petter ;;; Copyright © 2017 Marius Bakke ;;; Copyright © 2017 Arun Isaac +;;; Copyright © 2017 Rutger Helling ;;; ;;; This file is part of GNU Guix. ;;; @@ -91,6 +92,7 @@ zlib fsf-free wtfpl2 + wxwindows3.1 fsdg-compatible)) (define-record-type @@ -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" + "https://wxwidgets.org/about/licence")) + (define x11 (license "X11" "http://directory.fsf.org/wiki/License:X11" -- 2.15.1