summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyotaek Shim <hyotaek.shim@samsung.com>2021-09-14 20:31:42 +0900
committerHyotaek Shim <hyotaek.shim@samsung.com>2021-09-14 20:32:54 +0900
commit379a4eb2b2a3c898650b61e0c2b73ecf0ce76edc (patch)
treeed2aeaa948e1dfe87b7ad006157cdafaf7b6f7d4
parentbdb7170e64b3798517904a4100f01882059471ad (diff)
downloadlibusbg-379a4eb2b2a3c898650b61e0c2b73ecf0ce76edc.tar.gz
libusbg-379a4eb2b2a3c898650b61e0c2b73ecf0ce76edc.tar.bz2
libusbg-379a4eb2b2a3c898650b61e0c2b73ecf0ce76edc.zip
Clarify license declaration for each package
Change-Id: I23ecbc3b8a75a923d736a7ee018c83f85ff42e30 Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r--packaging/libusbgx.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/libusbgx.spec b/packaging/libusbgx.spec
index 9d2516a..799988d 100644
--- a/packaging/libusbgx.spec
+++ b/packaging/libusbgx.spec
@@ -1,7 +1,7 @@
Name: libusbgx
Version: 0.1.0
Release: 0
-License: LGPL-2.1+ and GPL-2.0+
+License: LGPL-2.1+
Summary: USB gadget with ConfigFS Library
Group: Base/Device Management
@@ -15,6 +15,7 @@ libusbgx is a librarary for all USB gadget operations using ConfigFS.
%package devel
Summary: USB gadget with ConfigFS Library
+License: LGPL-2.1+
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
@@ -24,6 +25,7 @@ compilation of applications which use libusbgx.
%package examples
Summary: Examples of libusbgx usage
+License: GPL-2.0+
Group: Applications/Other
Requires: %{name} = %{version}-%{release}
@@ -55,6 +57,7 @@ make
%files devel
%manifest %{name}.manifest
%defattr(-,root,root)
+%license COPYING.LGPL
%{_includedir}/usbg/usbg.h
%{_includedir}/usbg/function/ffs.h
%{_includedir}/usbg/function/loopback.h