2022-07-20 13:38:07 +03:00
|
|
|
__ _____ _____ _____
|
|
|
|
__| | __| | | | JSON for Modern C++
|
2022-08-12 16:04:06 +03:00
|
|
|
| | |__ | | | | | | version 3.11.2
|
2022-07-20 13:38:07 +03:00
|
|
|
|_____|_____|_____|_|___| https://github.com/nlohmann/json
|
|
|
|
|
|
|
|
{% for copyright_line in copyright_lines %}
|
|
|
|
{{ copyright_line }}
|
|
|
|
{% endfor %}
|
|
|
|
{% for expression in spdx_expressions %}
|
|
|
|
SPDX-License-Identifier: {{ expression }}
|
|
|
|
{% endfor %}
|