From 7ea6879a199e32e81af10fad29f5c2d15e2d803a Mon Sep 17 00:00:00 2001 From: David Cermak Date: Thu, 20 Feb 2025 12:28:20 +0100 Subject: [PATCH] fix(lws): Adds missing license info --- components/libwebsockets/LICENSE.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 components/libwebsockets/LICENSE.txt diff --git a/components/libwebsockets/LICENSE.txt b/components/libwebsockets/LICENSE.txt new file mode 100644 index 000000000..a4f0b5da5 --- /dev/null +++ b/components/libwebsockets/LICENSE.txt @@ -0,0 +1,9 @@ +Libwebsockets and included programs are provided under the terms of the +MIT license, with the exception that some sources are under +a similar permissive license like BSD, or are explicitly CC0 / public +domain to remove any obstacles from basing differently-licensed code on +them. +Please refer to the LWS LICENSE for more details. + +Espressif port files are licensed under Apache-2.0 license. +Espressif examples and tests are distributed under Unlicense/CC0.