diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-12-08 11:31:57 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-12-08 15:03:46 +0100 |
commit | 00cf98eb600610361298e22214fb09bc380e8f6f (patch) | |
tree | 92184fd0f56183a0d746465b587b5f2a931646e7 /guix/licenses.scm | |
parent | 89e1de2f41831efdaf1861208b72a7f192491101 (diff) | |
download | gnu-guix-00cf98eb600610361298e22214fb09bc380e8f6f.tar gnu-guix-00cf98eb600610361298e22214fb09bc380e8f6f.tar.gz |
licenses: Add wxWindows 3.1 license.
* guix/licenses.scm (wxwindows3.1+): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'guix/licenses.scm')
-rw-r--r-- | guix/licenses.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index b07d80076e..269d97c723 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2017 Petter <petter@mykolab.ch> ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> +;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com> ;;; ;;; 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" |