aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
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
parentinherit parent's parameters in new processes (diff)
downloadprivilege-check-e63451b2ee9ebaaf49133c8647fee90acb3bfbc2.tar.gz
privilege-check-e63451b2ee9ebaaf49133c8647fee90acb3bfbc2.zip
rename the project
Diffstat (limited to 'src')
-rw-r--r--src/cmd_line.hpp5
-rw-r--r--src/error.hpp4
-rw-r--r--src/handle.hpp4
-rw-r--r--src/main.cpp4
-rw-r--r--src/os.hpp4
-rw-r--r--src/process.hpp4
-rw-r--r--src/resource.hpp4
-rw-r--r--src/sid.hpp4
-rw-r--r--src/string.hpp5
-rw-r--r--src/token.hpp4
10 files changed, 26 insertions, 16 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"
diff --git a/src/error.hpp b/src/error.hpp
index 0c5b917..0eeb147 100644
--- a/src/error.hpp
+++ b/src/error.hpp
@@ -1,6 +1,6 @@
// 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.
+// 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
diff --git a/src/handle.hpp b/src/handle.hpp
index 415541b..80b6a06 100644
--- a/src/handle.hpp
+++ b/src/handle.hpp
@@ -1,6 +1,6 @@
// 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.
+// 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
diff --git a/src/main.cpp b/src/main.cpp
index 9d897b7..5e59ff0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,6 +1,6 @@
// 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.
+// This file is part of the "Privilege check" project.
+// For details, see https://github.com/egor-tensin/privilege-check.
// Distributed under the MIT License.
#include "error.hpp"
diff --git a/src/os.hpp b/src/os.hpp
index 546e6e0..7aeaf54 100644
--- a/src/os.hpp
+++ b/src/os.hpp
@@ -1,6 +1,6 @@
// 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.
+// 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
diff --git a/src/process.hpp b/src/process.hpp
index 6fbaf8a..6439d38 100644
--- a/src/process.hpp
+++ b/src/process.hpp
@@ -1,6 +1,6 @@
// 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.
+// 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
diff --git a/src/resource.hpp b/src/resource.hpp
index bd97c82..24fc2db 100644
--- a/src/resource.hpp
+++ b/src/resource.hpp
@@ -1,6 +1,6 @@
// 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.
+// 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
diff --git a/src/sid.hpp b/src/sid.hpp
index a8ee3aa..cf905a4 100644
--- a/src/sid.hpp
+++ b/src/sid.hpp
@@ -1,6 +1,6 @@
// 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.
+// 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
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>
diff --git a/src/token.hpp b/src/token.hpp
index e44ab00..042cd2b 100644
--- a/src/token.hpp
+++ b/src/token.hpp
@@ -1,6 +1,6 @@
// 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.
+// 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