Repository: mahout Updated Branches: refs/heads/master ec10963a4 -> 67c78209b
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/67c78209 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/67c78209 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/67c78209 Branch: refs/heads/master Commit: 67c78209b68955a9bef219e3b1ed69c92e8e68a4 Parents: ec10963 Author: smarthi <[email protected]> Authored: Thu Nov 12 01:10:54 2015 -0500 Committer: smarthi <[email protected]> Committed: Thu Nov 12 01:10:54 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/67c78209/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 {
