Introduction
Introduction Statistics Contact Development Disclaimer Help
same as before with dwm.c as well - dwm - my customized version of dwm (hiltjo …
git clone git://git.codemadness.org/dwm
Log
Files
Refs
README
LICENSE
---
commit 18248ebf4b9465b837e717dcd14a5202a98248e0
parent b468873b2b71d351ed7b5a4c75f62060999c46eb
Author: Anselm R Garbe <[email protected]>
Date: Thu, 29 May 2014 18:05:17 +0200
same as before with dwm.c as well
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
@@ -2046,7 +2046,7 @@ zoom(const Arg *arg) {
int
main(int argc, char *argv[]) {
if(argc == 2 && !strcmp("-v", argv[1]))
- die("dwm-"VERSION", © 2006-2012 dwm engineers, see LICENSE fo…
+ die("dwm-"VERSION", © 2006-2014 dwm engineers, see LICENSE fo…
else if(argc != 1)
die("usage: dwm [-v]\n");
if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.