diff options
author | Tomasz Swierczek <t.swierczek@samsung.com> | 2017-09-07 10:59:29 +0200 |
---|---|---|
committer | Dong Sun Lee <ds73.lee@samsung.com> | 2017-09-08 00:36:16 +0000 |
commit | ad4da44b187d499978846cf66ffdfe081568e796 (patch) | |
tree | 7609cdd2b149214b38e401bd69788a4ea1f471fd | |
parent | f81309a9a722c484b97ce32042f428d54c6d035b (diff) | |
download | libtasn1-ad4da44b187d499978846cf66ffdfe081568e796.tar.gz libtasn1-ad4da44b187d499978846cf66ffdfe081568e796.tar.bz2 libtasn1-ad4da44b187d499978846cf66ffdfe081568e796.zip |
Removed GPLv3 licence from main RPM & added to 'tools'submit/tizen/20170914.015357submit/tizen/20170908.054611accepted/tizen/unified/20170914.154314
Files on GPLv3 are not taken for build, the C library is on LGPLv2 licence.
Tools are licenced under GPLv3 - licence added.
Change-Id: I627a59412420a7946e0e14fd902ee04098702642
(cherry picked from commit 28b2e0b5e3fb8b89bc4c49d2d67b728eb6ee90d8)
-rw-r--r-- | packaging/libtasn1.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/libtasn1.spec b/packaging/libtasn1.spec index 1d88b47..740f7fb 100644 --- a/packaging/libtasn1.spec +++ b/packaging/libtasn1.spec @@ -59,12 +59,13 @@ touch ChangeLog %files tools %manifest %{name}.manifest %defattr(-, root, root) +%license COPYING %{_bindir}/* %files %manifest %{name}.manifest %defattr(-, root, root) -%license COPYING COPYING.LIB +%license COPYING.LIB %{_libdir}/*.so.* %files devel |