Fix licensing

Change-Id: If77e112e4e144fc0036bad030ab4853b0c73bc5d
diff --git a/aether-apps/ott-services/cdn-remote/templates/bin/_start-stream.sh.tpl b/aether-apps/ott-services/cdn-remote/templates/bin/_start-stream.sh.tpl
index 6598f9c..1d5da2f 100644
--- a/aether-apps/ott-services/cdn-remote/templates/bin/_start-stream.sh.tpl
+++ b/aether-apps/ott-services/cdn-remote/templates/bin/_start-stream.sh.tpl
@@ -2,11 +2,10 @@
 
 # Copyright 2019-present Open Networking Foundation
 #
-# SPDX-License-Identifier: Apache-2.0
-# SPDX-License-Identifier: LicenseRef-ONF-Member-Only
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 
 QUALITY=$1
 
 while true; do
     ffmpeg -re -i /opt/cdn/movies/$QUALITY.mp4 -c copy -f flv rtmp://{{ tuple "ant-media" . | include "cdn-remote.get_domain" }}:1935/LiveApp/$QUALITY;
-done
\ No newline at end of file
+done