From d04502b163e360aaf01b0197cd1a6a4e1a397d57 Mon Sep 17 00:00:00 2001 From: Adam Cox Date: Wed, 20 Jul 2016 14:58:07 -0700 Subject: [PATCH] Adds license section to README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index f36d15f..78720c2 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,20 @@ slos = oss.softlayer2d(sc, "my_softlayer_os", auth_url, tenant, username, passwo data = sc.textFile(slos.url(container_name, file_name)) ``` + + +### License + +Copyright 2016 IBM Cloud Data Services + +Licensed 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.