TEZ-2594. Fix LICENSE for missing entries for full and minimal tarballs. (hitesh)
(cherry picked from commit 73e993cba52e25c0d126a59439a76b43af9506bc) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/09d8c82d Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/09d8c82d Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/09d8c82d Branch: refs/heads/branch-0.7 Commit: 09d8c82d6d274192e20902fc50fa298710601840 Parents: b2d9e6f Author: Hitesh Shah <[email protected]> Authored: Wed Jan 20 13:59:53 2016 -0800 Committer: Jeff Zhang <[email protected]> Committed: Wed Jan 20 14:36:36 2016 -0800 ---------------------------------------------------------------------- tez-dist/dist-files/full/LICENSE | 9 ++++++++- tez-dist/dist-files/minimal/LICENSE | 8 ++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/09d8c82d/tez-dist/dist-files/full/LICENSE ---------------------------------------------------------------------- diff --git a/tez-dist/dist-files/full/LICENSE b/tez-dist/dist-files/full/LICENSE index 3cff5fc..b79eaba 100644 --- a/tez-dist/dist-files/full/LICENSE +++ b/tez-dist/dist-files/full/LICENSE @@ -220,6 +220,10 @@ license: - tez-common-*.jar - tez-dag-*.jar - tez-examples-*.jar + - tez-ext-service-tests-*.jar + - tez-history-parser-*.jar + - tez-javadoc-tools-*.jar + - tez-job-analyzer-*.jar - tez-mapreduce-*.jar - tez-mbeans-resource-calculator-*.jar - tez-runtime-internals-*.jar @@ -227,6 +231,7 @@ license: - tez-tests-*.jar - tez-yarn-timeline-history-*.jar - tez-yarn-timeline-history-with-acls-*.jar + - hadoop-shim-*.jar - avro-*.jar - async-http-client-*.jar - apacheds-i18n-*.jar @@ -264,7 +269,7 @@ license: - hadoop-yarn-server-web-proxy-*.jar - httpclient-*.jar - httpcore-*.jar - - htrace-*.jar + - htrace-core-*.jar - jackson-core-asl-*.jar - jackson-jaxrs-*.jar - jackson-mapper-asl-*.jar @@ -278,7 +283,9 @@ license: - jetty-6.1.*.jar - Copyright 2001-2005 Mort Bay Consulting Pty. Ltd. - jetty-utils-6.1.*.jar - Copyright 2001-2005 Mort Bay Consulting Pty. Ltd. - log4j-*.jar + - metrics-core-*.jar - netty-*.jar + - RoaringBitmap-*.jar - snappy-java-*.jar - stax-api-1.0.1.jar - xercesImpl-*.jar http://git-wip-us.apache.org/repos/asf/tez/blob/09d8c82d/tez-dist/dist-files/minimal/LICENSE ---------------------------------------------------------------------- diff --git a/tez-dist/dist-files/minimal/LICENSE b/tez-dist/dist-files/minimal/LICENSE index effbc3d..c89bc24 100644 --- a/tez-dist/dist-files/minimal/LICENSE +++ b/tez-dist/dist-files/minimal/LICENSE @@ -220,6 +220,10 @@ license: - tez-common-*.jar - tez-dag-*.jar - tez-examples-*.jar + - tez-ext-service-tests-*.jar + - tez-history-parser-*.jar + - tez-javadoc-tools-*.jar + - tez-job-analyzer-*.jar - tez-mapreduce-*.jar - tez-mbeans-resource-calculator-*.jar - tez-runtime-internals-*.jar @@ -227,6 +231,8 @@ license: - tez-tests-*.jar - tez-yarn-timeline-history-*.jar - tez-yarn-timeline-history-with-acls-*.jar + - hadoop-shim-*.jar + - async-http-client-*.jar - commons-cli-*.jar - commons-collections-*.jar - commons-io-*.jar @@ -242,6 +248,8 @@ license: - jettison-*.jar - Copyright 2006 Envoi Solutions LLC - jetty-6.1.*.jar - jetty-utils-6.1.*.jar + - metrics-core-*.jar + - RoaringBitmap-*.jar ----------------------------------------------------------------------- Dual Licensed under Common Development And Disribution License (CDDL - Version 1.1)
