mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -04:00
9 lines
280 B
Django/Jinja
9 lines
280 B
Django/Jinja
{% 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 %}
|