diff options
Diffstat (limited to 'examples/020-TestCase-1.cpp')
-rw-r--r-- | examples/020-TestCase-1.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/020-TestCase-1.cpp b/examples/020-TestCase-1.cpp index cec55799..a9d87dbc 100644 --- a/examples/020-TestCase-1.cpp +++ b/examples/020-TestCase-1.cpp @@ -1,3 +1,11 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + // 020-TestCase-1.cpp #include <catch2/catch_test_macros.hpp> |