From 660bd77014447ffe293c75ef7c7be075856d41cd Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 4 Nov 2024 21:44:02 +0100 Subject: fix(pkgs/stamp): Fallback to `dot-license` Otherwise, licensing files which need a dot-license becomes really bothersome. --- pkgs/by-name/st/stamp/stamp.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs') diff --git a/pkgs/by-name/st/stamp/stamp.sh b/pkgs/by-name/st/stamp/stamp.sh index 663f404e..c3697c99 100755 --- a/pkgs/by-name/st/stamp/stamp.sh +++ b/pkgs/by-name/st/stamp/stamp.sh @@ -39,11 +39,13 @@ reuse_run() { --copyright "$(git config --get user.name) <$(git config --get user.email)>" \ --copyright-style string-c \ --template default \ + --fallback-dot-license \ --license "$license" "$1" else reuse annotate \ --copyright "$(git config --get user.name) <$(git config --get user.email)>" \ --copyright-style string-c \ + --fallback-dot-license \ --license "$license" "$1" fi } -- cgit 1.4.1