Add BSL-1.0 License file 17/318917/2 accepted/tizen_9.0_unified accepted/tizen_unified_toolchain tizen_9.0 accepted/tizen/9.0/unified/20241030.232001 accepted/tizen/unified/20241017.114658 accepted/tizen/unified/toolchain/20241022.122359 accepted/tizen/unified/toolchain/20241022.122842 accepted/tizen/unified/x/20241017.170335 accepted/tizen/unified/x/asan/20241022.113430 tizen_9.0_m2_release
authorDongsun Lee <ds73.lee@samsung.com>
Thu, 10 Oct 2024 23:38:11 +0000 (08:38 +0900)
committerDongsun Lee <ds73.lee@samsung.com>
Thu, 10 Oct 2024 23:40:17 +0000 (08:40 +0900)
Change-Id: I78ecc26fdb9778191e92c5adc58c5d2a3072a158

LICENSE.BSL-1.0 [new file with mode: 0644]
packaging/device-certificate-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 5c3673ef82e16a1bdcfebfbf95fff8d4f3810c4b..126fc17f6d48523624fa69993c6aaa7325f9ac14 100644 (file)
@@ -60,6 +60,7 @@ Device Certificate Manager backend development header
 %package -n device-certificate-manager-tests
 Summary:       Internal tests for Device Certificate Manager
 Group:         Security/Testing
+License:       Apache-2.0 and BSL-1.0
 Requires:      device-certificate-manager = %{version}-%{release}
 Requires:      boost-test
 
@@ -164,6 +165,7 @@ fi
 %files tests
 %manifest %{name}.manifest
 %license LICENSE
+%license LICENSE.BSL-1.0
 %{_bindir}/device-certificate-manager-tests
 
 %if "%{build_type}" == "COVERAGE"