| tsame as before with dwm.c as well - dwm - [fork] customized build of dwm, the … | |
| git clone git://src.adamsgaard.dk/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 | |
| t@@ -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()) |