Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
making Copyright notices more compact
[dwm.git]
/
main.c
diff --git
a/main.c
b/main.c
index
39958c1
..
c65cfc8
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-1,7
+1,5
@@
-/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
- * See LICENSE file for license details.
- */
-
+/* © 2004-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * See LICENSE file for license details. */
#include "dwm.h"
#include <errno.h>
#include <locale.h>
#include "dwm.h"
#include <errno.h>
#include <locale.h>
@@
-256,7
+254,7
@@
main(int argc, char *argv[]) {
XEvent ev;
if(argc == 2 && !strncmp("-v", argv[1], 3))
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, "");
else if(argc != 1)
eprint("usage: dwm [-v]\n");
setlocale(LC_CTYPE, "");