Add missing license
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/bb003243 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/bb003243 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/bb003243 Branch: refs/heads/master Commit: bb003243835ed20b6471af165303b9da17b09abf Parents: 647b480 Author: Donald Szeto <[email protected]> Authored: Wed Mar 15 11:31:28 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Wed Mar 15 11:31:28 2017 -0700 ---------------------------------------------------------------------- docs/manual/source/templates/index.html.md | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/bb003243/docs/manual/source/templates/index.html.md ---------------------------------------------------------------------- diff --git a/docs/manual/source/templates/index.html.md b/docs/manual/source/templates/index.html.md index 41b806b..f60699e 100644 --- a/docs/manual/source/templates/index.html.md +++ b/docs/manual/source/templates/index.html.md @@ -2,10 +2,27 @@ title: PredictionIO Official Templates --- +<!-- +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 -PredictionIO's [template gallery](/gallery/template-gallery) offers both official and community contributed Engine Templates for all kinds of machine learning tasks. -You can easily create one or more engines from these templates . + 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. +--> + +PredictionIO's [template gallery](/gallery/template-gallery) offers both +official and community contributed Engine Templates for all kinds of machine +learning tasks. You can easily create one or more engines from these templates. The section contains more detailed documentation of the official templates for -beginner users to get familiar with PredictionIO and examples of how the templates -can be modified for other usages. +beginner users to get familiar with PredictionIO and examples of how the +templates can be modified for other usages.
