You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by pr...@apache.org on 2015/10/08 16:03:27 UTC

lens git commit: LENS-739: (license fix) Generate udf jar for lens-regression

Repository: lens
Updated Branches:
  refs/heads/master d4d4aa26a -> dd33a6058


LENS-739:  (license fix) Generate udf jar for lens-regression


Project: http://git-wip-us.apache.org/repos/asf/lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/dd33a605
Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/dd33a605
Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/dd33a605

Branch: refs/heads/master
Commit: dd33a60589ca1a8efc71c2ceb73af22654b584f3
Parents: d4d4aa2
Author: Archana H <ar...@gmail.com>
Authored: Thu Oct 8 19:32:46 2015 +0530
Committer: Rajat Khandelwal <ra...@gmail.com>
Committed: Thu Oct 8 19:32:46 2015 +0530

----------------------------------------------------------------------
 .../src/additional/java/SampleUdf.java           | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/dd33a605/lens-regression/src/additional/java/SampleUdf.java
----------------------------------------------------------------------
diff --git a/lens-regression/src/additional/java/SampleUdf.java b/lens-regression/src/additional/java/SampleUdf.java
index 2c3e667..e340ffd 100644
--- a/lens-regression/src/additional/java/SampleUdf.java
+++ b/lens-regression/src/additional/java/SampleUdf.java
@@ -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.
+ */
+
 import org.apache.hadoop.hive.ql.exec.UDF;
 import org.apache.hadoop.io.Text;