Repository: mahout Updated Branches: refs/heads/master b5fe4aab2 -> e87567af0
Add Apache license header to READMEmd, this closes apache/mahout#259 Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/e87567af Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/e87567af Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/e87567af Branch: refs/heads/master Commit: e87567af05884506a37e8751df0fa7f41a9d94d0 Parents: b5fe4aa Author: smarthi <[email protected]> Authored: Thu Oct 6 21:21:16 2016 -0400 Committer: smarthi <[email protected]> Committed: Thu Oct 6 21:22:02 2016 -0400 ---------------------------------------------------------------------- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/e87567af/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 4151b37..f705ffd 100644 --- a/README.md +++ b/README.md @@ -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. +--> + Welcome to Apache Mahout! =========== The Apache Mahout⢠project's goal is to build an environment for quickly creating scalable performant machine learning applications.
