From 31d5ebf47e18da10807193b2f8ab3e749eeb4274 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 31 Dec 2022 18:36:08 -0700 Subject: add license --- x/startdwm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x') diff --git a/x/startdwm.sh b/x/startdwm.sh index 4625951..496d79b 100755 --- a/x/startdwm.sh +++ b/x/startdwm.sh @@ -1,4 +1,4 @@ -# stolen from https://wiki.archlinux.org/title/Dwm#Restart_dwm +# stolen from https://wiki.archlinux.org/title/Dwm#Restart_dwm and therefore may be under the GNU Free Documentation License v1.3. # relaunch DWM if the binary changes, otherwise bail csum="" new_csum=$(sha1sum $(which dwm)) -- cgit v1.2.3