mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-09 22:25:25 +00:00
30 lines
568 B
Handlebars
30 lines
568 B
Handlebars
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
|
|
# Third Party Licenses
|
|
|
|
This page lists the licenses of the dependencies used by Slint.
|
|
|
|
## Overview of licenses
|
|
|
|
{{#each overview}}
|
|
- [{{name}}](#{{id}}) ({{count}})
|
|
{{/each}}
|
|
|
|
## All License Text
|
|
|
|
{{#each licenses}}
|
|
### <a id="{{id}}"></a> {{name}}
|
|
|
|
#### Used by:
|
|
|
|
{{#each used_by}}
|
|
- [{{crate.name}} {{crate.version}}]({{#if crate.repository}} {{crate.repository}} {{else}}
|
|
https://crates.io/crates/{{crate.name}} {{/if}})
|
|
{{/each}}
|
|
|
|
#### License Text
|
|
|
|
```
|
|
{{text}}
|
|
```
|
|
|
|
{{/each}}
|