aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/unit_tests/main.cpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-22 12:17:01 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-22 12:17:01 +0300
commit1a3bf05144711529a1bc8fa6cec3091d70c5b1ab (patch)
tree9cdf9b912083682d7c90a26e5a416c9659e89867 /test/unit_tests/main.cpp
parentupdate cmake-common (diff)
downloadmath-server-1a3bf05144711529a1bc8fa6cec3091d70c5b1ab.tar.gz
math-server-1a3bf05144711529a1bc8fa6cec3091d70c5b1ab.zip
add licensing notes to source files
Diffstat (limited to 'test/unit_tests/main.cpp')
-rw-r--r--test/unit_tests/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/unit_tests/main.cpp b/test/unit_tests/main.cpp
index 5d8b492..d56b8bd 100644
--- a/test/unit_tests/main.cpp
+++ b/test/unit_tests/main.cpp
@@ -1,2 +1,7 @@
+// Copyright (c) 2019 Egor Tensin <Egor.Tensin@gmail.com>
+// This file is part of the "math-server" project.
+// For details, see https://github.com/egor-tensin/math-server.
+// Distributed under the MIT License.
+
#define BOOST_TEST_MODULE math_server tests
#include <boost/test/included/unit_test.hpp>