Add missing licensing to opt_storage header

This commit is contained in:
Christian Mazakas
2023-09-27 12:03:19 -07:00
parent 7aac692162
commit bcbb13e0cf

View File

@ -1,3 +1,8 @@
// Copyright (C) 2023 Christian Mazakas
//
// 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 BOOST_UNORDERED_DETAIL_OPT_STORAGE_HPP
#define BOOST_UNORDERED_DETAIL_OPT_STORAGE_HPP
@ -22,4 +27,4 @@ namespace boost {
} // namespace unordered
} // namespace boost
#endif // BOOST_UNORDERED_DETAIL_OPT_STORAGE_HPP
#endif // BOOST_UNORDERED_DETAIL_OPT_STORAGE_HPP