json_support.jinja2 367 B

1234567891011
  1. __ _____ _____ _____
  2. __| | __| | | | JSON for Modern C++ (supporting code)
  3. | | |__ | | | | | | version 3.11.2
  4. |_____|_____|_____|_|___| https://github.com/nlohmann/json
  5. {% for copyright_line in copyright_lines %}
  6. {{ copyright_line }}
  7. {% endfor %}
  8. {% for expression in spdx_expressions %}
  9. SPDX-License-Identifier: {{ expression }}
  10. {% endfor %}