diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-05-29 11:57:08 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-05-29 11:57:08 +0200 |
commit | 9fdd2cd1a9dbe9b533fab9a8a98b9849dc4c7b59 (patch) | |
tree | 5fd58b0d83476d2d4ca3a2692936b11b4111b203 /util.c | |
parent | e1deda9e040c052af62aecc2fb4ee770fb2496a2 (diff) | |
download | dwm-9fdd2cd1a9dbe9b533fab9a8a98b9849dc4c7b59.tar.gz |
added nsz to copyright holders as well, because he did a lot recently
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util.c b/util.c index effd9da..77e79e1 100644 --- a/util.c +++ b/util.c @@ -1,6 +1,7 @@ /* © 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> + * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com> * See LICENSE file for license details. */ #include "dwm.h" #include <stdarg.h> |