diff options
Diffstat (limited to 'server/main/session_manager.hpp')
-rw-r--r-- | server/main/session_manager.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/main/session_manager.hpp b/server/main/session_manager.hpp index f0bec0b..66b8d67 100644 --- a/server/main/session_manager.hpp +++ b/server/main/session_manager.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/asio.hpp> |