From 9eea7b5a05ce7bb3c47084a7177f2f8b8efc4188 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 1 Dec 2024 12:32:43 +0100 Subject: fix(common/init): Move the description to the copyright header This avoids weird linebreaks. --- common/init | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/init b/common/init index d2eb028..7c8138a 100644 --- a/common/init +++ b/common/init @@ -147,6 +147,8 @@ if [ -e ./.reuse/templates/default.jinja2 ]; then fi cat <./.reuse/templates/default.jinja2 +$APPLICATION_NAME_STYLIZED$description_str + {% for copyright_line in copyright_lines %} {{ copyright_line }} {% endfor %} @@ -157,7 +159,7 @@ SPDX-FileContributor: {{ contributor_line }} SPDX-License-Identifier: {{ expression }} {% endfor %} -This file is part of $APPLICATION_NAME_STYLIZED$description_str. +This file is part of $APPLICATION_NAME_STYLIZED. You should have received a copy of the License along with this program. If not, see <$LICENSE_URL>. -- cgit 1.4.1