diff options
| author | Anselm R. Garbe <[email protected]> | 2007-05-29 11:47:55 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2007-05-29 11:47:55 +0200 |
| commit | e1deda9e040c052af62aecc2fb4ee770fb2496a2 (patch) | |
| tree | 177398c12063bb524e065d74836c6f75fd0bf075 /layout.c | |
| parent | applied anydot's 3 minor patches, thank you anydot (diff) | |
| download | dwm-e1deda9e040c052af62aecc2fb4ee770fb2496a2.tar.gz dwm-e1deda9e040c052af62aecc2fb4ee770fb2496a2.tar.bz2 dwm-e1deda9e040c052af62aecc2fb4ee770fb2496a2.zip | |
added anydot to Copyright holders, because he contributed a lot recently
Diffstat (limited to 'layout.c')
| -rw-r--r-- | layout.c | 1 |
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> |