diff options
Diffstat (limited to 'json4cpp/.reuse/templates/json.jinja2')
| -rw-r--r-- | json4cpp/.reuse/templates/json.jinja2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/json4cpp/.reuse/templates/json.jinja2 b/json4cpp/.reuse/templates/json.jinja2 new file mode 100644 index 0000000000..095e3def91 --- /dev/null +++ b/json4cpp/.reuse/templates/json.jinja2 @@ -0,0 +1,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 %} |
