From e1a3f05bf5b6adf4fb1476bb87f220f407e540c9 Mon Sep 17 00:00:00 2001 From: Alecto Irene Perez Date: Tue, 26 Apr 2022 23:44:10 -0600 Subject: [PATCH] Add missing lisence in catch_dll_public.hpp --- extras/catch_amalgamated.cpp | 2 +- extras/catch_amalgamated.hpp | 4 +++- src/catch2/internal/catch_dll_public.hpp | 7 +++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/extras/catch_amalgamated.cpp b/extras/catch_amalgamated.cpp index b546c50948..1534007d43 100644 --- a/extras/catch_amalgamated.cpp +++ b/extras/catch_amalgamated.cpp @@ -6,7 +6,7 @@ // SPDX-License-Identifier: BSL-1.0 // Catch v3.0.0-preview.5 -// Generated: 2022-04-26 23:42:11.339089 +// Generated: 2022-04-26 23:43:38.004914 // ---------------------------------------------------------- // This file is an amalgamation of multiple different files. // You probably shouldn't edit it directly. diff --git a/extras/catch_amalgamated.hpp b/extras/catch_amalgamated.hpp index bfdf3f664f..f830198fb8 100644 --- a/extras/catch_amalgamated.hpp +++ b/extras/catch_amalgamated.hpp @@ -6,7 +6,7 @@ // SPDX-License-Identifier: BSL-1.0 // Catch v3.0.0-preview.5 -// Generated: 2022-04-26 23:42:11.323009 +// Generated: 2022-04-26 23:43:37.987745 // ---------------------------------------------------------- // This file is an amalgamation of multiple different files. // You probably shouldn't edit it directly. @@ -72,6 +72,8 @@ #ifndef CATCH_CLOCK_HPP_INCLUDED #define CATCH_CLOCK_HPP_INCLUDED + + #ifndef CATCH_DLL_PUBLIC_HPP_INCLUDED #define CATCH_DLL_PUBLIC_HPP_INCLUDED diff --git a/src/catch2/internal/catch_dll_public.hpp b/src/catch2/internal/catch_dll_public.hpp index 7517b4e2ac..ddb2923eb7 100644 --- a/src/catch2/internal/catch_dll_public.hpp +++ b/src/catch2/internal/catch_dll_public.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_DLL_PUBLIC_HPP_INCLUDED #define CATCH_DLL_PUBLIC_HPP_INCLUDED