diff options
author | Petr Hodina <[email protected]> | 2022-06-10 10:41:14 +0200 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2022-06-15 00:25:22 +0200 |
commit | e51517d0775e636bd250f49fb9a4351fe6c546d2 (patch) | |
tree | 4f24ea4ab7225250012b9c6f6e3bf85ec9f3dfbc | |
parent | c363843349644352427e8c55091dbcc36533383a (diff) |
gnu: libwesockets: Update license.
* gnu/packages/web.scm (libwebsockets)[license]: Change to expat.
Signed-off-by: Ludovic Courtès <[email protected]>
-rw-r--r-- | gnu/packages/web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 64d747a312..9047578b0a 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -57,6 +57,7 @@ ;;; Copyright © 2021 Vinicius Monego <[email protected]> ;;; Copyright © 2022 cage <[email protected]> ;;; Copyright © 2022 Pradana Aumars <[email protected]> +;;; Copyright © 2022 Petr Hodina <[email protected]> ;;; ;;; 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 for efficient socket-like bidirectional reliable communication channels.") (home-page "https://libwebsockets.org") - - ;; This is LGPLv2.1-only with extra exceptions specified in 'LICENSE'. - (license license:lgpl2.1))) + (license license:expat))) (define-public wabt (package |