X-Git-Url: https://git.xinqibao.xyz/slock.git/blobdiff_plain/1726ff0816c5eed237e8ae072f93ec3389889107..20e294a66f4925b7db43e77ddcb0b885fedeca18:/slock.c diff --git a/slock.c b/slock.c index 7aace90..866df90 100644 --- a/slock.c +++ b/slock.c @@ -1,6 +1,5 @@ -/* (C)opyright MMVI-MMVII Anselm R. Garbe - * See LICENSE file for license details. - */ +/* © 2006-2007 Anselm R. Garbe + * See LICENSE file for license details. */ #define _XOPEN_SOURCE 500 #if HAVE_SHADOW_H #include @@ -64,7 +63,7 @@ main(int argc, char **argv) { XSetWindowAttributes wa; if((argc > 1) && !strncmp(argv[1], "-v", 3)) { - fputs("slock-"VERSION", (C)opyright MMVI Anselm R. Garbe\n", stdout); + fputs("slock-"VERSION", © 2006-2007 Anselm R. Garbe\n", stdout); exit(EXIT_SUCCESS); } pws = get_password();