corrections
This commit is contained in:
parent
deea1fb5ab
commit
08420a935b
4
LICENSE
4
LICENSE
@ -1,7 +1,7 @@
|
|||||||
MIT/X Consortium License
|
MIT/X Consortium License
|
||||||
|
|
||||||
(C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
|
(C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
|
||||||
(C)opyright MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com>
|
(C)opyright MMVI-MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the "Software"),
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
2
main.c
2
main.c
@ -373,7 +373,7 @@ main(int argc, char *argv[]) {
|
|||||||
if(++i < argc) timeout.tv_sec = atoi(argv[i]);
|
if(++i < argc) timeout.tv_sec = atoi(argv[i]);
|
||||||
}
|
}
|
||||||
else if(!strncmp(argv[i], "-v", 3)) {
|
else if(!strncmp(argv[i], "-v", 3)) {
|
||||||
fputs("dmenu-"VERSION", (C)opyright MMVII Anselm R. Garbe\n", stdout);
|
fputs("dmenu-"VERSION", (C)opyright MMVI-MMVII Anselm R. Garbe\n", stdout);
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user