From cd18605a2379b0f54566f31e8c7f9b02ce973c35 Mon Sep 17 00:00:00 2001 From: Kartik Arcot Date: Sun, 22 Jan 2023 17:24:01 -0800 Subject: [PATCH] add license --- gtsam/base/std_optional_serialization.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/gtsam/base/std_optional_serialization.h b/gtsam/base/std_optional_serialization.h index d4ed4f53d..051b84908 100644 --- a/gtsam/base/std_optional_serialization.h +++ b/gtsam/base/std_optional_serialization.h @@ -1,6 +1,13 @@ -// Functionality to serialize std::optional 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 to boost::archive +* Inspired from this PR: https://github.com/boostorg/serialization/pull/163 +* ---------------------------------------------------------------------------- */ #pragma once #include