diff options
Diffstat (limited to 'third_party/websockify/LICENSE.txt')
-rw-r--r-- | third_party/websockify/LICENSE.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/websockify/LICENSE.txt b/third_party/websockify/LICENSE.txt new file mode 100644 index 00000000..916a77a0 --- /dev/null +++ b/third_party/websockify/LICENSE.txt @@ -0,0 +1,11 @@ +websockify is licensed under the LGPL version 3 (see docs/LICENSE.GPL-3 and +docs/LICENSE.LGPL-3) with the following exceptions: + + include/base64.js : Choice of MIT 1.1, GPL-2 or LGPL-2.1 + + include/web-socket-js/ : New BSD license. Source code at + https://github.com/gimite/web-socket-js + + other/kumina.c : Simplified BSD license (2 clause). + Original source at + https://github.com/kumina/wsproxy |