forked from Wawona/Wawona
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE.example
More file actions
51 lines (44 loc) · 1.74 KB
/
Copy pathNOTICE.example
File metadata and controls
51 lines (44 loc) · 1.74 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
Wawona - Third-Party Notices
============================
This project includes or depends on the following third-party software.
See docs/THIRD_PARTY_LICENSES.md for full details and license compatibility.
Rust crates
-----------
Licenses (MIT and/or Apache-2.0) are listed in Cargo.toml / crates.io.
Generate a full list with: ./scripts/list-licenses.sh
UniFFI (Rust bindings): Mozilla Public License 2.0 (MPL-2.0)
https://github.com/mozilla/uniffi-rs
Native / C libraries (representative)
-------------------------------------
- libwayland, waypipe, pixman, xkbcommon, expat, libffi, libxml2: MIT
- zlib: zlib License
- zstd, lz4 (lib): BSD
- OpenSSL 3.x: Apache-2.0
- libssh2: BSD-3-Clause
- mbedtls: Apache-2.0
- OpenSSH: BSD (SSH-OpenSSH)
- sshpass: GPL-2.0-or-later (separate program; see GPL-2.0)
- FFmpeg: LGPL-2.1+
- KosmicKrisp (Mesa): MIT
- SPIRV-Tools, SPIRV-LLVM-Translator: Apache-2.0
- SwiftShader: Apache-2.0
- FreeType: FreeType License (FTL)
- fontconfig, fcft, tllist, utf8proc, foot: MIT or permissive
Vulkan / GPU
------------
- MoltenVK: Apache-2.0 (Khronos)
- KosmicKrisp: MIT
- SwiftShader: Apache-2.0
Android
-------
- AndroidX, Compose, Kotlin: Apache-2.0
Full license texts
-----------------
Copy or link the following into your distribution as required:
- MIT: LICENSE (this project) and per-component notices
- Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0
- MPL-2.0: https://www.mozilla.org/en-US/MPL/2.0/
- GPL-2.0 (sshpass): https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
- LGPL-2.1 (FFmpeg): https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
- BSD-2-Clause, BSD-3-Clause, zlib, FTL: see component sources or docs/THIRD_PARTY_LICENSES.md
Rename this file to NOTICE and customize for your distribution if needed.