Update NOTICE to list up source codes borrowed from other porjects (#384)
Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/effe4614 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/effe4614 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/effe4614 Branch: refs/heads/master Commit: effe461446f2af84931901c112d542b8d2e69cfd Parents: f9f9799 Author: Takeshi Yamamuro <[email protected]> Authored: Mon Nov 21 14:28:34 2016 +0900 Committer: Makoto YUI <[email protected]> Committed: Mon Nov 21 14:28:34 2016 +0900 ---------------------------------------------------------------------- NOTICE | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/effe4614/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 2f22827..b252238 100644 --- a/NOTICE +++ b/NOTICE @@ -23,7 +23,7 @@ o hivemall/core/src/main/java/hivemall/utils/codec/Base91.java Copyright (c) 2000-2006 Joachim Henke - https://github.com/bwaldvogel/base91 + https://github.com/bwaldvogel/base91 Licensed under the BSD 3-Clause License o hivemall/core/src/main/java/hivemall/utils/collections/OpenHashMap.java @@ -32,3 +32,12 @@ o hivemall/core/src/main/java/hivemall/utils/collections/OpenHashMap.java https://github.com/slipperyseal/atomicobjects/ Licensed under the Apache License, Version 2.0 + +o hivemall/spark/spark-1.6/extra-src/hive/src/main/scala/org/apache/spark/sql/hive/HiveShim.scala + hivemall/spark/spark-2.0/extra-src/hive/src/main/scala/org/apache/spark/sql/hive/HiveShim.scala + hivemall/spark/spark-2.0/src/test/scala/org/apache/spark/sql/QueryTest.scala + hivemall/spark/spark-2.0/src/test/scala/org/apache/spark/sql/catalyst/plans/PlanTest.scala + hivemall/spark/spark-2.0/src/test/scala/org/apache/spark/sql/hive/test/TestHiveSingleton.scala + + https://github.com/apache/spark + Licensed under the Apache License, Version 2.0
