gnu: libwesockets: Update license.
* gnu/packages/web.scm (libwebsockets)[license]: Change to expat. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c363843349
commit
e51517d077
1 changed files with 2 additions and 3 deletions
|
|
@ -57,6 +57,7 @@
|
||||||
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
|
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
|
||||||
;;; Copyright © 2022 cage <cage-dev@twistfold.it>
|
;;; Copyright © 2022 cage <cage-dev@twistfold.it>
|
||||||
;;; Copyright © 2022 Pradana Aumars <paumars@courrier.dev>
|
;;; Copyright © 2022 Pradana Aumars <paumars@courrier.dev>
|
||||||
|
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
|
@ -1451,9 +1452,7 @@ parser written in ANSI C and a small validating JSON generator.")
|
||||||
and server WebSockets connections---a protocol layered above HTTP that allows
|
and server WebSockets connections---a protocol layered above HTTP that allows
|
||||||
for efficient socket-like bidirectional reliable communication channels.")
|
for efficient socket-like bidirectional reliable communication channels.")
|
||||||
(home-page "https://libwebsockets.org")
|
(home-page "https://libwebsockets.org")
|
||||||
|
(license license:expat)))
|
||||||
;; This is LGPLv2.1-only with extra exceptions specified in 'LICENSE'.
|
|
||||||
(license license:lgpl2.1)))
|
|
||||||
|
|
||||||
(define-public wabt
|
(define-public wabt
|
||||||
(package
|
(package
|
||||||
|
|
|
||||||
Reference in a new issue