aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/pdb/address.hpp4
-rw-r--r--include/pdb/all.hpp4
-rw-r--r--include/pdb/call_stack.hpp4
-rw-r--r--include/pdb/dbghelp.hpp4
-rw-r--r--include/pdb/error.hpp4
-rw-r--r--include/pdb/handle.hpp4
-rw-r--r--include/pdb/module.hpp4
-rw-r--r--include/pdb/process.hpp4
-rw-r--r--include/pdb/repo.hpp4
-rw-r--r--include/pdb/symbol.hpp4
-rw-r--r--include/pdb/utils/file.hpp4
-rw-r--r--include/pdb/workarounds.hpp4
12 files changed, 24 insertions, 24 deletions
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 <Egor.Tensin@gmail.com>
-// 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 <Egor.Tensin@gmail.com>
-// 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 <Egor.Tensin@gmail.com>
-// 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 <Egor.Tensin@gmail.com>
-// 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 <Egor.Tensin@gmail.com>
-// 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 <Egor.Tensin@gmail.com>
-// 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 <Egor.Tensin@gmail.com>
-// 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 <Egor.Tensin@gmail.com>
-// 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 <Egor.Tensin@gmail.com>
-// 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 <Egor.Tensin@gmail.com>
-// 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 <Egor.Tensin@gmail.com>
-// 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 <Egor.Tensin@gmail.com>
-// 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