diff options
author | fengyuanxing <feng.yuanxing@zte.com.cn> | 2018-03-08 13:44:44 +0800 |
---|---|---|
committer | fengyuanxing <feng.yuanxing@zte.com.cn> | 2018-03-08 13:44:44 +0800 |
commit | ffc8dce9caeef82686684e7504aed9cf8657fa51 (patch) | |
tree | 1c54b66dcbf0a397987f2f2b1e5d09edb43677bc | |
parent | d42841c5e82582c9106a675dfaf2d11788e55c68 (diff) |
Add license header
Change-Id: I390bed2f592595c963d401358b1e66f3bfb913f0
Issue-ID: VFC-784
Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
-rw-r--r-- | lcm/pub/tests/__init__.py | 13 | ||||
-rw-r--r-- | lcm/pub/tests/test_scaleaspect.py | 14 |
2 files changed, 27 insertions, 0 deletions
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 |