]> git.armaanb.net Git - dwm.git/commitdiff
added anydot to Copyright holders, because he contributed a lot recently
authorAnselm R. Garbe <arg@suckless.org>
Tue, 29 May 2007 09:47:55 +0000 (11:47 +0200)
committerAnselm R. Garbe <arg@suckless.org>
Tue, 29 May 2007 09:47:55 +0000 (11:47 +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 69214cb0ec47cfe42b3ab154250d7f8e9c02e572..455ec58db5586d53e28a0993d659d01e30f6a672 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -2,6 +2,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>
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
index 90399aefc2b0ff834b9835d64f46f8037f81f5db..e670cc896e23037775d3433698d408288eff3dc4 100644 (file)
--- a/client.c
+++ b/client.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>
index 6ff997306fe6b7e9e7ac671eff85986c9e733b28..e1a2e8aa9be0aeeb6b8f327a1ae4f3bff0eee9fa 100644 (file)
@@ -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. */
 
 /* appearance */
index 84e475140a9f1fa1c70788a45607763fd98bce55..dd814423c5c54bdcf64b7c59e1cdb7a985fb8674 100644 (file)
@@ -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. */
 
 /* appearance */
diff --git a/draw.c b/draw.c
index ce2435445cca8cd1466b1d135c8bf0828ab0539e..bb5ac27715b4f70a6c0569c709e1d109215f5988 100644 (file)
--- a/draw.c
+++ b/draw.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 <string.h>
diff --git a/dwm.h b/dwm.h
index 2c1d41bd29983f24269a904e6e8ed05121f7a84f..64ed4c7b5ed726e33d989a4cafe11cf2b5a72983 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -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.
  *
  * dynamic window manager is designed like any other X client as well. It is
diff --git a/event.c b/event.c
index f9d2e0cfc136f1b812adb1fdf2711ec55b5c24a1..d8633c5631dfbc6eb2a3dc48b409c7247d3fb29d 100644 (file)
--- a/event.c
+++ b/event.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 <stdio.h>
index de6aef63903ed61a5a922cb2c9e97d156c4062cf..2c3f5a234e0cbd4aaba2cd16e4bf04365b82d245 100644 (file)
--- 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>
diff --git a/main.c b/main.c
index 23fd7bd4ea0f2898ed3b16936187bbead2a388ae..884d5a38c84c7f24f359af5cfb8ec5da7e110307 100644 (file)
--- a/main.c
+++ b/main.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 <errno.h>
diff --git a/tag.c b/tag.c
index 2db70b8f9bcc879cbc99cfaaf14504bae6df1676..fb366bed028579cc3de2e3518b670dc907d5643d 100644 (file)
--- a/tag.c
+++ b/tag.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 <regex.h>
diff --git a/util.c b/util.c
index 7b94c50ca021923c1767e56cfab87f865aa386f4..effd9da79e1b988bae88b80fd65483c9b0e2427b 100644 (file)
--- a/util.c
+++ b/util.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 <stdarg.h>