Skip to content

fix copyright statements in templates

Philipp S. Sommer requested to merge template-copyright-statements into master

because we used the annotate function of reuse, copyright statements have been added as

<--
SPDX-FileCopyrightText: 2020-2023 Helmholtz-Zentrum hereon GmbH

SPDX-License-Identifier: EUPL-1.2
-->

this MR now changes these sections into correct django template syntax, i.e.

{% comment %}
SPDX-FileCopyrightText: 2020-2023 Helmholtz-Zentrum hereon GmbH

SPDX-License-Identifier: EUPL-1.2
{% endcomment %}

Merge request reports