[git] add license to pre-commit hook script

This commit is contained in:
odrling 2024-03-16 14:29:03 +01:00
parent 9a7a72e3c5
commit 7c49041ba7
Signed by: odrling
GPG key ID: 2D8C2F151EDB7392

View file

@ -1,4 +1,10 @@
#!/bin/bash
# -----------------------------------------------------------------------------
# "THE BEER-WARE LICENSE" (Revision 42):
# <florianbadie@odrling.xyz> wrote this file. As long as you retain this notice
# you can do whatever you want with this stuff. If we meet some day, and you
# think this stuff is worth it, you can buy me a beer in return. odrling
# -----------------------------------------------------------------------------
die() {
echo -e " ${NOCOLOR-\e[1;31m*\e[0m }${*}" >&2