-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
41 lines (30 loc) · 1.33 KB
/
Copy pathNOTICE
File metadata and controls
41 lines (30 loc) · 1.33 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
Mangle.dev - Cross-language IPC Library
Copyright (c) 2026 Wass B.
This software includes the following third-party components:
================================================================================
cJSON
Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
License: MIT
Used in: C and C++ implementations
Source: https://github.com/DaveGamble/cJSON
--------------------------------------------------------------------------------
Gson
Copyright 2008 Google Inc.
License: Apache License 2.0
Used in: Java implementation
Source: https://github.com/google/gson
--------------------------------------------------------------------------------
serde_json
Copyright (c) 2017 Serde Developers
License: MIT OR Apache-2.0 (dual licensed)
Used in: Rust implementation
Source: https://github.com/serde-rs/json
--------------------------------------------------------------------------------
lazy_static
Copyright (c) 2014-2016 Marvin Löbel
License: MIT OR Apache-2.0 (dual licensed)
Used in: Rust implementation
Source: https://github.com/rust-lang-nursery/lazy-static.rs
================================================================================
For the full license text of each component, please refer to their respective
source repositories or the licenses/ directory in this distribution.