next version will contain updated copyright notice
This commit is contained in:
parent
beac539f31
commit
cb4aa5bc35
13 changed files with 15 additions and 15 deletions
4
main.c
4
main.c
|
@ -1,4 +1,4 @@
|
|||
/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
|
||||
/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
|
||||
* See LICENSE file for license details.
|
||||
*/
|
||||
|
||||
|
@ -236,7 +236,7 @@ main(int argc, char *argv[]) {
|
|||
fd_set rd;
|
||||
|
||||
if(argc == 2 && !strncmp("-v", argv[1], 3)) {
|
||||
fputs("dwm-"VERSION", (C)opyright MMVI Anselm R. Garbe\n", stdout);
|
||||
fputs("dwm-"VERSION", (C)opyright MMVII Anselm R. Garbe\n", stdout);
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
else if(argc != 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue