about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R Garbe <anselm@garbe.us>2014-05-29 18:05:17 +0200
committerAnselm R Garbe <anselm@garbe.us>2014-05-29 18:05:17 +0200
commit18248ebf4b9465b837e717dcd14a5202a98248e0 (patch)
tree9d70fba4ca0b144649245f9a65a8a36d88f3910d
parentb468873b2b71d351ed7b5a4c75f62060999c46eb (diff)
downloaddwm-18248ebf4b9465b837e717dcd14a5202a98248e0.tar.gz
same as before with dwm.c as well
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 1bbb4b3..ffc8864 100644
--- a/dwm.c
+++ b/dwm.c
@@ -2046,7 +2046,7 @@ zoom(const Arg *arg) {
 int
 main(int argc, char *argv[]) {
 	if(argc == 2 && !strcmp("-v", argv[1]))
-		die("dwm-"VERSION", © 2006-2012 dwm engineers, see LICENSE for details\n");
+		die("dwm-"VERSION", © 2006-2014 dwm engineers, see LICENSE for details\n");
 	else if(argc != 1)
 		die("usage: dwm [-v]\n");
 	if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())
12'>112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176