AETHER-3611 Change to Apache 2.0 license

Change-Id: I8dee9193783201ff9cb4c748a9a937f80b87c720
diff --git a/edge-monitoring/.gitignore b/edge-monitoring/.gitignore
index c39a109..725fa47 100644
--- a/edge-monitoring/.gitignore
+++ b/edge-monitoring/.gitignore
@@ -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
 
 *.pyc
 __pycache__/
diff --git a/edge-monitoring/agent_adb/config.json.license b/edge-monitoring/agent_adb/config.json.license
index 7dc5f1a..eca00b2 100644
--- a/edge-monitoring/agent_adb/config.json.license
+++ b/edge-monitoring/agent_adb/config.json.license
@@ -1,3 +1,3 @@
 SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
 
-SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
\ No newline at end of file
+SPDX-License-Identifier: Apache-2.0
\ No newline at end of file
diff --git a/edge-monitoring/agent_adb/edge-mon-agent.service.license b/edge-monitoring/agent_adb/edge-mon-agent.service.license
index 7dc5f1a..eca00b2 100644
--- a/edge-monitoring/agent_adb/edge-mon-agent.service.license
+++ b/edge-monitoring/agent_adb/edge-mon-agent.service.license
@@ -1,3 +1,3 @@
 SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
 
-SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
\ No newline at end of file
+SPDX-License-Identifier: Apache-2.0
\ No newline at end of file
diff --git a/edge-monitoring/agent_adb/edge_monitoring_agent_adb.py b/edge-monitoring/agent_adb/edge_monitoring_agent_adb.py
index efbfca8..757db8b 100755
--- a/edge-monitoring/agent_adb/edge_monitoring_agent_adb.py
+++ b/edge-monitoring/agent_adb/edge_monitoring_agent_adb.py
@@ -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
 
 import sys
 import os
diff --git a/edge-monitoring/agent_adb/requirements.txt b/edge-monitoring/agent_adb/requirements.txt
index 680f59b..64021cd 100644
--- a/edge-monitoring/agent_adb/requirements.txt
+++ b/edge-monitoring/agent_adb/requirements.txt
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 requests
 git+git://github.com/sch3m4/pyadb@master#egg=pyadb
diff --git a/edge-monitoring/agent_modem/config.json.license b/edge-monitoring/agent_modem/config.json.license
index 7dc5f1a..eca00b2 100644
--- a/edge-monitoring/agent_modem/config.json.license
+++ b/edge-monitoring/agent_modem/config.json.license
@@ -1,3 +1,3 @@
 SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
 
-SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
\ No newline at end of file
+SPDX-License-Identifier: Apache-2.0
\ No newline at end of file
diff --git a/edge-monitoring/agent_modem/edge-mon-agent.service.license b/edge-monitoring/agent_modem/edge-mon-agent.service.license
index 7dc5f1a..eca00b2 100644
--- a/edge-monitoring/agent_modem/edge-mon-agent.service.license
+++ b/edge-monitoring/agent_modem/edge-mon-agent.service.license
@@ -1,3 +1,3 @@
 SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
 
-SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
\ No newline at end of file
+SPDX-License-Identifier: Apache-2.0
\ No newline at end of file
diff --git a/edge-monitoring/agent_modem/edge_monitoring_agent_modem.py b/edge-monitoring/agent_modem/edge_monitoring_agent_modem.py
index d377d69..8354e53 100755
--- a/edge-monitoring/agent_modem/edge_monitoring_agent_modem.py
+++ b/edge-monitoring/agent_modem/edge_monitoring_agent_modem.py
@@ -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
 
 import sys
 import os
diff --git a/edge-monitoring/agent_modem/requirements.txt b/edge-monitoring/agent_modem/requirements.txt
index b058718..c2301b6 100644
--- a/edge-monitoring/agent_modem/requirements.txt
+++ b/edge-monitoring/agent_modem/requirements.txt
@@ -1,6 +1,6 @@
 # SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 requests
 pyserial