aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2016-03-28 10:12:37 +0800
committerAndy Green <andy@warmcat.com>2016-03-28 10:49:57 +0800
commitcd0c696a0d879f66c8142ace0619b944efd08915 (patch)
tree028a82dbaf27cb849ee74767b67ef42145171cea /LICENSE
parentd526c50c2227ab3daf43d8651c9ea82c26f84aec (diff)
downloadlibwebsockets-cd0c696a0d879f66c8142ace0619b944efd08915.tar.gz
lwsws Libwebsockets Web Server
This makes a start on the LibWebSockets WebServer. The app cmake build support and JSON config parsing are implemented and the app can start, create the vhosts, listen and serve file:// mounts on them. Signed-off-by: Andy Green <andy@warmcat.com>
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE10
1 files changed, 10 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index da87198c..ef462df4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -40,6 +40,16 @@ Public Domain (CC-zero) to simplify reuse
- test-server/*.c
- test-server/*.h
+
+4) lwsws (Libwebsocket web server) is a bundled application that is not
+part of the libwebsockets library, it's a separate application that uses
+the library. The related sources are in a separate directory. If you don't
+distribute lwsws, you do not need to observe its license.
+
+ - lwsws/lejp.c - LGPL2.1
+ - lwsws/lejp.h - LGPL2.1
+ - lwsws/[all else] - GPL2.1
+
GNU LESSER GENERAL PUBLIC LICENSE