]> git.armaanb.net Git - dwm.git/commitdiff
added nsz to copyright holders as well, because he did a lot recently
authorAnselm R. Garbe <arg@suckless.org>
Tue, 29 May 2007 09:57:08 +0000 (11:57 +0200)
committerAnselm R. Garbe <arg@suckless.org>
Tue, 29 May 2007 09:57:08 +0000 (11:57 +0200)
LICENSE
client.c
config.arg.h
config.default.h
draw.c
dwm.h
event.c
layout.c
main.c
tag.c
util.c

diff --git a/LICENSE b/LICENSE
index 455ec58db5586d53e28a0993d659d01e30f6a672..a26cf0aca9855bb32327241406a69e783df711c6 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -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"),
index e670cc896e23037775d3433698d408288eff3dc4..c4b0941a996b753e665e7abc41ecc91f8548df22 100644 (file)
--- a/client.c
+++ b/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>
index e1a2e8aa9be0aeeb6b8f327a1ae4f3bff0eee9fa..3e0d45a6021a33c2d391a6cde308c0e88af6bc77 100644 (file)
@@ -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 */
index dd814423c5c54bdcf64b7c59e1cdb7a985fb8674..e45d523ae557a52e7ac795a25b28b556716be2b6 100644 (file)
@@ -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 */
diff --git a/draw.c b/draw.c
index bb5ac27715b4f70a6c0569c709e1d109215f5988..4cb97f0f6ea713acf4305061833db3660faad4e8 100644 (file)
--- a/draw.c
+++ b/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>
diff --git a/dwm.h b/dwm.h
index 64ed4c7b5ed726e33d989a4cafe11cf2b5a72983..eff134a69130af7f942779886df4820eec1d235d 100644 (file)
--- a/dwm.h
+++ b/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
diff --git a/event.c b/event.c
index d8633c5631dfbc6eb2a3dc48b409c7247d3fb29d..6b1595089a1dcbdd37b2303ff3d49d979d0bea4c 100644 (file)
--- a/event.c
+++ b/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>
index 2c3f5a234e0cbd4aaba2cd16e4bf04365b82d245..92c6a53060e72d36b612ce52d2c0ec1c91d5bd5d 100644 (file)
--- a/layout.c
+++ b/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>
diff --git a/main.c b/main.c
index 884d5a38c84c7f24f359af5cfb8ec5da7e110307..6cfe75951a6d9b6edc7b2ddf2323bd3b35df3894 100644 (file)
--- a/main.c
+++ b/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>
diff --git a/tag.c b/tag.c
index fb366bed028579cc3de2e3518b670dc907d5643d..e0721642791cd4b4420f2ba53659207f3efe03de 100644 (file)
--- a/tag.c
+++ b/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>
diff --git a/util.c b/util.c
index effd9da79e1b988bae88b80fd65483c9b0e2427b..77e79e186a0f857e14bc6c77d9492e6a6e468a2c 100644 (file)
--- 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>