summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2020-05-22 01:11:11 +0200
committerJens Geyer <jensg@apache.org>2020-05-22 01:12:24 +0200
commiteb8e8437a59fe7c0ca522be53a69f4e34bedc4f1 (patch)
tree9836655dc1e34f5bb4cc4077c503d79d8fbedbbf /LICENSE
parent348790deaf633f368a147c413e0f17eb7373a973 (diff)
downloadthrift-eb8e8437a59fe7c0ca522be53a69f4e34bedc4f1.tar.gz
addition to THRIFT-5185: Support for using WebSockets as a server transport
to satisfy https://www.apache.org/legal/src-headers.html#3party
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE16
1 files changed, 16 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 3b6d7d74c..7bf24c93e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -236,4 +236,20 @@ For the lib/nodejs/lib/thrift/json_parse.js:
*/
(By Douglas Crockford <douglas@crockford.com>)
+
+--------------------------------------------------
+For lib/cpp/src/thrift/portable_endian.h
+
+// endian.h
+//
+// https://gist.github.com/panzi/6856583
+//
+// I, Mathias Panzenböck, place this file hereby into the public domain. Use
+// it at your own risk for whatever you like. In case there are
+// jurisdictions that don't support putting things in the public domain you
+// can also consider it to be "dual licensed" under the BSD, MIT and Apache
+// licenses, if you want to. This code is trivial anyway. Consider it an
+// example on how to get the endian conversion functions on different
+// platforms.
+
--------------------------------------------------