build(scripts/renew_copyright_header): Init
This commit is contained in:
parent
5ada3cb83d
commit
e9efc2335a
|
@ -0,0 +1,7 @@
|
||||||
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
|
fd --type file . | xargs grep 'The Trinitrix Project <soispha@vhack.eu, antifallobst@systemausfall.org>' | awk 'BEGIN{ FS=":"} {print $1}' | xargs sed -i '20s|*/||; 1,19d'
|
||||||
|
|
||||||
|
nix fmt
|
||||||
|
|
||||||
|
licensure --in-place --project
|
Reference in New Issue