-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNOTICE
75 lines (35 loc) · 1.82 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
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
71
72
73
74
75
Shuriken
Copyright 2015-2017 Per Grön
This product includes software developed by Per Grön. That code is released
under the Apache License version 2.0.
------------------
This software contains code derived from the Ninja build tool from Google.
That code is released under the Apache License version 2.0.
------------------
For Mac OS X builds, this software contains code derived from the fs_usage.c
command line utility from Apple Inc. That code is released under the Apple
Public Source License.
------------------
This product bundles the gRPC RPC library and framework. It is released under
a three clause BSD license.
------------------
This product bundles the blake2 hash algorithm. It is released under Creative
Commons CC0 1.0 Universal.
------------------
This product bundles the Catch unit testing framework. It is released under the
Boost Software License version 1.0.
------------------
This product bundles the Flatbuffer format and compiler. It is released under
the Apache License version 2.0.
------------------
This product bundles LZ4 compression library. It is released under a BSD
2-Clause license.
------------------
This product bundles the re2c lexer generator. It is released under the public
domain.
------------------
The build system of this product uses the sanitizers-cmake CMake module. It is
released under the MIT license.
------------------
This product bundles the googleapis set of REST and gRPC interface definitions
for Google APIs. It is released under the Apache License version 2.0.