added anydot to Copyright holders, because he contributed a lot recently
authorAnselm R. Garbe <arg@suckless.org>
Tue, 29 May 2007 11:47:55 +0200
changeset 905 ca352bd2f8f7
parent 904 2dfd50e4cfde
child 906 e04a79845936
added anydot to Copyright holders, because he contributed a lot recently
LICENSE
client.c
config.arg.h
config.default.h
draw.c
dwm.h
event.c
layout.c
main.c
tag.c
util.c
--- a/LICENSE	Tue May 29 11:35:20 2007 +0200
+++ b/LICENSE	Tue May 29 11:47:55 2007 +0200
@@ -2,6 +2,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>
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
--- a/client.c	Tue May 29 11:35:20 2007 +0200
+++ b/client.c	Tue May 29 11:47:55 2007 +0200
@@ -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>
--- a/config.arg.h	Tue May 29 11:35:20 2007 +0200
+++ b/config.arg.h	Tue May 29 11:47:55 2007 +0200
@@ -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 */
--- a/config.default.h	Tue May 29 11:35:20 2007 +0200
+++ b/config.default.h	Tue May 29 11:47:55 2007 +0200
@@ -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 */
--- a/draw.c	Tue May 29 11:35:20 2007 +0200
+++ b/draw.c	Tue May 29 11:47:55 2007 +0200
@@ -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>
--- a/dwm.h	Tue May 29 11:35:20 2007 +0200
+++ b/dwm.h	Tue May 29 11:47:55 2007 +0200
@@ -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
--- a/event.c	Tue May 29 11:35:20 2007 +0200
+++ b/event.c	Tue May 29 11:47:55 2007 +0200
@@ -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>
--- a/layout.c	Tue May 29 11:35:20 2007 +0200
+++ b/layout.c	Tue May 29 11:47:55 2007 +0200
@@ -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>
--- a/main.c	Tue May 29 11:35:20 2007 +0200
+++ b/main.c	Tue May 29 11:47:55 2007 +0200
@@ -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>
--- a/tag.c	Tue May 29 11:35:20 2007 +0200
+++ b/tag.c	Tue May 29 11:47:55 2007 +0200
@@ -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>
--- a/util.c	Tue May 29 11:35:20 2007 +0200
+++ b/util.c	Tue May 29 11:47:55 2007 +0200
@@ -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>