-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout.hbs
More file actions
49 lines (36 loc) · 1.5 KB
/
Copy pathabout.hbs
File metadata and controls
49 lines (36 loc) · 1.5 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
# Third-Party Notices
This file is generated by `scripts/generate-third-party-notices.sh` — do not
edit it by hand.
The Offline Protocol SDK's compiled libraries (the iOS/Android static and
dynamic libraries shipped in the `@offline-protocol/mesh-sdk` npm package, the
native libraries shipped in the Python wheels, and the binaries attached to
GitHub releases) incorporate the open-source Rust crates listed below. The
UniFFI-generated Swift, Kotlin, and Python binding files also contain runtime
helper code from the `uniffi` project (MPL-2.0). This file preserves their
copyright notices and license texts.
## MPL-2.0 source availability
Some incorporated components are licensed under the Mozilla Public License
2.0 (`uniffi`/`uniffi_core`, the `hpke-rs` family, and any other crates listed
under MPL-2.0 below). We distribute these components in unmodified,
compiled form. Per MPL-2.0 §3.2, the complete Source Code Form of each is
available at no charge from its published crates.io release
(`https://crates.io/crates/<name>/<version>`, with a `Repository` link to the
upstream source on each crate's page) — the exact versions are listed below.
## Overview
| License | Crates |
|---------|--------|
{{#each overview}}
| {{{name}}} | {{count}} |
{{/each}}
## Licenses
{{#each licenses}}
### {{{name}}}
Used by:
{{#each used_by}}
- [{{crate.name}} {{crate.version}}]({{#if crate.repository}}{{crate.repository}}{{else}}https://crates.io/crates/{{crate.name}}{{/if}})
{{/each}}
```
{{{text}}}
```
---
{{/each}}