From e63451b2ee9ebaaf49133c8647fee90acb3bfbc2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 13 Oct 2016 22:58:00 +0300 Subject: rename the project --- src/cmd_line.hpp | 5 +++++ src/error.hpp | 4 ++-- src/handle.hpp | 4 ++-- src/main.cpp | 4 ++-- src/os.hpp | 4 ++-- src/process.hpp | 4 ++-- src/resource.hpp | 4 ++-- src/sid.hpp | 4 ++-- src/string.hpp | 5 +++++ src/token.hpp | 4 ++-- 10 files changed, 26 insertions(+), 16 deletions(-) (limited to 'src') 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 +// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 +// 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 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 -// 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 -- cgit v1.2.3