about summary refs log tree commit diff stats
path: root/pkgs/by-name
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name')
-rwxr-xr-xpkgs/by-name/st/stamp/stamp.sh2
1 files changed, 2 insertions, 0 deletions
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
 }