-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTHIRD-PARTY-LICENSES
More file actions
57 lines (34 loc) · 1.2 KB
/
THIRD-PARTY-LICENSES
File metadata and controls
57 lines (34 loc) · 1.2 KB
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
manticore-executor includes third-party components licensed under MIT and Apache 2.0. Below is a list of these components along with their respective licenses.
For the full license of manticore-executor itself, see the `LICENSE` file (PHP License 3.01).
---
1. ZSTD
License: MIT
Source: https://github.com/kjdev/php-ext-zstd
<Insert full MIT license text here>
---
2. DS (Data Structures for PHP 7)
License: MIT
Source: https://github.com/php-ds/ext-ds
<Insert full MIT license text here>
---
3. SWOOLE
License: Apache 2.0
Source: https://github.com/swoole/swoole-src
<Insert full Apache 2.0 license text here>
Note: If SWOOLE includes a NOTICE file, add its content here.
---
4. RDKAFKA
License: MIT
Source: https://github.com/edenhill/php-rdkafka
<Insert full MIT license text here>
---
5. JCHASH
License: MIT
Source: https://github.com/xyz/jchash
<Insert full MIT license text here>
---
6. SIMDJSON_REV
License: Apache 2.0
Source: https://github.com/lemire/simdjson
<Insert full Apache 2.0 license text here>
Note: If SIMDJSON_REV includes a NOTICE file, add its content here.