diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4e31e9f..be8d5e7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,8 @@ +// Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +// This file is part of the "Privilege test" project. +// For details, see https://github.com/egor-tensin/privilege-test. +// Distributed under the MIT License. + #include "error.hpp" #include "os.hpp" #include "process.hpp" |