Combine both license generations into one file

This commit is contained in:
Mikayla Maki 2023-01-26 18:15:34 -08:00
parent c44acaefff
commit 3a1d533c01
5 changed files with 31 additions and 51 deletions

View file

@ -1,20 +1,15 @@
# Third Party Licenses
This page lists the licenses of the projects used in Zed.
## Overview of licenses:
{{#each overview}}
* {{name}} ({{count}})
{{/each}}
## All license texts:
### All license texts:
{{#each licenses}}
### {{name}}
#### {{name}}
#### Used by:
##### Used by:
{{#each used_by}}
* [{{crate.name}} {{crate.version}}]({{#if crate.repository}} {{crate.repository}} {{else}} https://crates.io/crates/{{crate.name}} {{/if}})
@ -23,5 +18,4 @@ This page lists the licenses of the projects used in Zed.
{{text}}
--------------------------------------------------------------------------------
{{/each}}