add license

release/4.3a0
Kartik Arcot 2023-01-22 17:24:01 -08:00
parent 8e48ccd9cf
commit cd18605a23
1 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,13 @@
// Functionality to serialize std::optional<T> to boost::archive
// Following this:
// PR: https://github.com/boostorg/serialization/pull/148/files#
/* ----------------------------------------------------------------------------
* Use, modification and distribution is subject to 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)
* See http://www.boost.org for updates, documentation, and revision history.
* Functionality to serialize std::optional<T> to boost::archive
* Inspired from this PR: https://github.com/boostorg/serialization/pull/163
* ---------------------------------------------------------------------------- */
#pragma once
#include <optional>