aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/call_stack.cpp4
-rw-r--r--src/dbghelp.cpp4
-rw-r--r--src/error.cpp4
-rw-r--r--src/module.cpp4
-rw-r--r--src/process.cpp4
-rw-r--r--src/repo.cpp4
-rw-r--r--src/symbol.cpp4
-rw-r--r--src/utils/file.cpp4
8 files changed, 16 insertions, 16 deletions
diff --git a/src/call_stack.cpp b/src/call_stack.cpp
index 183f14a..d47a8ca 100644
--- a/src/call_stack.cpp
+++ b/src/call_stack.cpp
@@ -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.
#include <pdb/all.hpp>
diff --git a/src/dbghelp.cpp b/src/dbghelp.cpp
index 254ad15..06c1008 100644
--- a/src/dbghelp.cpp
+++ b/src/dbghelp.cpp
@@ -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.
#include <pdb/all.hpp>
diff --git a/src/error.cpp b/src/error.cpp
index 00252e9..8e370e8 100644
--- a/src/error.cpp
+++ b/src/error.cpp
@@ -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.
#include <pdb/all.hpp>
diff --git a/src/module.cpp b/src/module.cpp
index e43f942..672cceb 100644
--- a/src/module.cpp
+++ b/src/module.cpp
@@ -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.
#include <pdb/all.hpp>
diff --git a/src/process.cpp b/src/process.cpp
index 022a1b3..b70bf89 100644
--- a/src/process.cpp
+++ b/src/process.cpp
@@ -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.
#include <pdb/all.hpp>
diff --git a/src/repo.cpp b/src/repo.cpp
index fbdf1ae..af56373 100644
--- a/src/repo.cpp
+++ b/src/repo.cpp
@@ -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.
#include <pdb/all.hpp>
diff --git a/src/symbol.cpp b/src/symbol.cpp
index eff9a03..4de9a7d 100644
--- a/src/symbol.cpp
+++ b/src/symbol.cpp
@@ -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.
#include <pdb/all.hpp>
diff --git a/src/utils/file.cpp b/src/utils/file.cpp
index 9584de3..af1de6e 100644
--- a/src/utils/file.cpp
+++ b/src/utils/file.cpp
@@ -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.
#include <pdb/all.hpp>