Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1410#discussion_r148791220 --- Diff: lib/cl/binary-protocol.lisp --- @@ -0,0 +1,255 @@ +(in-package #:org.apache.thrift.implementation) + +;;;; This file defines the concrete `binary-protocol` layer for the `org.apache.thrift` library. +;;;; +;;;; copyright 2010 [james anderson](james.ander...@setf.de) --- End diff -- @jfarrell do we need to check with them to make sure this is okay to submit?
---