XenonRecomp/thirdparty/capstone/.reuse/templates/license-template.jinja2

10 lines
280 B
Plaintext
Raw Normal View History

2024-09-07 18:00:09 +06:00
{% 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 %}