aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/lexer/lexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server/lexer/lexer.cpp')
-rw-r--r--server/lexer/lexer.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/lexer/lexer.cpp b/server/lexer/lexer.cpp
index 808fba3..24e3f14 100644
--- a/server/lexer/lexer.cpp
+++ b/server/lexer/lexer.cpp
@@ -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.
+
#include "error.hpp"
#include "lexer.hpp"
#include "token.hpp"