You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*
* Catch v2.13.9
* Generated: 2022-04-12 22:37:23.260201
* ----------------------------------------------------------
* This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2022 Two Blue Cubes Ltd. All rights reserved.
*
* Distributed under the Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
#define TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
// start catch.hpp
reuse addheader --copyright="Two Blue Cubes Ltd. All rights reserved." --license=BSL-1.0 --year=2022 catch.hpp
changes this to
// Copyright (c) 2022 Two Blue Cubes Ltd. All rights reserved.
// SPDX-FileCopyrightText: 2022 Two Blue Cubes Ltd. All rights reserved.
//
// SPDX-License-Identifier: BSL-1.0
#ifndef TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
#define TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
// start catch.hpp
The catch2 testing framework uses:
reuse addheader --copyright="Two Blue Cubes Ltd. All rights reserved." --license=BSL-1.0 --year=2022 catch.hpp
changes this to
and deleted too much.
Perhaps related to: #560
The text was updated successfully, but these errors were encountered: