diff options
author | Krzysztof Frukacz <krzysztof.frukacz@gigaspaces.com> | 2017-02-16 09:57:29 +0100 |
---|---|---|
committer | Krzysztof Frukacz <krzysztof.frukacz@gigaspaces.com> | 2017-02-16 09:57:29 +0100 |
commit | 514ddac4ded334d35bdf863381cde6bae8b8fc6f (patch) | |
tree | abe1ecd8b63d546f44ca5db2c42b0efaf5f30024 /cli/__init__.py | |
parent | deb55368e5096469e1821b4e4f4a99d7c0ce2eb4 (diff) |
Add license headerv2.0.0release/mercury
Added license headers
Change-Id: I33969a0331e9b32977307fdcc3280208d5f02ef7
Signed-off-by: Krzysztof Frukacz <krzysztof.frukacz@gigaspaces.com>
Issue-id: VNFSDK-71
Diffstat (limited to 'cli/__init__.py')
-rw-r--r-- | cli/__init__.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/__init__.py b/cli/__init__.py index e69de29..657b0f8 100644 --- a/cli/__init__.py +++ b/cli/__init__.py @@ -0,0 +1,14 @@ +# Copyright (c) 2017 GigaSpaces Technologies Ltd. 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. +# |