mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-23 07:55:12 +00:00
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
![]() |
{% for copyright_line in copyright_lines %}
|
||
|
{{ copyright_line }}
|
||
|
{% endfor %}
|
||
|
{% for contributor_line in contributor_lines %}
|
||
|
SPDX-FileContributor: {{ contributor_line }}
|
||
|
{% endfor %}
|
||
|
{% for expression in spdx_expressions %}
|
||
|
SPDX-License-Identifier: {{ expression }}
|
||
|
{% endfor %}
|