diff options
-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
diff --git a/LICENSE b/LICENSE index 69214cb..455ec58 100644 --- 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"), diff --git a/client.c b/client.c index 90399ae..e670cc8 100644 --- 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> diff --git a/config.arg.h b/config.arg.h index 6ff9973..e1a2e8a 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 84e4751..dd81442 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 */ diff --git a/draw.c b/draw.c index ce24354..bb5ac27 100644 --- 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 2c1d41b..64ed4c7 100644 --- 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 f9d2e0c..d8633c5 100644 --- 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> diff --git a/layout.c b/layout.c index de6aef6..2c3f5a2 100644 --- 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 23fd7bd..884d5a3 100644 --- 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 2db70b8..fb366be 100644 --- 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 7b94c50..effd9da 100644 --- 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> |