diff options
Diffstat (limited to '')
-rw-r--r-- | src/string.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string.hpp b/src/string.hpp index 3621ca6..3841b8c 100644 --- a/src/string.hpp +++ b/src/string.hpp @@ -1,3 +1,8 @@ +// Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +// This file is part of the "Privilege check" project. +// For details, see https://github.com/egor-tensin/privilege-check. +// Distributed under the MIT License. + #pragma once #include <cctype> |