HTRACE-268.  Remove Units and go-codec from LICENSE since they are not contained in the source release (cmccabe)
diff --git a/LICENSE.txt b/LICENSE.txt
index 3747c58..3b4e510 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -203,9 +203,6 @@
    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 @@
 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.