Github user jfarrell commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1410#discussion_r149508723
--- Diff: lib/cl/framed-transport.lisp ---
@@ -0,0 +1,136 @@
+(in-package #:org.apache.thrift.implementation)
+
+;;;; Copyright 2017 Rigetti Computing <rigetti.com>
--- End diff --
@dkochmanski thank you for working on this and contributing it back the the
Apache Thrift. The Apache license header on this should not contain a copyright
to Rigetti Computing, details available at
https://www.apache.org/legal/src-headers.html#headers part 2
---