t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9fdd2cd1a9dbe9b533fab9a8a98b9849dc4c7b59
   DIR parent e1deda9e040c052af62aecc2fb4ee770fb2496a2
   URI Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Tue, 29 May 2007 11:57:08 +0200
       
       added nsz to copyright holders as well, because he did a lot recently
       Diffstat:
         M LICENSE                             |       1 +
         M client.c                            |       1 +
         M config.arg.h                        |       1 +
         M config.default.h                    |       1 +
         M draw.c                              |       1 +
         M dwm.h                               |       1 +
         M event.c                             |       1 +
         M layout.c                            |       1 +
         M main.c                              |       1 +
         M tag.c                               |       1 +
         M util.c                              |       1 +
       
       11 files changed, 11 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/LICENSE b/LICENSE
       t@@ -3,6 +3,7 @@ MIT/X Consortium License
        © 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>
        
        Permission is hereby granted, free of charge, to any person obtaining a
        copy of this software and associated documentation files (the "Software"),
   DIR diff --git a/client.c b/client.c
       t@@ -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 <stdlib.h>
   DIR diff --git a/config.arg.h b/config.arg.h
       t@@ -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. */
        
        /* appearance */
   DIR diff --git a/config.default.h b/config.default.h
       t@@ -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. */
        
        /* appearance */
   DIR diff --git a/draw.c b/draw.c
       t@@ -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 <string.h>
   DIR diff --git a/dwm.h b/dwm.h
       t@@ -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.
         *
         * dynamic window manager is designed like any other X client as well. It is
   DIR diff --git a/event.c b/event.c
       t@@ -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 <stdio.h>
   DIR diff --git a/layout.c b/layout.c
       t@@ -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 <stdlib.h>
   DIR diff --git a/main.c b/main.c
       t@@ -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 <errno.h>
   DIR diff --git a/tag.c b/tag.c
       t@@ -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 <regex.h>
   DIR diff --git a/util.c b/util.c
       t@@ -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>