From 33cccf1ce1c762bf0a26b3dbfb6ccc4b5b219c68 Mon Sep 17 00:00:00 2001 From: maopengzhang Date: Thu, 21 Mar 2019 09:09:58 +0800 Subject: [PATCH] add license add license Change-Id: I54e4c4c28623d93e9dbcad25620083b72ae46cec Issue-ID: VFC-1211 Signed-off-by: maopengzhang --- lcm/ns/views/deprecated/__init__.py | 13 +++++++++++++ lcm/ns/views/sol/__init__.py | 13 +++++++++++++ lcm/ns/views/sol/ns_instances_views.py | 14 ++++++++++++++ lcm/ns/views/sol/nslcm_op_views.py | 14 ++++++++++++++ 4 files changed, 54 insertions(+) diff --git a/lcm/ns/views/deprecated/__init__.py b/lcm/ns/views/deprecated/__init__.py index e69de29b..0c847b7d 100644 --- a/lcm/ns/views/deprecated/__init__.py +++ b/lcm/ns/views/deprecated/__init__.py @@ -0,0 +1,13 @@ +# Copyright 2019 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/ns/views/sol/__init__.py b/lcm/ns/views/sol/__init__.py index e69de29b..0c847b7d 100644 --- a/lcm/ns/views/sol/__init__.py +++ b/lcm/ns/views/sol/__init__.py @@ -0,0 +1,13 @@ +# Copyright 2019 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/ns/views/sol/ns_instances_views.py b/lcm/ns/views/sol/ns_instances_views.py index 562df709..7ab324c0 100644 --- a/lcm/ns/views/sol/ns_instances_views.py +++ b/lcm/ns/views/sol/ns_instances_views.py @@ -1,3 +1,17 @@ +# Copyright 2019 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. + import logging from drf_yasg.utils import swagger_auto_schema diff --git a/lcm/ns/views/sol/nslcm_op_views.py b/lcm/ns/views/sol/nslcm_op_views.py index ed4945a1..9e165c4c 100644 --- a/lcm/ns/views/sol/nslcm_op_views.py +++ b/lcm/ns/views/sol/nslcm_op_views.py @@ -1,3 +1,17 @@ +# Copyright 2019 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. + import logging from rest_framework.views import APIView -- 2.16.6