Aether-3088 change license to Apache-2.0
Change-Id: I42d7535e82065a8031119bee17594d3fb358a1e5
diff --git a/aether-roc-api/.helmignore b/aether-roc-api/.helmignore
index f7a328e..b31d38d 100644
--- a/aether-roc-api/.helmignore
+++ b/aether-roc-api/.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-api/Chart.yaml b/aether-roc-api/Chart.yaml
index 2969bf2..b5f3afb 100644
--- a/aether-roc-api/Chart.yaml
+++ b/aether-roc-api/Chart.yaml
@@ -1,13 +1,13 @@
# 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
apiVersion: v2
name: aether-roc-api
description: Aether ROC API
kubeVersion: ">=1.15.0"
type: application
-version: 1.4.4
+version: 1.4.5
appVersion: v0.9.5
keywords:
- aether
diff --git a/aether-roc-api/README.md b/aether-roc-api/README.md
index c0b24a6..bbb6a0d 100644
--- a/aether-roc-api/README.md
+++ b/aether-roc-api/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 API
diff --git a/aether-roc-api/files/certs/README.md b/aether-roc-api/files/certs/README.md
index e33ad8d..c03285b 100644
--- a/aether-roc-api/files/certs/README.md
+++ b/aether-roc-api/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-api/templates/NOTES.txt b/aether-roc-api/templates/NOTES.txt
index 4e34ee7..5473199 100644
--- a/aether-roc-api/templates/NOTES.txt
+++ b/aether-roc-api/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-api/templates/_helpers.tpl b/aether-roc-api/templates/_helpers.tpl
index a7db7ce..ce484d0 100644
--- a/aether-roc-api/templates/_helpers.tpl
+++ b/aether-roc-api/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-api/templates/configmap.yaml b/aether-roc-api/templates/configmap.yaml
index 20047ea..0af4ddc 100644
--- a/aether-roc-api/templates/configmap.yaml
+++ b/aether-roc-api/templates/configmap.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
apiVersion: v1
kind: ConfigMap
diff --git a/aether-roc-api/templates/deployment.yaml b/aether-roc-api/templates/deployment.yaml
index cd31a8c..cbe2c43 100644
--- a/aether-roc-api/templates/deployment.yaml
+++ b/aether-roc-api/templates/deployment.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
apiVersion: apps/v1
kind: Deployment
diff --git a/aether-roc-api/templates/secret.yaml b/aether-roc-api/templates/secret.yaml
index 04e9c5d..96cbd49 100644
--- a/aether-roc-api/templates/secret.yaml
+++ b/aether-roc-api/templates/secret.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
apiVersion: v1
kind: Secret
diff --git a/aether-roc-api/templates/service.yaml b/aether-roc-api/templates/service.yaml
index 9c82225..2dc747d 100644
--- a/aether-roc-api/templates/service.yaml
+++ b/aether-roc-api/templates/service.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
apiVersion: v1
kind: Service
diff --git a/aether-roc-api/templates/serviceaccount.yaml b/aether-roc-api/templates/serviceaccount.yaml
index 6d0ba2a..5fec053 100644
--- a/aether-roc-api/templates/serviceaccount.yaml
+++ b/aether-roc-api/templates/serviceaccount.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
---
apiVersion: v1
diff --git a/aether-roc-api/values.yaml b/aether-roc-api/values.yaml
index 2151d06..5f1a289 100644
--- a/aether-roc-api/values.yaml
+++ b/aether-roc-api/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-api.
# This is a YAML-formatted file.