[HOTFIX] Added license to samples 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/936dcdd4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/936dcdd4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/936dcdd4 Branch: refs/heads/master Commit: 936dcdd429c8dfdb9d385dbeeab9feea52828252 Parents: 5fac8a1 Author: Glenn Weidner <[email protected]> Authored: Tue May 17 09:03:38 2016 -0700 Committer: Mike Dusenberry <[email protected]> Committed: Tue May 17 09:08:11 2016 -0700 ---------------------------------------------------------------------- samples/import-nb-bluemix.md | 19 +++++++++++++++++++ samples/import-nb-datascientistworkbench.md | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/936dcdd4/samples/import-nb-bluemix.md ---------------------------------------------------------------------- diff --git a/samples/import-nb-bluemix.md b/samples/import-nb-bluemix.md index d30a3d8..4cec026 100644 --- a/samples/import-nb-bluemix.md +++ b/samples/import-nb-bluemix.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 %} +--> + ## General setup to run one of the Jupyter notebooks on IBM Bluemix: * Clone the repository to download the notebooks http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/936dcdd4/samples/import-nb-datascientistworkbench.md ---------------------------------------------------------------------- diff --git a/samples/import-nb-datascientistworkbench.md b/samples/import-nb-datascientistworkbench.md index c088052..3ceb73d 100644 --- a/samples/import-nb-datascientistworkbench.md +++ b/samples/import-nb-datascientistworkbench.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 %} +--> + ## General setup to run one of the Zeppelin notebooks on https://datascientistworkbench.com/: * Clone the repository to download the notebooks
