Minor fix on license 67/188867/2
authorHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 11 Sep 2018 07:19:37 +0000 (16:19 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 11 Sep 2018 07:20:10 +0000 (16:20 +0900)
Change-Id: Iedd043c66897eb8a4cca0e636dc98eba75a33ab5
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
LICENSE.Apache-2.0 [moved from LICENSE.APLv2 with 100% similarity]
packaging/libdevice-node.spec

similarity index 100%
rename from LICENSE.APLv2
rename to LICENSE.Apache-2.0
index 2004eff..b2f46df 100755 (executable)
@@ -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