From 6206db5a73e989965d7f67b710762ab91c2c0959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 31 Mar 2022 20:04:08 +0200 Subject: [PATCH] Fix missing licence headers --- src/catch2/internal/catch_test_case_info_hasher.cpp | 8 ++++++++ src/catch2/internal/catch_test_case_info_hasher.hpp | 7 +++++++ .../IntrospectiveTests/TestCaseInfoHasher.tests.cpp | 8 ++++++++ 3 files changed, 23 insertions(+) diff --git a/src/catch2/internal/catch_test_case_info_hasher.cpp b/src/catch2/internal/catch_test_case_info_hasher.cpp index 75acc978..692d066c 100644 --- a/src/catch2/internal/catch_test_case_info_hasher.cpp +++ b/src/catch2/internal/catch_test_case_info_hasher.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + #include #include diff --git a/src/catch2/internal/catch_test_case_info_hasher.hpp b/src/catch2/internal/catch_test_case_info_hasher.hpp index 954bdcde..afe23355 100644 --- a/src/catch2/internal/catch_test_case_info_hasher.hpp +++ b/src/catch2/internal/catch_test_case_info_hasher.hpp @@ -1,3 +1,10 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 #ifndef CATCH_TEST_CASE_INFO_HASHER_HPP_INCLUDED #define CATCH_TEST_CASE_INFO_HASHER_HPP_INCLUDED diff --git a/tests/SelfTest/IntrospectiveTests/TestCaseInfoHasher.tests.cpp b/tests/SelfTest/IntrospectiveTests/TestCaseInfoHasher.tests.cpp index 45007360..a3c1d651 100644 --- a/tests/SelfTest/IntrospectiveTests/TestCaseInfoHasher.tests.cpp +++ b/tests/SelfTest/IntrospectiveTests/TestCaseInfoHasher.tests.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + #include #include #include