summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorJames Lacey <jamlacey@gmail.com>2020-05-22 08:46:26 -0700
committerJens Geyer <jensg@apache.org>2020-05-26 21:35:19 +0200
commite6d7d13c35f5c9fe57889d7e77b0ba63910b1052 (patch)
treef0cb43da0edf1822cb8852db587adc746475a40b /LICENSE
parenteb8e8437a59fe7c0ca522be53a69f4e34bedc4f1 (diff)
downloadthrift-e6d7d13c35f5c9fe57889d7e77b0ba63910b1052.tar.gz
THRIFT-5215: Remove portable_endian.h
Client: cpp Patch: James Lacey This closes #2152
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE15
1 files changed, 0 insertions, 15 deletions
diff --git a/LICENSE b/LICENSE
index 7bf24c93e..a66fb6196 100644
--- a/LICENSE
+++ b/LICENSE
@@ -238,18 +238,3 @@ 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.
-
---------------------------------------------------