From ffc8dce9caeef82686684e7504aed9cf8657fa51 Mon Sep 17 00:00:00 2001 From: fengyuanxing Date: Thu, 8 Mar 2018 13:44:44 +0800 Subject: [PATCH] Add license header Change-Id: I390bed2f592595c963d401358b1e66f3bfb913f0 Issue-ID: VFC-784 Signed-off-by: fengyuanxing --- lcm/pub/tests/__init__.py | 13 +++++++++++++ lcm/pub/tests/test_scaleaspect.py | 14 ++++++++++++++ 2 files changed, 27 insertions(+) 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 -- 2.16.6