Github user dkochmanski commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1410#discussion_r149592614
--- Diff: lib/cl/framed-transport.lisp ---
@@ -0,0 +1,136 @@
+(in-package #:org.apache.thrift.implementation)
+
+;;;; Copyright 2017 Rigetti Computing <rigetti.com>
--- End diff --
Right, thank you for pointing me to the document. Last commit removes all
copyrights added by us. Note though, that files in lib/cl/ are based on work by
James Anderson (and have copyrights as well) and I don't think I can remove
them. Should I contact him and ask whenever we can remove his copyright stings
too?
---