aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaopengzhang <zhang.maopeng1@zte.com.cn>2019-03-21 09:09:58 +0800
committermaopengzhang <zhang.maopeng1@zte.com.cn>2019-03-21 09:09:58 +0800
commit33cccf1ce1c762bf0a26b3dbfb6ccc4b5b219c68 (patch)
tree1b9fe87a0aca42700aab544b61d8dc58b291224b
parentd490f5bfd727d0219eb4dd74235194e9712ebb9a (diff)
add license
add license Change-Id: I54e4c4c28623d93e9dbcad25620083b72ae46cec Issue-ID: VFC-1211 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
-rw-r--r--lcm/ns/views/deprecated/__init__.py13
-rw-r--r--lcm/ns/views/sol/__init__.py13
-rw-r--r--lcm/ns/views/sol/ns_instances_views.py14
-rw-r--r--lcm/ns/views/sol/nslcm_op_views.py14
4 files changed, 54 insertions, 0 deletions
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