same as before with dwm.c as well
18248ebf
1 file(s) · +1 −1
| 2046 | 2046 | int |
|
| 2047 | 2047 | main(int argc, char *argv[]) { |
|
| 2048 | 2048 | if(argc == 2 && !strcmp("-v", argv[1])) |
|
| 2049 | - | die("dwm-"VERSION", © 2006-2012 dwm engineers, see LICENSE for details\n"); |
|
| 2049 | + | die("dwm-"VERSION", © 2006-2014 dwm engineers, see LICENSE for details\n"); |
|
| 2050 | 2050 | else if(argc != 1) |
|
| 2051 | 2051 | die("usage: dwm [-v]\n"); |
|
| 2052 | 2052 | if(!setlocale(LC_CTYPE, "") || !XSupportsLocale()) |