diff options
| author | Luke Smith <[email protected]> | 2020-05-03 14:00:09 -0400 |
|---|---|---|
| committer | Luke Smith <[email protected]> | 2020-05-03 14:00:09 -0400 |
| commit | 6f00f18d9183699749a0f0a03592333f67aa568a (patch) | |
| tree | bfdad24170dd86c97841ceda8f2c14ab23ff9af9 | |
| parent | use blue (diff) | |
| download | seiwm-6f00f18d9183699749a0f0a03592333f67aa568a.tar.xz seiwm-6f00f18d9183699749a0f0a03592333f67aa568a.zip | |
dwm.png rm'd, me added to lic
| -rw-r--r-- | LICENSE | 1 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | dwm.png | bin | 373 -> 0 bytes |
3 files changed, 2 insertions, 1 deletions
@@ -17,6 +17,7 @@ MIT/X Consortium License © 2015-2016 Quentin Rameau <[email protected]> © 2015-2016 Eric Pruitt <[email protected]> © 2016-2017 Markus Teich <[email protected]> +© 2019-2020 Luke Smith <[email protected]> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -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 differdeleted file mode 100644 index b1f9ba7..0000000 --- a/dwm.png +++ /dev/null |