Repository: incubator-griffin Updated Branches: refs/heads/master 8e183dfe7 -> fe3cde132
Add license to DataFrameCaches.scala Author: Lionel Liu <[email protected]> Closes #233 from bhlx3lyx7/tmst. Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/fe3cde13 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/fe3cde13 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/fe3cde13 Branch: refs/heads/master Commit: fe3cde132d950fbdc35aa33bccac89e6c02cef8c Parents: 8e183df Author: Lionel Liu <[email protected]> Authored: Tue Mar 6 18:31:54 2018 +0800 Committer: Lionel Liu <[email protected]> Committed: Tue Mar 6 18:31:54 2018 +0800 ---------------------------------------------------------------------- .../measure/process/temp/DataFrameCaches.scala | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/fe3cde13/measure/src/main/scala/org/apache/griffin/measure/process/temp/DataFrameCaches.scala ---------------------------------------------------------------------- diff --git a/measure/src/main/scala/org/apache/griffin/measure/process/temp/DataFrameCaches.scala b/measure/src/main/scala/org/apache/griffin/measure/process/temp/DataFrameCaches.scala index fc5fea3..58e8a13 100644 --- a/measure/src/main/scala/org/apache/griffin/measure/process/temp/DataFrameCaches.scala +++ b/measure/src/main/scala/org/apache/griffin/measure/process/temp/DataFrameCaches.scala @@ -1,3 +1,21 @@ +/* +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.process.temp import org.apache.griffin.measure.log.Loggable
