summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsangwan.kwon <sangwan.kwon@samsung.com>2016-03-22 14:25:22 +0900
committersangwan.kwon <sangwan.kwon@samsung.com>2016-03-22 14:30:56 +0900
commitb3889fe863f231639c5ec9354f29c7e02559385f (patch)
tree1398ad91c2da4445c82f0b7fe678935cc49e9aa0
parent43c1e9355155d04a285a9a0d3fd67ef1d3cadc4a (diff)
downloadcert-checker-b3889fe863f231639c5ec9354f29c7e02559385f.tar.gz
cert-checker-b3889fe863f231639c5ec9354f29c7e02559385f.tar.bz2
cert-checker-b3889fe863f231639c5ec9354f29c7e02559385f.zip
Add BSL-1.0 license file and license boilerplate
Change-Id: I795e89fa5135167aabc5599fd4dcf605690198db Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
-rw-r--r--LICENSE.BSL-1.023
-rw-r--r--packaging/cert-checker.spec3
-rw-r--r--tests/colour_log_formatter.cpp14
-rw-r--r--tests/colour_log_formatter.h14
4 files changed, 53 insertions, 1 deletions
diff --git a/LICENSE.BSL-1.0 b/LICENSE.BSL-1.0
new file mode 100644
index 0000000..36b7cd9
--- /dev/null
+++ b/LICENSE.BSL-1.0
@@ -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.
diff --git a/packaging/cert-checker.spec b/packaging/cert-checker.spec
index d365857..b5940bb 100644
--- a/packaging/cert-checker.spec
+++ b/packaging/cert-checker.spec
@@ -3,7 +3,7 @@ Summary: OCSP checking on application installation
Version: 0.0.4
Release: 1
Group: Security/Certificate Management
-License: Apache-2.0
+License: Apache-2.0 and BSL-1.0
Source0: %{name}-%{version}.tar.gz
Source1: %{name}.manifest
BuildRequires: cmake
@@ -110,6 +110,7 @@ fi
%{_unitdir}/multi-user.target.wants/cert-checker.service
%files -n cert-checker-tests
+%license LICENSE.BSL-1.0
%defattr(-,root,root,-)
%{TZ_SYS_BIN}/cert-checker-tests
%{TZ_SYS_BIN}/cert-checker-tests-logic
diff --git a/tests/colour_log_formatter.cpp b/tests/colour_log_formatter.cpp
index 4587237..c873724 100644
--- a/tests/colour_log_formatter.cpp
+++ b/tests/colour_log_formatter.cpp
@@ -1,3 +1,17 @@
+/*
+ * (C) Copyright Gennadiy Rozental 2005-2008.
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or copy at
+ * http://www.boost.org/LICENSE_1_0.txt)
+ *
+ * See http://www.boost.org/libs/test for the library home page.
+ */
+/*
+ * @file colour_log_formatter.cpp
+ * @author Zofia Abramowska (z.abramowska@samsung.com)
+ * @version
+ * @brief
+ */
// Boost.Test
#include <colour_log_formatter.h>
#include <boost/test/unit_test_suite_impl.hpp>
diff --git a/tests/colour_log_formatter.h b/tests/colour_log_formatter.h
index dd6028b..5e44c58 100644
--- a/tests/colour_log_formatter.h
+++ b/tests/colour_log_formatter.h
@@ -1,3 +1,17 @@
+/*
+ * (C) Copyright Gennadiy Rozental 2005-2008.
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or copy at
+ * http://www.boost.org/LICENSE_1_0.txt)
+ *
+ * See http://www.boost.org/libs/test for the library home page.
+ */
+/*
+ * @file colour_log_formatter.h
+ * @author Zofia Abramowska (z.abramowska@samsung.com)
+ * @version
+ * @brief
+ */
#ifndef COLOUR_LOG_FORMATTER_H_
#define COLOUR_LOG_FORMATTER_H_