diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-14 17:13:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-14 17:13:43 +0300 |
commit | be50ad395f97a264395d1950e30752bb927105d5 (patch) | |
tree | a394e32822f84ea324848d3e656933947485240e /test/test_lib.cpp | |
parent | unit_tests: adjust test messages (diff) | |
download | winapi-debug-be50ad395f97a264395d1950e30752bb927105d5.tar.gz winapi-debug-be50ad395f97a264395d1950e30752bb927105d5.zip |
add missing copyright headers
Diffstat (limited to 'test/test_lib.cpp')
-rw-r--r-- | test/test_lib.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_lib.cpp b/test/test_lib.cpp index 711d4fd..6775850 100644 --- a/test/test_lib.cpp +++ b/test/test_lib.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 "test_lib.hpp" #include <pdb/all.hpp> |