From 1a3bf05144711529a1bc8fa6cec3091d70c5b1ab Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 22 Dec 2019 12:17:01 +0300 Subject: add licensing notes to source files --- server/lexer/token_type.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'server/lexer/token_type.cpp') diff --git a/server/lexer/token_type.cpp b/server/lexer/token_type.cpp index 9a69ba1..cafb403 100644 --- a/server/lexer/token_type.cpp +++ b/server/lexer/token_type.cpp @@ -1,3 +1,8 @@ +// Copyright (c) 2019 Egor Tensin +// 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 "token_type.hpp" -- cgit v1.2.3