addition to THRIFT-5185: Support for using WebSockets as a server transport
to satisfy https://www.apache.org/legal/src-headers.html#3party
diff --git a/LICENSE b/LICENSE
index 3b6d7d7..7bf24c9 100644
--- a/LICENSE
+++ b/LICENSE
@@ -236,4 +236,20 @@
 
 */
 (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.
+
 --------------------------------------------------