Combine both license generations into one file
This commit is contained in:
parent
c44acaefff
commit
3a1d533c01
5 changed files with 31 additions and 51 deletions
|
@ -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}}
|
Loading…
Add table
Add a link
Reference in a new issue