summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@osg.samsung.com>2016-10-08 15:06:30 +0200
committerPhil Coval <philippe.coval@osg.samsung.com>2016-10-18 07:15:11 +0000
commit9ff9fd88178c1b84b6fda2bff32451a42872f1cb (patch)
tree1f818571bd4808e90b8891603d664e67f13a68fc
parent8a3ea331f4c08296a2e11185a780de7f17d42956 (diff)
downloadiotivity-9ff9fd88178c1b84b6fda2bff32451a42872f1cb.tar.gz
iotivity-9ff9fd88178c1b84b6fda2bff32451a42872f1cb.tar.bz2
iotivity-9ff9fd88178c1b84b6fda2bff32451a42872f1cb.zip
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 <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/12805 Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by: Ziran Sun <ziran.sun@samsung.com> (cherry picked from commit 2bf870bae3451743f0dee3d35735994785e1b15c) Reviewed-on: https://gerrit.iotivity.org/gerrit/12969 Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
-rw-r--r--tools/tizen/iotivity.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tizen/iotivity.spec b/tools/tizen/iotivity.spec
index b7b70de98..14570ebaa 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}/*"