From 9ff9fd88178c1b84b6fda2bff32451a42872f1cb Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Sat, 8 Oct 2016 15:06:30 +0200 Subject: [PATCH] tizen: Ship only BSD licence from libcoap libcoap-4.1.1 is also licenced LICENSE.GPL, to avoid ambiguity, tizen use the more permissive one, BSD. This patch can be reverted, if Tizen wants to ship all upstream licences Change-Id: Idc77605c48322f36887cc502dc0be570e2562486 Origin: https://gerrit.iotivity.org/gerrit/#/c/12969/ Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/12805 Tested-by: jenkins-iotivity Reviewed-by: Ziran Sun (cherry picked from commit 2bf870bae3451743f0dee3d35735994785e1b15c) Reviewed-on: https://gerrit.iotivity.org/gerrit/12969 Reviewed-by: Jaehong Jo --- tools/tizen/iotivity.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec index b7b70de..14570eb 100644 --- a/tools/tizen/iotivity.spec +++ b/tools/tizen/iotivity.spec @@ -140,6 +140,7 @@ find . \ -o -name "*GPL*" \ -o -name "*MIT*" \ | sort | uniq \ + | grep -v 'libcoap-4.1.1/LICENSE.GPL' \ | while read file ; do \ dir=$(dirname -- "$file") echo "Files: ${dir}/*" -- 2.7.4