commit | 7eb0d635428cc24b8394fcacc2c8d0093e32e5ea | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | Thu Mar 01 00:00:27 2007 +0000 |
committer | Mark Slee <mcslee@apache.org> | Thu Mar 01 00:00:27 2007 +0000 |
tree | 886a41cfdbfc0699c0a89b58d8fed1e0747d0a71 | |
parent | 9f0c65153c6c0100071029c27b20db62bf98ffa4 [diff] [blame] |
Apply Thrift license to Java sources Reviewed By: bash git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665031 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/java/src/protocol/TBinaryProtocol.java b/lib/java/src/protocol/TBinaryProtocol.java index 08f6e55..4ba0941 100644 --- a/lib/java/src/protocol/TBinaryProtocol.java +++ b/lib/java/src/protocol/TBinaryProtocol.java
@@ -1,3 +1,9 @@ +// Copyright (c) 2006- Facebook +// Distributed under the Thrift Software License +// +// See accompanying file LICENSE or visit the Thrift site at: +// http://developers.facebook.com/thrift/ + package com.facebook.thrift.protocol; import com.facebook.thrift.TException;