Switch from member-only license to apache

Change-Id: I7661615a85e60c2aaae1d4b317e28448fda061b7
diff --git a/apps/dbuf/.helmignore b/apps/dbuf/.helmignore
index c687fff..4ad6621 100644
--- a/apps/dbuf/.helmignore
+++ b/apps/dbuf/.helmignore
@@ -1,5 +1,5 @@
 # Copyright 2021-present Open Networking Foundation
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 # Patterns to ignore when building packages.
 # This supports shell glob matching, relative path matching, and
diff --git a/apps/dbuf/Chart.yaml b/apps/dbuf/Chart.yaml
index e5fed16..3a21df1 100644
--- a/apps/dbuf/Chart.yaml
+++ b/apps/dbuf/Chart.yaml
@@ -1,5 +1,5 @@
 # Copyright 2021-present Open Networking Foundation
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 apiVersion: v2
 name: dbuf
@@ -18,7 +18,7 @@
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.1.10
+version: 0.1.11
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
diff --git a/apps/dbuf/templates/NOTES.txt b/apps/dbuf/templates/NOTES.txt
index 55b688c..3040e90 100644
--- a/apps/dbuf/templates/NOTES.txt
+++ b/apps/dbuf/templates/NOTES.txt
@@ -1,6 +1,6 @@
 {{/*
 Copyright 2020-present Open Networking Foundation
-SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+SPDX-License-Identifier: Apache-2.0
 */}}
 
 Thank you for installing {{ .Chart.Name }}.
diff --git a/apps/dbuf/templates/_helpers.tpl b/apps/dbuf/templates/_helpers.tpl
index b8b672a..6143765 100644
--- a/apps/dbuf/templates/_helpers.tpl
+++ b/apps/dbuf/templates/_helpers.tpl
@@ -1,6 +1,6 @@
 {{/*
 Copyright 2020-present Open Networking Foundation
-SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+SPDX-License-Identifier: Apache-2.0
 */}}
 
 {{- define "extraParams" -}}
diff --git a/apps/dbuf/templates/configmap-config.yaml b/apps/dbuf/templates/configmap-config.yaml
index 96368c9..764ed54 100644
--- a/apps/dbuf/templates/configmap-config.yaml
+++ b/apps/dbuf/templates/configmap-config.yaml
@@ -1,7 +1,7 @@
 {{/*
 # Copyright 2021-present Open Networking Foundation
 
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 */}}
 
 apiVersion: v1
diff --git a/apps/dbuf/templates/deployment.yaml b/apps/dbuf/templates/deployment.yaml
index 41c0357..68ab21c 100644
--- a/apps/dbuf/templates/deployment.yaml
+++ b/apps/dbuf/templates/deployment.yaml
@@ -1,6 +1,6 @@
 
 # Copyright 2020-present Open Networking Foundation
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 apiVersion: apps/v1
 kind: Deployment
diff --git a/apps/dbuf/templates/networks.yaml b/apps/dbuf/templates/networks.yaml
index 84e0cf5..9548b18 100644
--- a/apps/dbuf/templates/networks.yaml
+++ b/apps/dbuf/templates/networks.yaml
@@ -1,7 +1,7 @@
 {{/*
 # Copyright 2020-present Open Networking Foundation
 
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 */}}
 
 apiVersion: "k8s.cni.cncf.io/v1"
diff --git a/apps/dbuf/templates/service.yml b/apps/dbuf/templates/service.yml
index 48df27e..883e202 100644
--- a/apps/dbuf/templates/service.yml
+++ b/apps/dbuf/templates/service.yml
@@ -1,7 +1,7 @@
 {{/*
 # Copyright 2021-present Open Networking Foundation
 
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 */}}
 
 apiVersion: v1
diff --git a/apps/dbuf/templates/servicemonitor.yaml b/apps/dbuf/templates/servicemonitor.yaml
index 4290b0b..0899a44 100644
--- a/apps/dbuf/templates/servicemonitor.yaml
+++ b/apps/dbuf/templates/servicemonitor.yaml
@@ -3,7 +3,7 @@
 {{/*
 # Copyright 2021-present Open Networking Foundation
 
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 */}}
 
 apiVersion: monitoring.coreos.com/v1
diff --git a/apps/dbuf/values.yaml b/apps/dbuf/values.yaml
index 8025e05..e1f425c 100644
--- a/apps/dbuf/values.yaml
+++ b/apps/dbuf/values.yaml
@@ -1,5 +1,5 @@
 # Copyright 2021-present Open Networking Foundation
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 image:
   repository: registry.aetherproject.org/tost/dbuf