diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-08-15 16:32:55 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-08-15 16:32:55 +0800 |
commit | 697a142e5db5a02103d85e6a241a8049caac1fe5 (patch) | |
tree | 14b784e08d9f81fca1f65d5caef219d1d944a4e0 | |
parent | 47a53197c3005d368af4b8ef6e3a3340e517482e (diff) |
Fix license header
update year
add test case files
Change-Id: I7d754b044c2c05fdac3596dec6360180d7acbd23
Issue-Id: VFC-93
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r-- | lcm/packages/sdc_nf_package.py | 2 | ||||
-rw-r--r-- | lcm/packages/sdc_ns_package.py | 2 | ||||
-rw-r--r-- | lcm/packages/tests/test_sdc_nf.py | 13 | ||||
-rw-r--r-- | lcm/packages/tests/test_sdc_ns.py | 13 |
4 files changed, 28 insertions, 2 deletions
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. |