Change license from ONF-Member-Only to Apache-2.0

Change-Id: I031b31427f78d0c238342124638327fcc933ea29
diff --git a/int-host-reporter/.helmignore b/int-host-reporter/.helmignore
index c687fff..4ad6621 100644
--- a/int-host-reporter/.helmignore
+++ b/int-host-reporter/.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/int-host-reporter/Chart.yaml b/int-host-reporter/Chart.yaml
index 3869a5a..0e1431c 100644
--- a/int-host-reporter/Chart.yaml
+++ b/int-host-reporter/Chart.yaml
@@ -1,9 +1,9 @@
 # Copyright 2021-present Open Networking Foundation
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 ---
 apiVersion: v2
 name: int-host-reporter
-version: 0.0.1
+version: 0.0.2
 type: application
 keywords:
   - In-band Network Telemetry
diff --git a/int-host-reporter/README.md b/int-host-reporter/README.md
index ecccc22..28ff5a0 100644
--- a/int-host-reporter/README.md
+++ b/int-host-reporter/README.md
@@ -1,7 +1,7 @@
 <!--
 SPDX-FileCopyrightText: 2020 Open Networking Foundation <info@opennetworking.org>
 
-SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+SPDX-License-Identifier: Apache-2.0
 -->
 
 # INT Host Reporter
diff --git a/int-host-reporter/templates/_helpers.tpl b/int-host-reporter/templates/_helpers.tpl
index a514959..ce97077 100644
--- a/int-host-reporter/templates/_helpers.tpl
+++ b/int-host-reporter/templates/_helpers.tpl
@@ -2,7 +2,7 @@
 
 # Copyright 2020-present Open Networking Foundation
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 */ -}}
 
diff --git a/int-host-reporter/templates/configmap-watchlist.yaml b/int-host-reporter/templates/configmap-watchlist.yaml
index 123f3e5..33bcae8 100644
--- a/int-host-reporter/templates/configmap-watchlist.yaml
+++ b/int-host-reporter/templates/configmap-watchlist.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: v1
 kind: ConfigMap
diff --git a/int-host-reporter/templates/daemonset.yaml b/int-host-reporter/templates/daemonset.yaml
index 64730b9..234bc60 100644
--- a/int-host-reporter/templates/daemonset.yaml
+++ b/int-host-reporter/templates/daemonset.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: apps/v1
 kind: DaemonSet
diff --git a/int-host-reporter/values.yaml b/int-host-reporter/values.yaml
index a2a009f..70ed398 100644
--- a/int-host-reporter/values.yaml
+++ b/int-host-reporter/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.hub.docker.com/opennetworking/int-host-reporter