Files
SimulatorFranceVote/lib/All/jsonfmcpp/.reuse/templates/json_support.jinja2
T

12 lines
367 B
Django/Jinja
Raw Normal View History

2026-06-21 21:53:29 +02:00
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (supporting code)
| | |__ | | | | | | 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 %}