summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyotaek Shim <hyotaek.shim@samsung.com>2018-09-11 16:19:37 +0900
committerHyotaek Shim <hyotaek.shim@samsung.com>2018-09-11 16:20:10 +0900
commitef224392f8a65e272476f5844e54eccc54a11600 (patch)
tree719e6e77c2c2c8860582fd6194a9b28968789234
parent63127b3d0b47cae184bd84fc113dba68a4fd0e1b (diff)
downloadlibdevice-node-ef224392f8a65e272476f5844e54eccc54a11600.tar.gz
libdevice-node-ef224392f8a65e272476f5844e54eccc54a11600.tar.bz2
libdevice-node-ef224392f8a65e272476f5844e54eccc54a11600.zip
Minor fix on license
Change-Id: Iedd043c66897eb8a4cca0e636dc98eba75a33ab5 Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r--LICENSE.Apache-2.0 (renamed from LICENSE.APLv2)0
-rwxr-xr-xpackaging/libdevice-node.spec10
2 files changed, 6 insertions, 4 deletions
diff --git a/LICENSE.APLv2 b/LICENSE.Apache-2.0
index 4d3b53c..4d3b53c 100644
--- a/LICENSE.APLv2
+++ b/LICENSE.Apache-2.0
diff --git a/packaging/libdevice-node.spec b/packaging/libdevice-node.spec
index 2004eff..b2f46df 100755
--- a/packaging/libdevice-node.spec
+++ b/packaging/libdevice-node.spec
@@ -50,17 +50,19 @@ make %{?jobs:-j%jobs}
%postun -p /sbin/ldconfig
%files
-%{_libdir}/*.so.*
%manifest %{name}.manifest
-%license LICENSE.APLv2
+%license LICENSE.Apache-2.0
+%{_libdir}/*.so.*
%files devel
+%manifest %{name}.manifest
+%license LICENSE.Apache-2.0
%{_includedir}/device-node/*.h
%{_includedir}/hw/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
-%license LICENSE.APLv2
%files -n device-haltests
+%manifest %{name}.manifest
+%license LICENSE.Apache-2.0
%{_bindir}/device_haltests
-%license LICENSE.APLv2