X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=main.c;h=c65cfc8c1c37f938c095d7b187007f4f2c6684cd;hp=39958c1ae8e62f583c06a6220e47fd79053ed5d7;hb=399993c6b5d594278bf822e2981ebfe8bfcb58c7;hpb=4d318060a2af949b4a40d05019be891f28eb331b diff --git a/main.c b/main.c index 39958c1..c65cfc8 100644 --- a/main.c +++ b/main.c @@ -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 @@ main(int argc, char *argv[]) { 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, "");