added nsz to copyright holders as well, because he did a lot recently
Anselm R. Garbe arg@suckless.org
Tue, 29 May 2007 11:57:08 +0200
M
LICENSE
→
LICENSE
@@ -3,6 +3,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> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
M
client.c
→
client.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 <stdlib.h>
M
config.arg.h
→
config.arg.h
@@ -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 */
M
config.default.h
→
config.default.h
@@ -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 */
M
draw.c
→
draw.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 <string.h>
M
dwm.h
→
dwm.h
@@ -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
M
event.c
→
event.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 <stdio.h>
M
layout.c
→
layout.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 <stdlib.h>
M
main.c
→
main.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 <errno.h>
M
tag.c
→
tag.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 <regex.h>
M
util.c
→
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>