diff options
author | ahothan <ahothan@cisco.com> | 2017-09-17 07:51:18 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2017-09-17 07:51:53 -0700 |
commit | f0210f984f570ae4734d4d06c62363b820e885d6 (patch) | |
tree | c1c5786f5e75f73f6c7c82c408a9d4a4d3891538 /client/__init__.py | |
parent | e574290197fdec7b85dc789a41bc8f5c6c28f52a (diff) |
Documentation update
Change-Id: I5b96349d2eb2fc21a15dde6adbd72f7e84c737bf
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'client/__init__.py')
-rw-r--r-- | client/__init__.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/__init__.py b/client/__init__.py index e69de29..fcaa79b 100644 --- a/client/__init__.py +++ b/client/__init__.py @@ -0,0 +1,13 @@ +# Copyright 2017 Cisco Systems, Inc. All rights reserved. +# +# 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.
\ No newline at end of file |