forked from alibaba/async_simple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
42 lines (36 loc) · 1.73 KB
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
========================================================
async_simple
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
--------------------------------------
async_simple/MoveWrapper.h
async_simple/Try.h
async_simple/uthread/internal/thread.cc
async_simple/uthread/internal/thread.h
async_simple/uthread/internal/thread_impl.h
Apache-2.0 WITH LLVM-exception
--------------------------------------
async_simple/experimental/coroutine.h
Boost Software License, Version 1.0
--------------------------------------
async_simple/uthread/internal/jump_arm64_aapcs_elf_gas.S
async_simple/uthread/internal/jump_x86_64_sysv_elf_gas.S
async_simple/uthread/internal/make_arm64_aapcs_elf_gas.S
async_simple/uthread/internal/make_x86_64_sysv_elf_gas.S
async_simple/uthread/internal/ontop_arm64_aapcs_elf_gas.S
async_simple/uthread/internal/ontop_x86_64_sysv_elf_gas.S
MIT LICENSE
--------------------------------------
async_simple/coro/Mutex.h
demo_example/asio
----------------------------------
Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot 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)
===================================================================
The Future/Promise, Lazy and other components in this library borrow various ideas from folly.
The http in demo_example borrows ideas from the example in the asio library, too.