about summary refs log tree commit diff stats
path: root/build/c/init
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-01 12:42:55 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-01 12:42:55 +0100
commit1519f60dd0d6b2352c692f1edeedc29c533b752e (patch)
tree9977d179f25d295269bb1f3e149ee94e619febf3 /build/c/init
parentfix(templates/latex/presentation/flake.nix): Remove outdated follow (diff)
downloadflake-templates-1519f60dd0d6b2352c692f1edeedc29c533b752e.tar.gz
flake-templates-1519f60dd0d6b2352c692f1edeedc29c533b752e.zip
chore(build): Re-generate
Diffstat (limited to 'build/c/init')
-rw-r--r--build/c/init4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/c/init b/build/c/init
index d2eb028..7c8138a 100644
--- a/build/c/init
+++ b/build/c/init
@@ -147,6 +147,8 @@ if [ -e ./.reuse/templates/default.jinja2 ]; then
     fi
 
     cat <<EOF | fmt --uniform-spacing --width=85 --split-only >./.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>.