From 697a142e5db5a02103d85e6a241a8049caac1fe5 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Tue, 15 Aug 2017 16:32:55 +0800 Subject: [PATCH] Fix license header update year add test case files Change-Id: I7d754b044c2c05fdac3596dec6360180d7acbd23 Issue-Id: VFC-93 Signed-off-by: fujinhua --- lcm/packages/sdc_nf_package.py | 2 +- lcm/packages/sdc_ns_package.py | 2 +- lcm/packages/tests/test_sdc_nf.py | 13 +++++++++++++ lcm/packages/tests/test_sdc_ns.py | 13 +++++++++++++ 4 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 lcm/packages/tests/test_sdc_nf.py create mode 100644 lcm/packages/tests/test_sdc_ns.py diff --git a/lcm/packages/sdc_nf_package.py b/lcm/packages/sdc_nf_package.py index 8887f83b..88bfd5c1 100644 --- a/lcm/packages/sdc_nf_package.py +++ b/lcm/packages/sdc_nf_package.py @@ -1,4 +1,4 @@ -# Copyright 2016-2017 ZTE Corporation. +# Copyright 2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lcm/packages/sdc_ns_package.py b/lcm/packages/sdc_ns_package.py index f51ae85b..aff5c89f 100644 --- a/lcm/packages/sdc_ns_package.py +++ b/lcm/packages/sdc_ns_package.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lcm/packages/tests/test_sdc_nf.py b/lcm/packages/tests/test_sdc_nf.py new file mode 100644 index 00000000..c7b6818e --- /dev/null +++ b/lcm/packages/tests/test_sdc_nf.py @@ -0,0 +1,13 @@ +# Copyright 2017 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/packages/tests/test_sdc_ns.py b/lcm/packages/tests/test_sdc_ns.py new file mode 100644 index 00000000..c7b6818e --- /dev/null +++ b/lcm/packages/tests/test_sdc_ns.py @@ -0,0 +1,13 @@ +# Copyright 2017 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. -- 2.16.6