From 514ddac4ded334d35bdf863381cde6bae8b8fc6f Mon Sep 17 00:00:00 2001 From: Krzysztof Frukacz Date: Thu, 16 Feb 2017 09:57:29 +0100 Subject: [PATCH] Add license header Added license headers Change-Id: I33969a0331e9b32977307fdcc3280208d5f02ef7 Signed-off-by: Krzysztof Frukacz Issue-id: VNFSDK-71 --- __init__.py | 14 ++++++++++++++ cli/__init__.py | 14 ++++++++++++++ packager/__init__.py | 14 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/__init__.py b/__init__.py index e69de29..657b0f8 100644 --- a/__init__.py +++ b/__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. +# 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. +# diff --git a/packager/__init__.py b/packager/__init__.py index e69de29..657b0f8 100644 --- a/packager/__init__.py +++ b/packager/__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. +# -- 2.16.6