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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
The Treasure Box Library
Copyright 2009-2017 The TBOOX Open Source Group
This product includes software developed by The TBOOX Open Source Group (http://www.tboox.org/).
-------------------------------------------------------------------------------
This product contains a modified portion of 'boost.context', a coroutine context
implementation for assembler code, which can be obtained at:
* LICENSE:
* http://www.boost.org/LICENSE_1_0.txt (Boost Software License 1.0)
* HOMEPAGE:
* http://www.boost.org
This product contains a modified portion of 'zlib.adler32', compute the Adler-32
checksum of a data stream, which can be obtained at:
* LICENSE:
* pkg/zlib.pkg/LICENSE.md (Zlib License)
* HOMEPAGE:
* http://zlib.net/
This product optionally depends on 'pcre', a library of functions to support regular
expressions, which can be obtained at:
* LICENSE:
* pkg/pcre.pkg/LICENSE.md (BSD License)
* HOMEPAGE:
* http://www.pcre.org/
This product optionally depends on 'pcre2', a library of functions to support regular
expressions, which can be obtained at:
* LICENSE:
* pkg/pcre2.pkg/LICENSE.md (BSD License)
* HOMEPAGE:
* http://www.pcre.org/
This product optionally depends on 'mbedtls', an open source, portable, easy to use,
readable and flexible SSL library, which can be obtained at:
* LICENSE:
* pkg/mbedtls.pkg/LICENSE.md (Apache License 2.0)
* HOMEPAGE:
* https://tls.mbed.org/
This product optionally depends on 'polarssl', an open source, portable, easy to use,
readable and flexible SSL library, which can be obtained at:
* LICENSE:
* pkg/polarssl.pkg/LICENSE.md (GPL 2.0)
* HOMEPAGE:
* https://tls.mbed.org/
This product optionally depends on 'openssl', a TLS/SSL and crypto library,
which can be obtained at:
* LICENSE:
* pkg/openssl.pkg/LICENSE.md (OpenSSL License and SSLeay license)
* HOMEPAGE:
* https://www.openssl.org/
This product optionally depends on 'sqlite3', a self-contained, high-reliability, embedded,
full-featured, public-domain, SQL database engine, which can be obtained at:
* LICENSE:
* Public Domain
* HOMEPAGE:
* http://sqlite.org/
|