added nsz to copyright holders as well, because he did a lot recently 9fdd2cd1
Anselm R. Garbe · 2007-05-29 11:57 11 file(s) · +11 −0
LICENSE +1 −0
3 3
© 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
4 4
© 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
5 5
© 2007 Premysl Hruby <dfenze at gmail dot com>
6 +
© 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
6 7
7 8
Permission is hereby granted, free of charge, to any person obtaining a
8 9
copy of this software and associated documentation files (the "Software"),
client.c +1 −0
1 1
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 2
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 3
 * © 2007 Premysl Hruby <dfenze at gmail dot com>
4 +
 * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
4 5
 * See LICENSE file for license details. */
5 6
#include "dwm.h"
6 7
#include <stdlib.h>
config.arg.h +1 −0
1 1
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 2
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 3
 * © 2007 Premysl Hruby <dfenze at gmail dot com>
4 +
 * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
4 5
 * See LICENSE file for license details. */
5 6
6 7
/* appearance */
config.default.h +1 −0
1 1
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 2
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 3
 * © 2007 Premysl Hruby <dfenze at gmail dot com>
4 +
 * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
4 5
 * See LICENSE file for license details. */
5 6
6 7
/* appearance */
draw.c +1 −0
1 1
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 2
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 3
 * © 2007 Premysl Hruby <dfenze at gmail dot com>
4 +
 * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
4 5
 * See LICENSE file for license details. */
5 6
#include "dwm.h"
6 7
#include <string.h>
dwm.h +1 −0
1 1
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 2
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 3
 * © 2007 Premysl Hruby <dfenze at gmail dot com>
4 +
 * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
4 5
 * See LICENSE file for license details.
5 6
 *
6 7
 * dynamic window manager is designed like any other X client as well. It is
event.c +1 −0
1 1
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 2
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 3
 * © 2007 Premysl Hruby <dfenze at gmail dot com>
4 +
 * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
4 5
 * See LICENSE file for license details. */
5 6
#include "dwm.h"
6 7
#include <stdio.h>
layout.c +1 −0
1 1
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 2
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 3
 * © 2007 Premysl Hruby <dfenze at gmail dot com>
4 +
 * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
4 5
 * See LICENSE file for license details. */
5 6
#include "dwm.h"
6 7
#include <stdlib.h>
main.c +1 −0
1 1
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 2
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 3
 * © 2007 Premysl Hruby <dfenze at gmail dot com>
4 +
 * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
4 5
 * See LICENSE file for license details. */
5 6
#include "dwm.h"
6 7
#include <errno.h>
tag.c +1 −0
1 1
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 2
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 3
 * © 2007 Premysl Hruby <dfenze at gmail dot com>
4 +
 * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
4 5
 * See LICENSE file for license details. */
5 6
#include "dwm.h"
6 7
#include <regex.h>
util.c +1 −0
1 1
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 2
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 3
 * © 2007 Premysl Hruby <dfenze at gmail dot com>
4 +
 * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
4 5
 * See LICENSE file for license details. */
5 6
#include "dwm.h"
6 7
#include <stdarg.h>