diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-22 12:17:01 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-22 12:17:01 +0300 |
commit | 1a3bf05144711529a1bc8fa6cec3091d70c5b1ab (patch) | |
tree | 9cdf9b912083682d7c90a26e5a416c9659e89867 /server/common | |
parent | update cmake-common (diff) | |
download | math-server-1a3bf05144711529a1bc8fa6cec3091d70c5b1ab.tar.gz math-server-1a3bf05144711529a1bc8fa6cec3091d70c5b1ab.zip |
add licensing notes to source files
Diffstat (limited to 'server/common')
-rw-r--r-- | server/common/error.hpp | 5 | ||||
-rw-r--r-- | server/common/log.hpp | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/server/common/error.hpp b/server/common/error.hpp index cbfbb1e..bdcbd43 100644 --- a/server/common/error.hpp +++ b/server/common/error.hpp @@ -1,3 +1,8 @@ +// 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. + #pragma once #include <stdexcept> diff --git a/server/common/log.hpp b/server/common/log.hpp index 48dd0f6..5b61c58 100644 --- a/server/common/log.hpp +++ b/server/common/log.hpp @@ -1,3 +1,8 @@ +// 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. + #pragma once #include <boost/date_time/posix_time/posix_time.hpp> |