From be50ad395f97a264395d1950e30752bb927105d5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 14 Sep 2020 17:13:43 +0300 Subject: add missing copyright headers --- test/unit_tests/dbghelp.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/unit_tests/dbghelp.cpp') 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 +// 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 -- cgit v1.2.3