2022-10-22 12:47:24 +08:00
|
|
|
========================================================
|
|
|
|
yaLanTingLibs
|
|
|
|
Copyright (c) 2019-2022, Alibaba Group Holding Limited
|
|
|
|
Licensed under the Apache License, Version 2.0
|
|
|
|
===================================================================
|
|
|
|
|
|
|
|
This product contains various third-party components under other open source licenses
|
|
|
|
This section summarizes those components and their licenses.
|
|
|
|
Apache Software Foundation License 2.0
|
|
|
|
--------------------------------------
|
|
|
|
|
2023-07-04 14:09:35 +08:00
|
|
|
ylt/struct_pack/texpr.hpp
|
2022-10-22 12:47:24 +08:00
|
|
|
|
|
|
|
BSD 3-Clause "New" or "Revised" License
|
|
|
|
--------------------------------------
|
|
|
|
|
|
|
|
util/expected.hpp
|
|
|
|
|
|
|
|
Creative Commons Zero v1.0 Universal License
|
|
|
|
|
|
|
|
--------------------------------------
|
|
|
|
|
|
|
|
test/doctest.h
|
|
|
|
|
2023-07-04 14:09:35 +08:00
|
|
|
include/ylt/struct_pack/pp
|
2022-11-02 20:55:28 +08:00
|
|
|
|
2022-10-22 12:47:24 +08:00
|
|
|
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>)
|
|
|
|
|
|
|
|
===================================================================
|
2024-07-12 22:46:35 +08:00
|
|
|
The reflection of a struct and data format borrow various ideas from zpp_bits, reflect-cpp and msgpack.
|
2022-10-22 12:47:24 +08:00
|
|
|
coro_rpc borrow various ideas from rest_rpc.
|