Add boost license 94/55594/1 accepted/tizen/mobile/20151230.112505 accepted/tizen/tv/20151230.112606 accepted/tizen/wearable/20151230.112703 submit/tizen/20151229.090334
authorKyungwook Tak <k.tak@samsung.com>
Mon, 28 Dec 2015 05:31:32 +0000 (14:31 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Mon, 28 Dec 2015 05:31:32 +0000 (14:31 +0900)
Change-Id: I08f4157f1653afb7afcc17741ca90892831b39fd
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
LICENSE.BSL-1.0 [new file with mode: 0644]
packaging/key-manager.spec

diff --git a/LICENSE.BSL-1.0 b/LICENSE.BSL-1.0
new file mode 100644 (file)
index 0000000..36b7cd9
--- /dev/null
@@ -0,0 +1,23 @@
+Boost Software License - Version 1.0 - August 17th, 2003
+
+Permission is hereby granted, free of charge, to any person or organization
+obtaining a copy of the software and accompanying documentation covered by
+this license (the "Software") to use, reproduce, display, distribute,
+execute, and transmit the Software, and to prepare derivative works of the
+Software, and to permit third-parties to whom the Software is furnished to
+do so, all subject to the following:
+
+The copyright notices in the Software and this entire statement, including
+the above license grant, this restriction and the following disclaimer,
+must be included in all copies of the Software, in whole or in part, and
+all derivative works of the Software, unless such copies or derivative
+works are solely in the form of machine-executable object code generated by
+a source language processor.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
index 5172a8e..fe34919 100644 (file)
@@ -3,7 +3,7 @@ Summary:    Central Key Manager and utilities
 Version:    0.1.18
 Release:    1
 Group:      System/Security
-License:    Apache-2.0
+License:    Apache-2.0 and BSL-1.0
 Source0:    %{name}-%{version}.tar.gz
 Source1001: key-manager.manifest
 Source1002: key-manager-pam-plugin.manifest
@@ -127,9 +127,6 @@ make %{?jobs:-j%jobs}
 
 %install
 rm -rf %{buildroot}
-mkdir -p %{buildroot}/usr/share/license
-cp LICENSE %{buildroot}/usr/share/license/%{name}
-cp LICENSE %{buildroot}/usr/share/license/libkey-manager-client
 mkdir -p %{buildroot}/opt/data/ckm/initial_values
 mkdir -p %{buildroot}/etc/security/
 mkdir -p %{buildroot}/usr/share/ckm/scripts
@@ -223,6 +220,8 @@ fi
 
 %files -n key-manager
 %manifest key-manager.manifest
+%license LICENSE
+%license LICENSE.BSL-1.0
 %{_bindir}/key-manager
 %{_unitdir}/multi-user.target.wants/central-key-manager.service
 %{_unitdir}/central-key-manager.service
@@ -235,7 +234,6 @@ fi
 %{_unitdir}/central-key-manager-api-ocsp.socket
 %{_unitdir}/sockets.target.wants/central-key-manager-api-encryption.socket
 %{_unitdir}/central-key-manager-api-encryption.socket
-%{_datadir}/license/%{name}
 %{_datadir}/ckm/initial_values.xsd
 %{_datadir}/ckm/sw_key.xsd
 /opt/data/ckm/initial_values/
@@ -260,9 +258,9 @@ fi
 
 %files -n libkey-manager-client
 %manifest libkey-manager-client.manifest
+%license LICENSE
 %{_libdir}/libkey-manager-client.so.*
 %{_libdir}/libkey-manager-control-client.so.*
-%{_datadir}/license/libkey-manager-client
 
 %files -n libkey-manager-client-devel
 %{_libdir}/libkey-manager-client.so