slint/api/cpp/docs/thirdparty.hbs
Olivier Goffart 88697c68bb Remove license header from .md/.mdx files
They should be in the lines, but the problem is that this causes issues
in the .mdx files.

License header doesn't really make sense for .md files anyway
2025-12-04 21:58:09 +01:00

29 lines
484 B
Handlebars

# 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}}