Updated license header of GenericUDAFMaxRow to follow https://github.com/scribd/hive-udaf-maxrow/blob/master/src/com/scribd/hive/udaf/GenericUDAFMaxRow.java
Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/0cf2a645 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/0cf2a645 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/0cf2a645 Branch: refs/heads/master Commit: 0cf2a64541f75f7b874eeb12424e59cf82627a66 Parents: 63aa3b9 Author: myui <[email protected]> Authored: Sat Nov 12 14:46:31 2016 +0900 Committer: myui <[email protected]> Committed: Sat Nov 12 14:47:46 2016 +0900 ---------------------------------------------------------------------- NOTICE | 36 ++++++++++++++++---- .../main/java/hivemall/ensemble/MaxRowUDAF.java | 15 -------- 2 files changed, 30 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/0cf2a645/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 68e506f..c65fa03 100644 --- a/NOTICE +++ b/NOTICE @@ -1,9 +1,33 @@ -Hivemall: Hive scalable machine learning library +Apache Hivemall +Copyright 2016 The Apache Software Foundation -Copyright (C) 2013 National Institute of Advanced Industrial Science and Technology (AIST) +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). -This product includes/uses software developed by The Apache Software Foundation (http://www.apache.org/). -The Apache Hive project logo are trademarks of The Apache Software Foundation. +Copyright (C) 2013-2015 National Institute of Advanced Industrial Science and Technology (AIST) +Copyright (C) 2015-2016 Makoto Yui -Put the above copyrights and LICENSE file for the services/softwares/distributions -that use Hivemall. +------------------------------------------------------------------------------------------------------ +Copyright notifications which have been relocated from source files + +o hivemall/core/src/main/java/hivemall/smile/classification/DecisionTree.java + hivemall/core/src/main/java/hivemall/smile/regression/RegressionTree.java + + Copyright (c) 2010 Haifeng Li + + https://github.com/haifengl/smile + Licensed under the Apache License, Version 2.0 + +o hivemall/core/src/main/java/hivemall/utils/codec/Base91.java + + Copyright (c) 2000-2006 Joachim Henke + + https://github.com/bwaldvogel/base91 + Licensed under the BSD 3-Clause License + +o hivemall/core/src/main/java/hivemall/utils/collections/OpenHashMap.java + + Copyright (C) 2010 catchpole.net + + https://github.com/slipperyseal/atomicobjects/ + Licensed under the Apache License, Version 2.0 http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/0cf2a645/core/src/main/java/hivemall/ensemble/MaxRowUDAF.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/hivemall/ensemble/MaxRowUDAF.java b/core/src/main/java/hivemall/ensemble/MaxRowUDAF.java index f30d80a..29d1563 100644 --- a/core/src/main/java/hivemall/ensemble/MaxRowUDAF.java +++ b/core/src/main/java/hivemall/ensemble/MaxRowUDAF.java @@ -16,21 +16,6 @@ * specific language governing permissions and limitations * under the License. */ -// -// Copyright (C) 2013 Michael Birk ( https://github.com/scribd/hive-udaf-maxrow ) -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// package hivemall.ensemble; import java.util.ArrayList;
