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 --- src/call_stack.cpp | 4 ++-- src/dbghelp.cpp | 4 ++-- src/error.cpp | 4 ++-- src/module.cpp | 4 ++-- src/process.cpp | 4 ++-- src/repo.cpp | 4 ++-- src/symbol.cpp | 4 ++-- src/utils/file.cpp | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) (limited to 'src') 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 -// 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 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 -// 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 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 -// 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 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 -// 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 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 -// 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 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 -// 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 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 -// 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 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 -// 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 -- cgit v1.2.3