-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout_text.hbs
More file actions
22 lines (20 loc) · 789 Bytes
/
about_text.hbs
File metadata and controls
22 lines (20 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Third Party Licenses
This document lists the licenses of the projects used in ENTRACE.
Overview of licenses:
{{#each overview}}
{{id}}: {{name}} ({{count}})
{{/each}}
Additionally, the ENTRACE gui depends on LuaJIT for search functionality.
See https://github.com/LuaJIT/LuaJIT/blob/v2.1/COPYRIGHT for its license text.
All license text:
{{#each licenses}}
{{id}}: {{name}}
Used by:
{{#each used_by}}
{{crate.name}} ({{#if crate.repository}}{{crate.repository}}{{else}}https://crates.io/crates/{{crate.name}}{{/if}}) {{crate.version}}
{{/each}}
LICENSE TEXT for {{name}}:
================================================================================
{{text}}
================================================================================
{{/each}}