Add license file 39/122339/1 accepted/tizen/4.0/base/20170811.092654 accepted/tizen/4.0/base/20170828.221037 accepted/tizen/base/20170331.130602 submit/tizen_4.0_base/20170811.071500 submit/tizen_4.0_base/20170828.000000 submit/tizen_4.0_base/20170828.000001 submit/tizen_base/20170331.071936 tizen_4.0.IoT.p1_release tizen_4.0.m1_release tizen_4.0.m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 31 Mar 2017 05:46:21 +0000 (14:46 +0900)
committerDonghun Kwak <dh0128.kwak@samsung.com>
Fri, 31 Mar 2017 05:46:23 +0000 (22:46 -0700)
 - Add license file all packages
[Model] ALL
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] license file does not exist at package
[Cause & Measure] add license file at each package
[Checking Method] N/A

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: Ibb1523d47988c1d3dddb2d3b4f652bd11d100a28
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/pcre.spec

index dd04546..adb0df2 100644 (file)
@@ -139,22 +139,22 @@ rm -f %{buildroot}%{_libdir}/*.la
 
 %files -n libpcre
 %manifest %{name}.manifest
-%license COPYING
+%license LICENCE
 %{_libdir}/libpcre.so.*
 
 %files -n libpcrecpp
 %manifest %{name}.manifest
-%license COPYING
+%license LICENCE
 %{_libdir}/libpcrecpp.so.*
 
 %files -n libpcreposix
 %manifest %{name}.manifest
-%license COPYING
+%license LICENCE
 %{_libdir}/libpcreposix.so.*
 
 %files tools
 %manifest %{name}.manifest
-%license COPYING
+%license LICENCE
 %{_bindir}/pcregrep
 %{_bindir}/pcretest
 %{_mandir}/man1/pcregrep.*