Another project
0

Configure Feed

Select the types of activity you want to include in your feed.

1# Third-party licenses 2 3This app is licensed under AGPL-3.0-or-later (`LICENSE-AGPL-3.0-or-later`). The distributed binary statically links third-party Rust crates and bundles font assets. Their terms are recorded here. 4 5## Fonts 6 7DejaVu Sans and DejaVu Sans Mono, version 2.37 (`assets/DejaVuSans.ttf`, `assets/DejaVuSansMono.ttf`). Licensed under the Bitstream Vera and Arev font licenses, with DejaVu's own changes released into the public domain. Full text: `assets/DejaVu-LICENSE`. 8 9## STEP import and export 10 11The STEP reader and writer link the `truck` and `ruststep` crate families, all under Apache-2.0: 12 13- truck: `truck-base`, `truck-geotrait`, `truck-geometry`, `truck-topology`, `truck-polymesh`, `truck-meshalgo`, `truck-modeling`, `truck-derivers`, `truck-stepio` 14- ruststep: `ruststep`, `ruststep-derive` 15 16Copyright RICOS Co., Ltd., Yoshinori Tanimura, and Toshiki Teramura. 17Source: https://github.com/ricosjp/truck and https://github.com/ricosjp/ruststep. Full text: `assets/LICENSE-Apache-2.0`. 18 19## Dependency graph 20 21Every third-party crate in the resolved dependency graph carries a permissive license that is inbound-compatible with AGPL-3.0-or-later: MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, Zlib, Unicode-3.0, CC0-1.0, and their disjunctions. `deny.toml` pins the allowed set and `just license` enforces it through `cargo deny`. A license outside that set entering the graph fails the check.