aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/cmd_line.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-13 22:58:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-13 22:58:00 +0300
commite63451b2ee9ebaaf49133c8647fee90acb3bfbc2 (patch)
tree5ffe17d84a51a5e3e2f300022e292b75da5d10a8 /src/cmd_line.hpp
parentinherit parent's parameters in new processes (diff)
downloadprivilege-check-e63451b2ee9ebaaf49133c8647fee90acb3bfbc2.tar.gz
privilege-check-e63451b2ee9ebaaf49133c8647fee90acb3bfbc2.zip
rename the project
Diffstat (limited to 'src/cmd_line.hpp')
-rw-r--r--src/cmd_line.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd_line.hpp b/src/cmd_line.hpp
index 3a65ec7..b7e1b70 100644
--- a/src/cmd_line.hpp
+++ b/src/cmd_line.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 "error.hpp"