Switch from member-only license to apache
Change-Id: I7661615a85e60c2aaae1d4b317e28448fda061b7
diff --git a/apps/cdn/cdn-local/templates/_helpers.tpl b/apps/cdn/cdn-local/templates/_helpers.tpl
index 2bade14..3fff978 100644
--- a/apps/cdn/cdn-local/templates/_helpers.tpl
+++ b/apps/cdn/cdn-local/templates/_helpers.tpl
@@ -1,7 +1,7 @@
{{- /*
# Copyright 2019-present Open Networking Foundation
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
*/ -}}
{{/*
diff --git a/apps/cdn/cdn-local/templates/bin/_run-nginx.sh.tpl b/apps/cdn/cdn-local/templates/bin/_run-nginx.sh.tpl
index 40f0f1b..bdd2eba 100644
--- a/apps/cdn/cdn-local/templates/bin/_run-nginx.sh.tpl
+++ b/apps/cdn/cdn-local/templates/bin/_run-nginx.sh.tpl
@@ -2,7 +2,7 @@
# Copyright 2019-present Open Networking Foundation
#
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
# Assume that SGI network gateway knows routes to UE pool
{{- if .Values.config.sriov.enabled }}
diff --git a/apps/cdn/cdn-local/templates/configmap-nginx.yaml b/apps/cdn/cdn-local/templates/configmap-nginx.yaml
index 1711238..1418c5f 100644
--- a/apps/cdn/cdn-local/templates/configmap-nginx.yaml
+++ b/apps/cdn/cdn-local/templates/configmap-nginx.yaml
@@ -1,7 +1,7 @@
{{/*
# Copyright 2019-present Open Networking Foundation
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
*/}}
---
diff --git a/apps/cdn/cdn-local/templates/networks.yaml b/apps/cdn/cdn-local/templates/networks.yaml
index f8c11cb..43c1aad 100644
--- a/apps/cdn/cdn-local/templates/networks.yaml
+++ b/apps/cdn/cdn-local/templates/networks.yaml
@@ -1,7 +1,7 @@
{{/*
# Copyright 2019-present Open Networking Foundation
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
*/}}
{{ if .Values.config.sriov.enabled }}
diff --git a/apps/cdn/cdn-local/templates/service-nginx.yaml b/apps/cdn/cdn-local/templates/service-nginx.yaml
index f95dd1e..c36a666 100644
--- a/apps/cdn/cdn-local/templates/service-nginx.yaml
+++ b/apps/cdn/cdn-local/templates/service-nginx.yaml
@@ -1,7 +1,7 @@
{{/*
# Copyright 2019-present Open Networking Foundation
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
*/}}
---
diff --git a/apps/cdn/cdn-local/templates/statefulset-cdn-local.yaml b/apps/cdn/cdn-local/templates/statefulset-cdn-local.yaml
index 4a6a5f1..8471f7f 100644
--- a/apps/cdn/cdn-local/templates/statefulset-cdn-local.yaml
+++ b/apps/cdn/cdn-local/templates/statefulset-cdn-local.yaml
@@ -1,7 +1,7 @@
{{/*
# Copyright 2019-present Open Networking Foundation
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
*/}}
{{ tuple "cdn-local" . | include "cdn-local.service_account" }}