From 84ea7c37b2b9e1eb71ef812fffc569bb98ec82cf Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 15 May 2021 23:05:10 +0300 Subject: rename the project --- include/pdb/address.hpp | 4 ++-- include/pdb/all.hpp | 4 ++-- include/pdb/call_stack.hpp | 4 ++-- include/pdb/dbghelp.hpp | 4 ++-- include/pdb/error.hpp | 4 ++-- include/pdb/handle.hpp | 4 ++-- include/pdb/module.hpp | 4 ++-- include/pdb/process.hpp | 4 ++-- include/pdb/repo.hpp | 4 ++-- include/pdb/symbol.hpp | 4 ++-- include/pdb/utils/file.hpp | 4 ++-- include/pdb/workarounds.hpp | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) (limited to 'include/pdb') diff --git a/include/pdb/address.hpp b/include/pdb/address.hpp index f7a7239..3d7acd6 100644 --- a/include/pdb/address.hpp +++ b/include/pdb/address.hpp @@ -1,6 +1,6 @@ // Copyright (c) 2017 Egor Tensin -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. #pragma once diff --git a/include/pdb/all.hpp b/include/pdb/all.hpp index 0794362..c09af31 100644 --- a/include/pdb/all.hpp +++ b/include/pdb/all.hpp @@ -1,6 +1,6 @@ // Copyright (c) 2017 Egor Tensin -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. #pragma once diff --git a/include/pdb/call_stack.hpp b/include/pdb/call_stack.hpp index e86569a..30f642c 100644 --- a/include/pdb/call_stack.hpp +++ b/include/pdb/call_stack.hpp @@ -1,6 +1,6 @@ // Copyright (c) 2020 Egor Tensin -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. #pragma once diff --git a/include/pdb/dbghelp.hpp b/include/pdb/dbghelp.hpp index 0026bfb..6965823 100644 --- a/include/pdb/dbghelp.hpp +++ b/include/pdb/dbghelp.hpp @@ -1,6 +1,6 @@ // Copyright (c) 2017 Egor Tensin -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. #pragma once diff --git a/include/pdb/error.hpp b/include/pdb/error.hpp index c927719..5ea885f 100644 --- a/include/pdb/error.hpp +++ b/include/pdb/error.hpp @@ -1,6 +1,6 @@ // Copyright (c) 2017 Egor Tensin -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. #pragma once diff --git a/include/pdb/handle.hpp b/include/pdb/handle.hpp index 2cc5d32..319a581 100644 --- a/include/pdb/handle.hpp +++ b/include/pdb/handle.hpp @@ -1,6 +1,6 @@ // Copyright (c) 2017 Egor Tensin -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. #pragma once diff --git a/include/pdb/module.hpp b/include/pdb/module.hpp index 81312b9..5cfa69d 100644 --- a/include/pdb/module.hpp +++ b/include/pdb/module.hpp @@ -1,6 +1,6 @@ // Copyright (c) 2017 Egor Tensin -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. #pragma once diff --git a/include/pdb/process.hpp b/include/pdb/process.hpp index 023a741..7639536 100644 --- a/include/pdb/process.hpp +++ b/include/pdb/process.hpp @@ -1,6 +1,6 @@ // Copyright (c) 2020 Egor Tensin -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. #pragma once diff --git a/include/pdb/repo.hpp b/include/pdb/repo.hpp index 74a86a8..571a164 100644 --- a/include/pdb/repo.hpp +++ b/include/pdb/repo.hpp @@ -1,6 +1,6 @@ // Copyright (c) 2017 Egor Tensin -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. #pragma once diff --git a/include/pdb/symbol.hpp b/include/pdb/symbol.hpp index f843df7..47e4fb1 100644 --- a/include/pdb/symbol.hpp +++ b/include/pdb/symbol.hpp @@ -1,6 +1,6 @@ // Copyright (c) 2017 Egor Tensin -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. #pragma once diff --git a/include/pdb/utils/file.hpp b/include/pdb/utils/file.hpp index 2f2db9a..44d3d5f 100644 --- a/include/pdb/utils/file.hpp +++ b/include/pdb/utils/file.hpp @@ -1,6 +1,6 @@ // Copyright (c) 2017 Egor Tensin -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. #pragma once diff --git a/include/pdb/workarounds.hpp b/include/pdb/workarounds.hpp index 00bd5c5..4087990 100644 --- a/include/pdb/workarounds.hpp +++ b/include/pdb/workarounds.hpp @@ -1,6 +1,6 @@ // Copyright (c) 2020 Egor Tensin -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. #pragma once -- cgit v1.2.3