commit 6f00f18d9183699749a0f0a03592333f67aa568a
parent a956836fb0c21f5947dd140ed9f3f4ab8620bb56
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sun, 3 May 2020 14:00:09 -0400
dwm.png rm'd, me added to lic
Diffstat:
3 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/LICENSE b/LICENSE
@@ -17,6 +17,7 @@ MIT/X Consortium License
© 2015-2016 Quentin Rameau <quinq@fifth.space>
© 2015-2016 Eric Pruitt <eric.pruitt@gmail.com>
© 2016-2017 Markus Teich <markus.teich@stusta.mhn.de>
+© 2019-2020 Luke Smith <luke@lukesmith.xyz>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/Makefile b/Makefile
@@ -28,7 +28,7 @@ clean:
dist: clean
mkdir -p dwm-${VERSION}
cp -R LICENSE Makefile README config.mk\
- dwm.1 drw.h util.h ${SRC} dwm.png transient.c dwm-${VERSION}
+ dwm.1 drw.h util.h ${SRC} transient.c dwm-${VERSION}
tar -cf dwm-${VERSION}.tar dwm-${VERSION}
gzip dwm-${VERSION}.tar
rm -rf dwm-${VERSION}
diff --git a/dwm.png b/dwm.png
Binary files differ.