27 lines
793 B
Handlebars
27 lines
793 B
Handlebars
coursebank — Third-Party Software Notices
|
|
==========================================
|
|
|
|
coursebank is distributed with the third-party, open-source components listed
|
|
below. coursebank's own terms are separate and are found in LICENSE.md; the
|
|
notices here cover only the bundled dependencies, each reproduced under the
|
|
license it is provided in.
|
|
|
|
Summary
|
|
-------
|
|
{{#each overview}}
|
|
{{{name}}} — {{count}} component(s)
|
|
{{/each}}
|
|
|
|
{{#each licenses}}
|
|
================================================================================
|
|
{{{name}}} ({{id}})
|
|
================================================================================
|
|
|
|
Applies to:
|
|
{{#each used_by}}
|
|
- {{{crate.name}}} v{{crate.version}}{{#if crate.repository}} <{{{crate.repository}}}>{{/if}}
|
|
{{/each}}
|
|
|
|
{{{text}}}
|
|
|
|
{{/each}} |