AETHER-3105 Move to Apache-2.0 license

Change-Id: Icd93e93e221ad6f8ca7909f7028507d52800e623
diff --git a/scripts/cloudlab-disksetup.sh b/scripts/cloudlab-disksetup.sh
index 40ec43d..10eb570 100755
--- a/scripts/cloudlab-disksetup.sh
+++ b/scripts/cloudlab-disksetup.sh
@@ -2,7 +2,7 @@
 
 # Copyright 2017-present Open Networking Foundation
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 ###############################################
 # Disk setup and symlinks for a CloudLab node #
diff --git a/scripts/portcheck.sh b/scripts/portcheck.sh
index b4402d0..5b4b1b2 100755
--- a/scripts/portcheck.sh
+++ b/scripts/portcheck.sh
@@ -2,7 +2,7 @@
 
 # Copyright 2017-present Open Networking Foundation
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 #Below are the list of ports which are required to be free, for the SEBA services to use. If any new services get added into SEBA, Update the required node ports below and also add it to the arrray portlist.
 
diff --git a/scripts/shcheck.sh b/scripts/shcheck.sh
index 9c659eb..9b5f5d9 100755
--- a/scripts/shcheck.sh
+++ b/scripts/shcheck.sh
@@ -2,7 +2,7 @@
 
 # Copyright 2017-present Open Networking Foundation
 #
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+# SPDX-License-Identifier: Apache-2.0
 
 # shcheck.sh - check shell scripts with shellcheck