diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-05-29 11:47:55 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-05-29 11:47:55 +0200 |
commit | e1deda9e040c052af62aecc2fb4ee770fb2496a2 (patch) | |
tree | 177398c12063bb524e065d74836c6f75fd0bf075 | |
parent | 199a6016114875656102d11e79a80939bfaff3b3 (diff) |
added anydot to Copyright holders, because he contributed a lot recently
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | client.c | 1 | ||||
-rw-r--r-- | config.arg.h | 1 | ||||
-rw-r--r-- | config.default.h | 1 | ||||
-rw-r--r-- | draw.c | 1 | ||||
-rw-r--r-- | dwm.h | 1 | ||||
-rw-r--r-- | event.c | 1 | ||||
-rw-r--r-- | layout.c | 1 | ||||
-rw-r--r-- | main.c | 1 | ||||
-rw-r--r-- | tag.c | 1 | ||||
-rw-r--r-- | util.c | 1 |
11 files changed, 11 insertions, 0 deletions
@@ -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"), @@ -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/config.arg.h b/config.arg.h index 6ff99730..e1a2e8aa 100644 --- a/config.arg.h +++ b/config.arg.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. */ /* appearance */ diff --git a/config.default.h b/config.default.h index 84e47514..dd814423 100644 --- a/config.default.h +++ b/config.default.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. */ /* appearance */ @@ -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> @@ -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 @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> |