Aether-3088 change license to Apache-2.0

Change-Id: I42d7535e82065a8031119bee17594d3fb358a1e5
diff --git a/aether-roc-websocket/.helmignore b/aether-roc-websocket/.helmignore
index f7a328e..b31d38d 100644
--- a/aether-roc-websocket/.helmignore
+++ b/aether-roc-websocket/.helmignore
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2021 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/aether-roc-websocket/Chart.yaml b/aether-roc-websocket/Chart.yaml
index 24401c9..e3cb8d5 100644
--- a/aether-roc-websocket/Chart.yaml
+++ b/aether-roc-websocket/Chart.yaml
@@ -1,13 +1,13 @@
 # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 apiVersion: v2
 name: aether-roc-websocket
 description: Aether ROC Websocket
 kubeVersion: ">=1.15.0"
 type: application
-version: 1.1.0
+version: 1.1.1
 appVersion: v0.8.7
 keywords:
   - aether
diff --git a/aether-roc-websocket/README.md b/aether-roc-websocket/README.md
index 45dcaae..78c29a5 100644
--- a/aether-roc-websocket/README.md
+++ b/aether-roc-websocket/README.md
@@ -1,7 +1,7 @@
 <!--
 SPDX-FileCopyrightText: 2021 Open Networking Foundation
 
-SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+SPDX-License-Identifier: Apache-2.0
 -->
 
 ## Aether ROC WebSocket
diff --git a/aether-roc-websocket/files/certs/README.md b/aether-roc-websocket/files/certs/README.md
index 11c96a2..8ce01d2 100644
--- a/aether-roc-websocket/files/certs/README.md
+++ b/aether-roc-websocket/files/certs/README.md
@@ -1,7 +1,7 @@
 <!--
 SPDX-FileCopyrightText: 2021 Open Networking Foundation
 
-SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+SPDX-License-Identifier: Apache-2.0
 -->
 
 This folder contains self-signed certificates for use in testing. _DO NOT USE THESE
diff --git a/aether-roc-websocket/templates/NOTES.txt b/aether-roc-websocket/templates/NOTES.txt
index c92f7ca..1df8129 100644
--- a/aether-roc-websocket/templates/NOTES.txt
+++ b/aether-roc-websocket/templates/NOTES.txt
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2021 Open Networking Foundation
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 Thank you for installing {{ .Chart.Name }} Helm chart.
 
diff --git a/aether-roc-websocket/templates/_helpers.tpl b/aether-roc-websocket/templates/_helpers.tpl
index c90766c..2343c79 100644
--- a/aether-roc-websocket/templates/_helpers.tpl
+++ b/aether-roc-websocket/templates/_helpers.tpl
@@ -1,7 +1,7 @@
 {{/* vim: set filetype=mustache: */}}
 {{/*
 SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
-SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+SPDX-License-Identifier: Apache-2.0
 
 Expand the name of the chart.
 */}}
diff --git a/aether-roc-websocket/templates/configmap.yaml b/aether-roc-websocket/templates/configmap.yaml
index 546bc84..4d9e79d 100644
--- a/aether-roc-websocket/templates/configmap.yaml
+++ b/aether-roc-websocket/templates/configmap.yaml
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 apiVersion: v1
 kind: ConfigMap
diff --git a/aether-roc-websocket/templates/deployment.yaml b/aether-roc-websocket/templates/deployment.yaml
index cf0630c..92f72f2 100644
--- a/aether-roc-websocket/templates/deployment.yaml
+++ b/aether-roc-websocket/templates/deployment.yaml
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 apiVersion: apps/v1
 kind: Deployment
diff --git a/aether-roc-websocket/templates/secret.yaml b/aether-roc-websocket/templates/secret.yaml
index 693761b..1690e6f 100644
--- a/aether-roc-websocket/templates/secret.yaml
+++ b/aether-roc-websocket/templates/secret.yaml
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 apiVersion: v1
 kind: Secret
diff --git a/aether-roc-websocket/templates/service.yaml b/aether-roc-websocket/templates/service.yaml
index 5d0bc96..b1df42b 100644
--- a/aether-roc-websocket/templates/service.yaml
+++ b/aether-roc-websocket/templates/service.yaml
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 apiVersion: v1
 kind: Service
diff --git a/aether-roc-websocket/templates/serviceaccount.yaml b/aether-roc-websocket/templates/serviceaccount.yaml
index ef5dd83..db9fa1a 100644
--- a/aether-roc-websocket/templates/serviceaccount.yaml
+++ b/aether-roc-websocket/templates/serviceaccount.yaml
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 ---
 apiVersion: v1
diff --git a/aether-roc-websocket/values.yaml b/aether-roc-websocket/values.yaml
index 4223ce1..cdd0b3f 100644
--- a/aether-roc-websocket/values.yaml
+++ b/aether-roc-websocket/values.yaml
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2020-present Open Networking Foundation <info@opennetworking.org>
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 # Default values for aether-roc-websocket.
 # This is a YAML-formatted file.