about summary refs log tree commit diff stats
path: root/layout.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-05-29 11:47:55 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-05-29 11:47:55 +0200
commite1deda9e040c052af62aecc2fb4ee770fb2496a2 (patch)
tree177398c12063bb524e065d74836c6f75fd0bf075 /layout.c
parent199a6016114875656102d11e79a80939bfaff3b3 (diff)
downloaddwm-e1deda9e040c052af62aecc2fb4ee770fb2496a2.tar.gz
added anydot to Copyright holders, because he contributed a lot recently
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout.c b/layout.c
index de6aef6..2c3f5a2 100644
--- a/layout.c
+++ b/layout.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>
+ * © 2007 Premysl Hruby <dfenze at gmail dot com>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdlib.h>
2' href='#n142'>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 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