Repository: incubator-htrace Updated Branches: refs/heads/master 6d2e91a60 -> 215c96826
HTRACE-268. Remove Units and go-codec from LICENSE since they are not contained in the source release (cmccabe) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/215c9682 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/215c9682 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/215c9682 Branch: refs/heads/master Commit: 215c9682661f4eb3892e241b66bce10918b9c3b8 Parents: 6d2e91a Author: Colin P. Mccabe <[email protected]> Authored: Wed Oct 21 11:53:44 2015 -0700 Committer: Colin P. Mccabe <[email protected]> Committed: Wed Oct 21 11:53:44 2015 -0700 ---------------------------------------------------------------------- LICENSE.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/215c9682/LICENSE.txt ---------------------------------------------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index 3747c58..3b4e510 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -203,9 +203,6 @@ of dependencies that are NOT Apache Licensed. See the License for the specific language governing permissions and limitations under the License. -Units, a string formatting go library, is Copyright (c) 2014 Alec Thomas -and MIT licensed: https://github.com/alecthomas/units/blob/master/COPYING - D3, a javascript library for manipulating data, used by htrace-hbase is Copyright 2010-2014, Michael Bostock and BSD licensed: https://github.com/mbostock/d3/blob/master/LICENSE @@ -239,7 +236,4 @@ https://github.com/moment/moment/blob/develop/LICENSE CMP is an implementation of the MessagePack serialization format in C. It is licensed under the MIT license: https://github.com/camgunz/cmp/blob/master/LICENSE - -go-codec is an implementation of several serialization and deserialization -codecs in Go. It is licensed under the MIT license: -https://github.com/ugorji/go/blob/master/LICENSE +See ./htrace-c/src/util/cmp.c and ./htrace-c/src/util/cmp.h.
