summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-03 14:00:09 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-05-03 14:00:09 -0400
commit6f00f18d9183699749a0f0a03592333f67aa568a (patch)
treebfdad24170dd86c97841ceda8f2c14ab23ff9af9
parenta956836fb0c21f5947dd140ed9f3f4ab8620bb56 (diff)
dwm.png rm'd, me added to lic
-rw-r--r--LICENSE1
-rw-r--r--Makefile2
-rw-r--r--dwm.pngbin373 -> 0 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index d221f09..1e1b5a4 100644
--- 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
index b111d81..fe9df31 100644
--- 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
deleted file mode 100644
index b1f9ba7..0000000
--- a/dwm.png
+++ /dev/null
Binary files differ