diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-01 12:42:55 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-01 12:42:55 +0100 |
commit | 1519f60dd0d6b2352c692f1edeedc29c533b752e (patch) | |
tree | 9977d179f25d295269bb1f3e149ee94e619febf3 /build/awk/init | |
parent | fix(templates/latex/presentation/flake.nix): Remove outdated follow (diff) | |
download | flake-templates-1519f60dd0d6b2352c692f1edeedc29c533b752e.tar.gz flake-templates-1519f60dd0d6b2352c692f1edeedc29c533b752e.zip |
chore(build): Re-generate
Diffstat (limited to 'build/awk/init')
-rw-r--r-- | build/awk/init | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/awk/init b/build/awk/init index d2eb028..7c8138a 100644 --- a/build/awk/init +++ b/build/awk/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>. |