NOJira: Add missing license header
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/af015ece Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/af015ece Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/af015ece Branch: refs/heads/flink-binding Commit: af015ece73400d7a215bc109835800ec1b480f0e Parents: e2ab67f Author: smarthi <[email protected]> Authored: Thu Nov 12 01:10:54 2015 -0500 Committer: smarthi <[email protected]> Committed: Thu Nov 12 01:15:20 2015 -0500 ---------------------------------------------------------------------- .../org/apache/mahout/math/drm/CacheHint.scala | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/af015ece/math-scala/src/main/scala/org/apache/mahout/math/drm/CacheHint.scala ---------------------------------------------------------------------- diff --git a/math-scala/src/main/scala/org/apache/mahout/math/drm/CacheHint.scala b/math-scala/src/main/scala/org/apache/mahout/math/drm/CacheHint.scala index ac763f9..3755f31 100644 --- a/math-scala/src/main/scala/org/apache/mahout/math/drm/CacheHint.scala +++ b/math-scala/src/main/scala/org/apache/mahout/math/drm/CacheHint.scala @@ -1,3 +1,20 @@ +/* + * 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.mahout.math.drm object CacheHint extends Enumeration {
