You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2018/04/25 04:28:36 UTC

incubator-griffin git commit: add apache license header for test

Repository: incubator-griffin
Updated Branches:
  refs/heads/master bfe1c98d0 -> 0e8852da8


add apache license header for test

add apache license header for test

Author: panffeng <pa...@gmail.com>
Author: panffeng <pa...@users.noreply.github.com>

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 <pa...@gmail.com>
Authored: Wed Apr 25 12:28:30 2018 +0800
Committer: Lionel Liu <bh...@163.com>
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