Repository: incubator-htrace Updated Branches: refs/heads/3.1 fef0ba334 -> 9534eff4d
HTRACE-58 Address Billie Rinaldi feedback on RC4 of 3.1.0; ADDENDUM for UNITS Lib Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/9534eff4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/9534eff4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/9534eff4 Branch: refs/heads/3.1 Commit: 9534eff4db9988f44d8d9335236abc173a12bb43 Parents: fef0ba3 Author: stack <[email protected]> Authored: Thu Jan 8 16:35:35 2015 -0800 Committer: stack <[email protected]> Committed: Thu Jan 8 16:35:35 2015 -0800 ---------------------------------------------------------------------- LICENSE.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/9534eff4/LICENSE.txt ---------------------------------------------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index abd9f26..cbea1db 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -207,9 +207,12 @@ of dependencies that are NOT Apache Licensed. levigo, a go wrapper for leveldb, is Copyright (c) 2012 Jeffrey M Hodges and MIT licensed: https://github.com/jmhodges/levigo/blob/master/LICENSE -Kingpin, a go command line and flag parser is Copyright (c) 2014 Alec Thomas +Kingpin, a go command line and flag parser, is Copyright (c) 2014 Alec Thomas and MIT licensed: https://github.com/alecthomas/kingpin/blob/master/COPYING +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
