Add Copyright statement 57/4257/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Mon, 29 Jun 2020 10:05:53 +0000 (12:05 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Mon, 29 Jun 2020 10:06:06 +0000 (12:06 +0200)
Add missing Copyright and Apache 2.0 statement

Issue-ID: OAM-122, OAM-124, OAM-125
Change-Id: Ib396c9bbaf090d883ae4fcaebd3f8dae2450969e
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
24 files changed:
data-model/tools/o1-controller-restconf-commands/.vscode/settings.json
data-model/tools/o1-controller-restconf-commands/get-odl-modules-biermann.rest
data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest
data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-both-rfc8040.rest
data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-capabilities-rfc8040.rest
data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-config-rfc8040.rest
data-model/tools/o1-controller-restconf-commands/get-odl-netconf-all-node-ids-connection-status-rfc8040.rest
data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-capabilities-biermann.rest
data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-capabilities-rfc8040.rest
data-model/tools/o1-controller-restconf-commands/get-odl-netconf-node-onf-core-air-interface-singnal-rfc8040.rest
data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-both-rfc8040.rest
data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-config-biermann.rest
data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-config-rfc8040.rest
data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-operational-biermann.rest
data-model/tools/o1-controller-restconf-commands/get-odl-netconf-topo-operational-rfc8040.rest
data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-list-biermann.rest
data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-list-rfc8040.rest
data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-log.rest
data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-biermann.rest
data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-rfc8040.rest
data-model/tools/o1-controller-restconf-commands/nts-manager-devices-GET.rest
data-model/tools/o1-controller-restconf-commands/nts-manager-devices-SET.rest
data-model/tools/o1-controller-restconf-commands/nts-manager-notification-GET.rest
data-model/tools/o1-controller-restconf-commands/nts-manager-notification-SET.rest

index 0c05ddf..b3d1a67 100644 (file)
@@ -1,19 +1,23 @@
+/*##############################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
+*/
 {
   "rest-client.environmentVariables": {
     "local": {
-      "baseUrl": "http://10.20.11.118:8181",
-      "user": "admin",
-      "password": "admin",
-      "mountPoint": "ntsim_onf_core_model_1_4-0_51009",
-    },
-    "public": {
-      "baseUrl": "https://sdn-r-dev.open5g-test.com",
-      "user": "admin",
-      "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U",
-      "mountPoint": "ntsim_onf_core_model_1_4-0_51009",
-    },
-    "alex-ws": {
-      "baseUrl": "http://46.38.251.235:8181",
+      "baseUrl": "http://localhost:8181",
       "user": "admin",
       "password": "admin",
       "mountPoint": "ntsim_onf_core_model_1_4-0_51009",
index c839057..c9c0abc 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/restconf/modules HTTP/1.1
 Authorization: Basic {{user}} {{password}}
 Accept: application/json
index e92bc97..9112472 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/rests/data/ietf-yang-library:modules-state
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
\ No newline at end of file
index a5185bb..66b0ce8 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf?fields=node(node-id) 
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
\ No newline at end of file
index e5aa2a5..ffe5da4 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf?content=nonconfig&fields=node(node-id;netconf-node-topology:available-capabilities/available-capability/capability) 
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
index 7b330ab..eac62bd 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf?fields=node(node-id;netconf-node-topology:connection-status) 
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
\ No newline at end of file
index 558281c..48ed37c 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf?fields=node(node-id;netconf-node-topology:connection-status) 
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
index f4e9572..29fb931 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/restconf/operational/network-topology:network-topology/topology/topology-netconf/node/{{mountPoint}}/netconf-node-topology:available-capabilities
 Authorization: Basic {{user}} {{password}}
 Accept: application/json
index 694b1e0..fff6fce 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf/node={{mountPoint}}/netconf-node-topology:available-capabilities?fields=available-capability(capability)
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
index 0127832..d9c9566 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf/node={{mountPoint}}/yang-ext:mount/core-model-1-4:control-construct/logical-termination-point=e6c5831d-37ce-4ef4-b075-733f6791bde1/layer-protocol=pRppR4R/wire-interface-2-0:wire-interface-pac/wire-interface-configuration?fields=interface-name;problem-kind-severity-list(problem-kind-name)
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
index fd651a4..96c7583 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf 
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
index d638b9f..58d77f0 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/restconf/config/network-topology:network-topology/topology/topology-netconf
 Authorization: Basic {{user}} {{password}}
 Accept: application/json
\ No newline at end of file
index 81d987b..d85130b 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf?content=config HTTP/1.1
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
\ No newline at end of file
index c7e6d20..599c9bf 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/restconf/operational/network-topology:network-topology/topology/topology-netconf
 Authorization: Basic {{user}} {{password}}
 Accept: application/json
index 165a442..e9f9594 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 GET {{baseUrl}}/rests/data/network-topology:network-topology?content=nonconfig 
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
\ No newline at end of file
index 402ea35..ee1c010 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 POST {{baseUrl}}/restconf/operations/data-provider:read-network-element-connection-list HTTP/1.1
 Authorization: Basic {{user}} {{password}}
 Accept: application/json
index 089447c..a3c2efb 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 POST {{baseUrl}}/rests/operations/data-provider:read-network-element-connection-list HTTP/1.1
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
index 251bc6b..b70f75b 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 POST {{baseUrl}}/database/connectionlog/_search HTTP/1.1
 Content-Type: application/json
 
index dd7d6a7..9791ba3 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 POST {{baseUrl}}/restconf/operations/data-provider:create-network-element-connection
 Authorization: Basic {{user}} {{password}}
 Accept: application/json
index ce660a7..381aec8 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 POST {{baseUrl}}/rests/operations/data-provider:create-network-element-connection HTTP/1.1
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
index dcef7d1..85d6246 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 @node[1]=O-RAN-FH-NTS-Manager
 @node[2]=Core14-ONF-NTS-Manager
 @node[3]=Core12-ONF-NTS-Manager
index dc0ec87..69637a3 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 @node=O-RAN-FH-NTS-Manager
 #@node=Core14-ONF-NTS-Manager
 #@node=Core12-ONF-NTS-Manager
index a8bba41..03d90f0 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 #@node=O-RAN-FH-NTS-Manager
 #@node=Core14-ONF-NTS-Manager
 @node=Core12-ONF-NTS-Manager
index 2444868..66aada5 100644 (file)
@@ -1,3 +1,18 @@
+################################################################################
+# Copyright 2020 highstreet technologies GmbH and others
+#
+# 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.
+################################################################################
 #@node=O-RAN-FH-NTS-Manager
 #@node=Core14-ONF-NTS-Manager
 @node=Core12-ONF-NTS-Manager