{{!--
SPDX-FileCopyrightText: NONE
SPDX-License-Identifier: CC0-1.0
--}}
# Licenses
In the following you can find the licenses of ecformat and all its dependencies.
## Overview of licenses
{{#each overview}}
- [{{name}}](#{{id}}) ({{count}})
{{/each}}
## All license text
{{#each licenses}}
### {{id}}
License name: {{name}}
#### Used by
{{#each used_by}}
- [{{crate.name}} {{crate.version}}]({{#if crate.repository}}{{crate.repository}}{{else}}https://crates.io/crates/{{crate.name}}{{/if}})
{{/each}}
#### Full text of the license
```
{{text}}
```
{{/each}}