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:
20
thirdparty/capstone/.reuse/dep5
vendored
Normal file
20
thirdparty/capstone/.reuse/dep5
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: CapstoneEngine
|
||||
Source: https://github.com/capstone-engine/capstone
|
||||
|
||||
Files: src/autosync/cpptranslator/Tests/test_config.json
|
||||
Copyright: 2022 Rot127 <unisono@quyllur.org>
|
||||
License: BSD-3
|
||||
|
||||
Files: src/autosync/cpptranslator/arch_config.json
|
||||
Copyright: 2022 Rot127 <unisono@quyllur.org>
|
||||
License: BSD-3
|
||||
|
||||
Files: src/autosync/cpptranslator/saved_patches.json
|
||||
Copyright: 2022 Rot127 <unisono@quyllur.org>
|
||||
License: BSD-3
|
||||
|
||||
Files: src/autosync/path_vars.json
|
||||
Copyright: 2022 Rot127 <unisono@quyllur.org>
|
||||
License: BSD-3
|
||||
|
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