Fix licensing

Change-Id: If77e112e4e144fc0036bad030ab4853b0c73bc5d
diff --git a/aether-apps/ott-services/cdn-local/templates/_helpers.tpl b/aether-apps/ott-services/cdn-local/templates/_helpers.tpl
index 143793a..193d461 100644
--- a/aether-apps/ott-services/cdn-local/templates/_helpers.tpl
+++ b/aether-apps/ott-services/cdn-local/templates/_helpers.tpl
@@ -1,8 +1,7 @@
 {{- /*
 # Copyright 2019-present Open Networking Foundation
 
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 */ -}}
 
 {{/*
@@ -83,4 +82,4 @@
       - services
       - endpoints
       - configmaps
-{{- end -}}
\ No newline at end of file
+{{- end -}}
diff --git a/aether-apps/ott-services/cdn-local/templates/bin/_run-nginx.sh.tpl b/aether-apps/ott-services/cdn-local/templates/bin/_run-nginx.sh.tpl
index 9282225..40f0f1b 100644
--- a/aether-apps/ott-services/cdn-local/templates/bin/_run-nginx.sh.tpl
+++ b/aether-apps/ott-services/cdn-local/templates/bin/_run-nginx.sh.tpl
@@ -2,8 +2,7 @@
 
 # Copyright 2019-present Open Networking Foundation
 #
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 
 # Assume that SGI network gateway knows routes to UE pool
 {{- if .Values.config.sriov.enabled }}
diff --git a/aether-apps/ott-services/cdn-local/templates/configmap-nginx.yaml b/aether-apps/ott-services/cdn-local/templates/configmap-nginx.yaml
index a8002d0..1711238 100644
--- a/aether-apps/ott-services/cdn-local/templates/configmap-nginx.yaml
+++ b/aether-apps/ott-services/cdn-local/templates/configmap-nginx.yaml
@@ -1,8 +1,7 @@
 {{/*
 # Copyright 2019-present Open Networking Foundation
 
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 */}}
 
 ---
diff --git a/aether-apps/ott-services/cdn-local/templates/networks.yaml b/aether-apps/ott-services/cdn-local/templates/networks.yaml
index 2c9c8e7..f8c11cb 100644
--- a/aether-apps/ott-services/cdn-local/templates/networks.yaml
+++ b/aether-apps/ott-services/cdn-local/templates/networks.yaml
@@ -1,8 +1,7 @@
 {{/*
 # Copyright 2019-present Open Networking Foundation
 
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 */}}
 
 {{ if .Values.config.sriov.enabled }}
diff --git a/aether-apps/ott-services/cdn-local/templates/service-nginx.yaml b/aether-apps/ott-services/cdn-local/templates/service-nginx.yaml
index 3555fdd..f95dd1e 100644
--- a/aether-apps/ott-services/cdn-local/templates/service-nginx.yaml
+++ b/aether-apps/ott-services/cdn-local/templates/service-nginx.yaml
@@ -1,8 +1,7 @@
 {{/*
 # Copyright 2019-present Open Networking Foundation
 
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 */}}
 
 ---
@@ -44,4 +43,4 @@
     port: {{ .Values.config.nginx.ports.rtmp }}
     protocol: TCP
     nodePort: {{ .Values.config.nginx.ports.nodePorts.rtmp }}
-{{- end }}
\ No newline at end of file
+{{- end }}
diff --git a/aether-apps/ott-services/cdn-local/templates/statefulset-cdn-local.yaml b/aether-apps/ott-services/cdn-local/templates/statefulset-cdn-local.yaml
index 97adf34..4a6a5f1 100644
--- a/aether-apps/ott-services/cdn-local/templates/statefulset-cdn-local.yaml
+++ b/aether-apps/ott-services/cdn-local/templates/statefulset-cdn-local.yaml
@@ -1,8 +1,7 @@
 {{/*
 # Copyright 2019-present Open Networking Foundation
 
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 */}}
 
 {{ tuple "cdn-local" . | include "cdn-local.service_account" }}