diff options
Diffstat (limited to '')
-rw-r--r-- | test/unit_tests/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/unit_tests/main.cpp b/test/unit_tests/main.cpp index 937bea3..cacb02f 100644 --- a/test/unit_tests/main.cpp +++ b/test/unit_tests/main.cpp @@ -1,2 +1,7 @@ +// 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. + #define BOOST_TEST_MODULE pdb_repo tests #include <boost/test/unit_test.hpp> |