about summary refs log tree commit diff stats
path: root/draw.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-05-30 12:10:01 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-05-30 12:10:01 +0200
commitd934296476be7345842fec1a2630d1752c704078 (patch)
tree901aafa0e00ec7b9a0f337863dca2178c88be64b /draw.c
parent39ae286861b7e23f6de0ee290e48bda695c1e881 (diff)
downloaddwm-d934296476be7345842fec1a2630d1752c704078.tar.gz
Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw.c b/draw.c
index 4cb97f0..06acc74 100644
--- a/draw.c
+++ b/draw.c
@@ -1,5 +1,6 @@
 /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
  * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
+ * © 2006-2007 Jukka Salmi <jukka at salmi dot ch>
  * © 2007 Premysl Hruby <dfenze at gmail dot com>
  * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
  * See LICENSE file for license details. */
'n147' href='#n147'>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 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239