mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 13:33:56 +00:00
Initial Commit
This commit is contained in:
9
thirdparty/capstone/.reuse/templates/license-template.jinja2
vendored
Normal file
9
thirdparty/capstone/.reuse/templates/license-template.jinja2
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user