From e9efc2335aacd176054ddbf30df5a110ed670980 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 26 Mar 2024 17:31:19 +0100 Subject: [PATCH] build(scripts/renew_copyright_header): Init --- scripts/renew_copyright_header.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/renew_copyright_header.sh diff --git a/scripts/renew_copyright_header.sh b/scripts/renew_copyright_header.sh new file mode 100755 index 0000000..af24d34 --- /dev/null +++ b/scripts/renew_copyright_header.sh @@ -0,0 +1,7 @@ +#! /usr/bin/env sh + +fd --type file . | xargs grep 'The Trinitrix Project ' | awk 'BEGIN{ FS=":"} {print $1}' | xargs sed -i '20s|*/||; 1,19d' + +nix fmt + +licensure --in-place --project