You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
2
+
3
+
For the full license of manticore-executor itself, see the `LICENSE` file (PHP License 3.01).
4
+
5
+
---
6
+
7
+
1. ZSTD
8
+
License: MIT
9
+
Source: https://github.com/kjdev/php-ext-zstd
10
+
11
+
<Insert full MIT license text here>
12
+
13
+
14
+
---
15
+
16
+
2. DS (Data Structures for PHP 7)
17
+
License: MIT
18
+
Source: https://github.com/php-ds/ext-ds
19
+
20
+
<Insert full MIT license text here>
21
+
22
+
---
23
+
24
+
3. SWOOLE
25
+
License: Apache 2.0
26
+
Source: https://github.com/swoole/swoole-src
27
+
28
+
<Insert full Apache 2.0 license text here>
29
+
30
+
Note: If SWOOLE includes a NOTICE file, add its content here.
31
+
32
+
---
33
+
34
+
4. RDKAFKA
35
+
License: MIT
36
+
Source: https://github.com/edenhill/php-rdkafka
37
+
38
+
<Insert full MIT license text here>
39
+
40
+
41
+
---
42
+
43
+
5. JCHASH
44
+
License: MIT
45
+
Source: https://github.com/xyz/jchash
46
+
47
+
<Insert full MIT license text here>
48
+
49
+
---
50
+
51
+
6. SIMDJSON_REV
52
+
License: Apache 2.0
53
+
Source: https://github.com/lemire/simdjson
54
+
55
+
<Insert full Apache 2.0 license text here>
56
+
57
+
Note: If SIMDJSON_REV includes a NOTICE file, add its content here.
0 commit comments