Add license header 65/34665/1
authorfengyuanxing <feng.yuanxing@zte.com.cn>
Thu, 8 Mar 2018 05:44:44 +0000 (13:44 +0800)
committerfengyuanxing <feng.yuanxing@zte.com.cn>
Thu, 8 Mar 2018 05:44:44 +0000 (13:44 +0800)
Change-Id: I390bed2f592595c963d401358b1e66f3bfb913f0
Issue-ID: VFC-784
Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
lcm/pub/tests/__init__.py
lcm/pub/tests/test_scaleaspect.py

index e69de29..4f0b05c 100644 (file)
@@ -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.
index 5bab9da..8dad77b 100644 (file)
@@ -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