diff -r 7c53a7f54174 -r 453788ae925c main.c --- a/main.c Wed Apr 11 15:18:16 2007 +0200 +++ b/main.c Fri Apr 13 11:32:38 2007 +0200 @@ -1,7 +1,5 @@ -/* (C)opyright MMVI-MMVII Anselm R. Garbe - * See LICENSE file for license details. - */ - +/* © 2004-2007 Anselm R. Garbe + * See LICENSE file for license details. */ #include "dwm.h" #include #include @@ -256,7 +254,7 @@ XEvent ev; if(argc == 2 && !strncmp("-v", argv[1], 3)) - eprint("dwm-"VERSION", (C)opyright MMVI-MMVII Anselm R. Garbe\n"); + eprint("dwm-"VERSION", © 2004-2007 Anselm R. Garbe\n"); else if(argc != 1) eprint("usage: dwm [-v]\n"); setlocale(LC_CTYPE, "");