Repository: incubator-griffin Updated Branches: refs/heads/master bfe1c98d0 -> 0e8852da8
add apache license header for test add apache license header for test Author: panffeng <[email protected]> Author: panffeng <[email protected]> Closes #266 from panffeng/master. Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/0e8852da Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/0e8852da Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/0e8852da Branch: refs/heads/master Commit: 0e8852da8ea59586078d143220082a7d0f731771 Parents: bfe1c98 Author: panffeng <[email protected]> Authored: Wed Apr 25 12:28:30 2018 +0800 Committer: Lionel Liu <[email protected]> Committed: Wed Apr 25 12:28:30 2018 +0800 ---------------------------------------------------------------------- .../griffin/measure/rule/udf/MeanUdafTest.scala | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/0e8852da/measure/src/test/scala/org/apache/griffin/measure/rule/udf/MeanUdafTest.scala ---------------------------------------------------------------------- diff --git a/measure/src/test/scala/org/apache/griffin/measure/rule/udf/MeanUdafTest.scala b/measure/src/test/scala/org/apache/griffin/measure/rule/udf/MeanUdafTest.scala index 4f882de..1ec75e4 100644 --- a/measure/src/test/scala/org/apache/griffin/measure/rule/udf/MeanUdafTest.scala +++ b/measure/src/test/scala/org/apache/griffin/measure/rule/udf/MeanUdafTest.scala @@ -1,3 +1,22 @@ +/* +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 org.apache.griffin.measure.rule.udf
