Repository: tez Updated Branches: refs/heads/master 45a63bf23 -> f3f607ad6
TEZ-3323. Update licese and notice for xml-apis jar. Also update year in notice to 2016. (sseth) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/f3f607ad Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/f3f607ad Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/f3f607ad Branch: refs/heads/master Commit: f3f607ad63b69a308101cc9c4b2ed1a391a3e239 Parents: 45a63bf Author: Siddharth Seth <[email protected]> Authored: Tue Jul 5 14:21:24 2016 -0700 Committer: Siddharth Seth <[email protected]> Committed: Tue Jul 5 14:21:24 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ NOTICE.txt | 2 +- tez-api/src/main/javadoc/resources/META-INF/NOTICE.txt | 2 +- tez-api/src/main/resources/META-INF/NOTICE.txt | 2 +- tez-api/src/test/resources/META-INF/NOTICE.txt | 2 +- tez-common/src/main/javadoc/resources/META-INF/NOTICE.txt | 2 +- tez-common/src/main/resources/META-INF/NOTICE.txt | 2 +- tez-common/src/test/resources/META-INF/NOTICE.txt | 2 +- tez-dag/src/main/javadoc/resources/META-INF/NOTICE.txt | 2 +- tez-dag/src/main/resources/META-INF/NOTICE.txt | 2 +- tez-dag/src/test/resources/META-INF/NOTICE.txt | 2 +- tez-dist/dist-files/full/LICENSE | 1 + tez-dist/dist-files/full/NOTICE | 6 ++++++ tez-dist/src/main/javadoc/resources/META-INF/NOTICE.txt | 2 +- tez-examples/src/main/javadoc/resources/META-INF/NOTICE.txt | 2 +- tez-examples/src/main/resources/META-INF/NOTICE.txt | 2 +- tez-examples/src/test/resources/META-INF/NOTICE.txt | 2 +- tez-mapreduce/src/main/javadoc/resources/META-INF/NOTICE.txt | 2 +- tez-mapreduce/src/main/resources/META-INF/NOTICE.txt | 2 +- tez-mapreduce/src/test/resources/META-INF/NOTICE.txt | 2 +- .../src/main/javadoc/resources/META-INF/NOTICE.txt | 2 +- .../src/main/resources/META-INF/NOTICE.txt | 2 +- .../src/main/javadoc/resources/META-INF/NOTICE.txt | 2 +- .../src/main/resources/META-INF/NOTICE.txt | 2 +- .../src/main/javadoc/resources/META-INF/NOTICE.txt | 2 +- .../src/main/resources/META-INF/NOTICE.txt | 2 +- .../src/test/resources/META-INF/NOTICE.txt | 2 +- .../src/main/javadoc/resources/META-INF/NOTICE.txt | 2 +- tez-runtime-internals/src/main/resources/META-INF/NOTICE.txt | 2 +- tez-runtime-internals/src/test/resources/META-INF/NOTICE.txt | 2 +- .../src/main/javadoc/resources/META-INF/NOTICE.txt | 2 +- tez-runtime-library/src/main/resources/META-INF/NOTICE.txt | 2 +- tez-runtime-library/src/test/resources/META-INF/NOTICE.txt | 2 +- tez-tests/src/main/javadoc/resources/META-INF/NOTICE.txt | 2 +- tez-tests/src/main/resources/META-INF/NOTICE.txt | 2 +- tez-tests/src/test/resources/META-INF/NOTICE.txt | 2 +- tez-ui/src/main/resources/META-INF/NOTICE.txt | 2 +- 37 files changed, 43 insertions(+), 34 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 4714a85..37c5191 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3323. Update licese and notice for xml-apis jar. Also update year in notice to 2016. TEZ-3223. Support a NullHistoryLogger to disable history logging if needed. TEZ-3313. ATSFileParser : Wrong args passed in VersionInfo. TEZ-3286. Allow clients to set processor reserved memory per vertex (instead of per container). @@ -80,6 +81,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3323. Update licese and notice for xml-apis jar. Also update year in notice to 2016. TEZ-3223. Support a NullHistoryLogger to disable history logging if needed. TEZ-3286. Allow clients to set processor reserved memory per vertex (instead of per container). TEZ-3293. Fetch failures can cause a shuffle hang waiting for memory merge that never starts. http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-api/src/main/javadoc/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-api/src/main/javadoc/resources/META-INF/NOTICE.txt b/tez-api/src/main/javadoc/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-api/src/main/javadoc/resources/META-INF/NOTICE.txt +++ b/tez-api/src/main/javadoc/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-api/src/main/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-api/src/main/resources/META-INF/NOTICE.txt b/tez-api/src/main/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-api/src/main/resources/META-INF/NOTICE.txt +++ b/tez-api/src/main/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-api/src/test/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-api/src/test/resources/META-INF/NOTICE.txt b/tez-api/src/test/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-api/src/test/resources/META-INF/NOTICE.txt +++ b/tez-api/src/test/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-common/src/main/javadoc/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-common/src/main/javadoc/resources/META-INF/NOTICE.txt b/tez-common/src/main/javadoc/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-common/src/main/javadoc/resources/META-INF/NOTICE.txt +++ b/tez-common/src/main/javadoc/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-common/src/main/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-common/src/main/resources/META-INF/NOTICE.txt b/tez-common/src/main/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-common/src/main/resources/META-INF/NOTICE.txt +++ b/tez-common/src/main/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-common/src/test/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-common/src/test/resources/META-INF/NOTICE.txt b/tez-common/src/test/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-common/src/test/resources/META-INF/NOTICE.txt +++ b/tez-common/src/test/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-dag/src/main/javadoc/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-dag/src/main/javadoc/resources/META-INF/NOTICE.txt b/tez-dag/src/main/javadoc/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-dag/src/main/javadoc/resources/META-INF/NOTICE.txt +++ b/tez-dag/src/main/javadoc/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-dag/src/main/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-dag/src/main/resources/META-INF/NOTICE.txt b/tez-dag/src/main/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-dag/src/main/resources/META-INF/NOTICE.txt +++ b/tez-dag/src/main/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-dag/src/test/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-dag/src/test/resources/META-INF/NOTICE.txt b/tez-dag/src/test/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-dag/src/test/resources/META-INF/NOTICE.txt +++ b/tez-dag/src/test/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-dist/dist-files/full/LICENSE ---------------------------------------------------------------------- diff --git a/tez-dist/dist-files/full/LICENSE b/tez-dist/dist-files/full/LICENSE index b79eaba..2647d13 100644 --- a/tez-dist/dist-files/full/LICENSE +++ b/tez-dist/dist-files/full/LICENSE @@ -289,6 +289,7 @@ license: - snappy-java-*.jar - stax-api-1.0.1.jar - xercesImpl-*.jar + - xml-apis-*.jar - zookeeper-*.jar ----------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-dist/dist-files/full/NOTICE ---------------------------------------------------------------------- diff --git a/tez-dist/dist-files/full/NOTICE b/tez-dist/dist-files/full/NOTICE index 9482375..99b8d15 100644 --- a/tez-dist/dist-files/full/NOTICE +++ b/tez-dist/dist-files/full/NOTICE @@ -26,3 +26,9 @@ as part of a piece of software, but not individually. See the license for details. http://scripts.sil.org/OFL. More information on included fonts can be found in the LICENSE file within the tez-ui-*.war file. + +This product bundles Apache XML Commons XML APIs. + Portions of this software were originally based on the following: + - software copyright (c) 1999, IBM Corporation., http://www.ibm.com. + - software copyright (c) 1999, Sun Microsystems., http://www.sun.com. + - software copyright (c) 2000 World Wide Web Consortium, http://www.w3.org http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-dist/src/main/javadoc/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-dist/src/main/javadoc/resources/META-INF/NOTICE.txt b/tez-dist/src/main/javadoc/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-dist/src/main/javadoc/resources/META-INF/NOTICE.txt +++ b/tez-dist/src/main/javadoc/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-examples/src/main/javadoc/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-examples/src/main/javadoc/resources/META-INF/NOTICE.txt b/tez-examples/src/main/javadoc/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-examples/src/main/javadoc/resources/META-INF/NOTICE.txt +++ b/tez-examples/src/main/javadoc/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-examples/src/main/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-examples/src/main/resources/META-INF/NOTICE.txt b/tez-examples/src/main/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-examples/src/main/resources/META-INF/NOTICE.txt +++ b/tez-examples/src/main/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-examples/src/test/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-examples/src/test/resources/META-INF/NOTICE.txt b/tez-examples/src/test/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-examples/src/test/resources/META-INF/NOTICE.txt +++ b/tez-examples/src/test/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-mapreduce/src/main/javadoc/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-mapreduce/src/main/javadoc/resources/META-INF/NOTICE.txt b/tez-mapreduce/src/main/javadoc/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-mapreduce/src/main/javadoc/resources/META-INF/NOTICE.txt +++ b/tez-mapreduce/src/main/javadoc/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-mapreduce/src/main/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-mapreduce/src/main/resources/META-INF/NOTICE.txt b/tez-mapreduce/src/main/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-mapreduce/src/main/resources/META-INF/NOTICE.txt +++ b/tez-mapreduce/src/main/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-mapreduce/src/test/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-mapreduce/src/test/resources/META-INF/NOTICE.txt b/tez-mapreduce/src/test/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-mapreduce/src/test/resources/META-INF/NOTICE.txt +++ b/tez-mapreduce/src/test/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/javadoc/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/javadoc/resources/META-INF/NOTICE.txt b/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/javadoc/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/javadoc/resources/META-INF/NOTICE.txt +++ b/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/javadoc/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/resources/META-INF/NOTICE.txt b/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/resources/META-INF/NOTICE.txt +++ b/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/javadoc/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/javadoc/resources/META-INF/NOTICE.txt b/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/javadoc/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/javadoc/resources/META-INF/NOTICE.txt +++ b/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/javadoc/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/resources/META-INF/NOTICE.txt b/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/resources/META-INF/NOTICE.txt +++ b/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-plugins/tez-yarn-timeline-history/src/main/javadoc/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-history/src/main/javadoc/resources/META-INF/NOTICE.txt b/tez-plugins/tez-yarn-timeline-history/src/main/javadoc/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-plugins/tez-yarn-timeline-history/src/main/javadoc/resources/META-INF/NOTICE.txt +++ b/tez-plugins/tez-yarn-timeline-history/src/main/javadoc/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-plugins/tez-yarn-timeline-history/src/main/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-history/src/main/resources/META-INF/NOTICE.txt b/tez-plugins/tez-yarn-timeline-history/src/main/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-plugins/tez-yarn-timeline-history/src/main/resources/META-INF/NOTICE.txt +++ b/tez-plugins/tez-yarn-timeline-history/src/main/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-plugins/tez-yarn-timeline-history/src/test/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-yarn-timeline-history/src/test/resources/META-INF/NOTICE.txt b/tez-plugins/tez-yarn-timeline-history/src/test/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-plugins/tez-yarn-timeline-history/src/test/resources/META-INF/NOTICE.txt +++ b/tez-plugins/tez-yarn-timeline-history/src/test/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-runtime-internals/src/main/javadoc/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-runtime-internals/src/main/javadoc/resources/META-INF/NOTICE.txt b/tez-runtime-internals/src/main/javadoc/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-runtime-internals/src/main/javadoc/resources/META-INF/NOTICE.txt +++ b/tez-runtime-internals/src/main/javadoc/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-runtime-internals/src/main/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-runtime-internals/src/main/resources/META-INF/NOTICE.txt b/tez-runtime-internals/src/main/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-runtime-internals/src/main/resources/META-INF/NOTICE.txt +++ b/tez-runtime-internals/src/main/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-runtime-internals/src/test/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-runtime-internals/src/test/resources/META-INF/NOTICE.txt b/tez-runtime-internals/src/test/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-runtime-internals/src/test/resources/META-INF/NOTICE.txt +++ b/tez-runtime-internals/src/test/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-runtime-library/src/main/javadoc/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-runtime-library/src/main/javadoc/resources/META-INF/NOTICE.txt b/tez-runtime-library/src/main/javadoc/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-runtime-library/src/main/javadoc/resources/META-INF/NOTICE.txt +++ b/tez-runtime-library/src/main/javadoc/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-runtime-library/src/main/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-runtime-library/src/main/resources/META-INF/NOTICE.txt b/tez-runtime-library/src/main/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-runtime-library/src/main/resources/META-INF/NOTICE.txt +++ b/tez-runtime-library/src/main/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-runtime-library/src/test/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-runtime-library/src/test/resources/META-INF/NOTICE.txt b/tez-runtime-library/src/test/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-runtime-library/src/test/resources/META-INF/NOTICE.txt +++ b/tez-runtime-library/src/test/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-tests/src/main/javadoc/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-tests/src/main/javadoc/resources/META-INF/NOTICE.txt b/tez-tests/src/main/javadoc/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-tests/src/main/javadoc/resources/META-INF/NOTICE.txt +++ b/tez-tests/src/main/javadoc/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-tests/src/main/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-tests/src/main/resources/META-INF/NOTICE.txt b/tez-tests/src/main/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-tests/src/main/resources/META-INF/NOTICE.txt +++ b/tez-tests/src/main/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-tests/src/test/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-tests/src/test/resources/META-INF/NOTICE.txt b/tez-tests/src/test/resources/META-INF/NOTICE.txt index 88ff448..3f36fcc 100644 --- a/tez-tests/src/test/resources/META-INF/NOTICE.txt +++ b/tez-tests/src/test/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/tez/blob/f3f607ad/tez-ui/src/main/resources/META-INF/NOTICE.txt ---------------------------------------------------------------------- diff --git a/tez-ui/src/main/resources/META-INF/NOTICE.txt b/tez-ui/src/main/resources/META-INF/NOTICE.txt index 9a6feaf..0e67d1f 100644 --- a/tez-ui/src/main/resources/META-INF/NOTICE.txt +++ b/tez-ui/src/main/resources/META-INF/NOTICE.txt @@ -1,5 +1,5 @@ Apache Tez -Copyright (c) 2015 The Apache Software Foundation +Copyright (c) 2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
