From: fengyuanxing Date: Thu, 8 Mar 2018 05:44:44 +0000 (+0800) Subject: Add license header X-Git-Tag: v1.1.0~66 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ffc8dce9caeef82686684e7504aed9cf8657fa51;p=vfc%2Fnfvo%2Flcm.git Add license header Change-Id: I390bed2f592595c963d401358b1e66f3bfb913f0 Issue-ID: VFC-784 Signed-off-by: fengyuanxing --- diff --git a/lcm/pub/tests/__init__.py b/lcm/pub/tests/__init__.py index e69de29b..4f0b05c3 100644 --- a/lcm/pub/tests/__init__.py +++ b/lcm/pub/tests/__init__.py @@ -0,0 +1,13 @@ +# Copyright 2016-2018 ZTE Corporation. +# +# 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/lcm/pub/tests/test_scaleaspect.py b/lcm/pub/tests/test_scaleaspect.py index 5bab9dab..8dad77b2 100644 --- a/lcm/pub/tests/test_scaleaspect.py +++ b/lcm/pub/tests/test_scaleaspect.py @@ -1,3 +1,17 @@ +# Copyright 2016-2018 ZTE Corporation. +# +# 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. + from django.test import TestCase from lcm.pub.utils.scaleaspect import get_json_data from lcm.pub.utils.scaleaspect import get_nsdId