From 35d533299c129d622af774f96b820e8f18df068f Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Fri, 18 Aug 2023 15:39:26 +0800 Subject: [PATCH] work_guard has license info. --- include/boost/beast/core/detail/work_guard.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/boost/beast/core/detail/work_guard.hpp b/include/boost/beast/core/detail/work_guard.hpp index f3021782..341b7438 100644 --- a/include/boost/beast/core/detail/work_guard.hpp +++ b/include/boost/beast/core/detail/work_guard.hpp @@ -1,3 +1,12 @@ +// +// Copyright (c) 2020 Richard Hodges (hodges.r@gmail.com) +// +// 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) +// +// Official repository: https://github.com/boostorg/beast +// + #ifndef BOOST_BEAST_CORE_DETAIL_WORK_GUARD_HPP #define BOOST_BEAST_CORE_DETAIL_WORK_GUARD_HPP