Add nice license headers to files in examples/ and fuzzing/

Related to #2730
This commit is contained in:
Martin Hořeňovský 2023-08-24 16:33:15 +02:00
parent 5bba3e4038
commit 85eb4652b4
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
21 changed files with 152 additions and 4 deletions

View file

@ -1,4 +1,10 @@
//License: Boost 1.0
// 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
//By Paul Dreik 2020
#include <catch2/internal/catch_textflow.hpp>