summaryrefslogtreecommitdiff
path: root/json4cpp/.reuse/templates/json.jinja2
blob: 095e3def91892774f4075383e6d34aa08fe686b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
    __ _____ _____ _____
 __|  |   __|     |   | |  JSON for Modern C++
|  |  |__   |  |  | | | |  version 3.12.0
|_____|_____|_____|_|___|  https://github.com/nlohmann/json

{% for copyright_line in copyright_lines %}
{{ copyright_line }}
{% endfor %}
{% for expression in spdx_expressions %}
SPDX-License-Identifier: {{ expression }}
{% endfor %}