aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/unit_tests/dbghelp.cpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-09-14 17:13:43 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-09-14 17:13:43 +0300
commitbe50ad395f97a264395d1950e30752bb927105d5 (patch)
treea394e32822f84ea324848d3e656933947485240e /test/unit_tests/dbghelp.cpp
parentunit_tests: adjust test messages (diff)
downloadwinapi-debug-be50ad395f97a264395d1950e30752bb927105d5.tar.gz
winapi-debug-be50ad395f97a264395d1950e30752bb927105d5.zip
add missing copyright headers
Diffstat (limited to 'test/unit_tests/dbghelp.cpp')
-rw-r--r--test/unit_tests/dbghelp.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/unit_tests/dbghelp.cpp b/test/unit_tests/dbghelp.cpp
index ea64939..b4ba1ce 100644
--- a/test/unit_tests/dbghelp.cpp
+++ b/test/unit_tests/dbghelp.cpp
@@ -1,3 +1,8 @@
+// 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.
+// Distributed under the MIT License.
+
#include "fixtures.hpp"
#include <pdb/all.hpp>