[HOTFIX] Added license to deep-learning.md Closes #161.
Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/5fac8a18 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/5fac8a18 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/5fac8a18 Branch: refs/heads/master Commit: 5fac8a18fc20a46a9f39561621e4b242001f0e28 Parents: eaa66e5 Author: Glenn Weidner <[email protected]> Authored: Tue May 17 08:47:40 2016 -0700 Committer: Mike Dusenberry <[email protected]> Committed: Tue May 17 09:08:08 2016 -0700 ---------------------------------------------------------------------- docs/devdocs/deep-learning.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/5fac8a18/docs/devdocs/deep-learning.md ---------------------------------------------------------------------- diff --git a/docs/devdocs/deep-learning.md b/docs/devdocs/deep-learning.md index 46f2502..1fb951a 100644 --- a/docs/devdocs/deep-learning.md +++ b/docs/devdocs/deep-learning.md @@ -1,3 +1,22 @@ +<!-- +{% comment %} +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. +{% endcomment %} +--> + # Initial prototype for Deep Learning ## Representing tensor and images in SystemML
