template.hbs.md

 1# Third Party Licenses
 2
 3This page lists the licenses of the projects used in Zed.
 4
 5## Overview of licenses:
 6
 7{{#each overview}}
 8* {{name}} ({{count}})
 9{{/each}}
10
11## All license texts:
12
13{{#each licenses}}
14
15### {{name}}
16  
17#### Used by:
18
19{{#each used_by}}
20* [{{crate.name}} {{crate.version}}]({{#if crate.repository}} {{crate.repository}} {{else}} https://crates.io/crates/{{crate.name}} {{/if}})
21{{/each}}
22 
23{{text}}
24
25--------------------------------------------------------------------------------
26           
27{{/each}}