licenses: Add wxWindows 3.1 license.
* guix/licenses.scm (wxwindows3.1+): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
89e1de2f41
commit
00cf98eb60
|
@ -13,6 +13,7 @@
|
||||||
;;; Copyright © 2017 Petter <petter@mykolab.ch>
|
;;; Copyright © 2017 Petter <petter@mykolab.ch>
|
||||||
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
|
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -91,6 +92,7 @@
|
||||||
zlib
|
zlib
|
||||||
fsf-free
|
fsf-free
|
||||||
wtfpl2
|
wtfpl2
|
||||||
|
wxwindows3.1+
|
||||||
fsdg-compatible))
|
fsdg-compatible))
|
||||||
|
|
||||||
(define-record-type <license>
|
(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"
|
||||||
"http://www.wtfpl.net/about/"))
|
"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
|
(define x11
|
||||||
(license "X11"
|
(license "X11"
|
||||||
"http://directory.fsf.org/wiki/License:X11"
|
"http://directory.fsf.org/wiki/License:X11"
|
||||||
|
|
Loading…
Reference in New Issue