summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/colour_log_formatter.cpp14
-rw-r--r--tests/colour_log_formatter.h14
2 files changed, 28 insertions, 0 deletions
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_