JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Jukka also belongs to Copyright holders after all he has contributed and done for...
authorAnselm R. Garbe <arg@suckless.org>
Wed, 30 May 2007 10:10:01 +0000 (12:10 +0200)
committerAnselm R. Garbe <arg@suckless.org>
Wed, 30 May 2007 10:10:01 +0000 (12:10 +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 a26cf0a..3b77e16 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>
+© 2006-2007 Jukka Salmi <jukka at salmi dot ch>
 © 2007 Premysl Hruby <dfenze at gmail dot com>
 © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
 
index 2872e1e..3be154b 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>
+ * © 2006-2007 Jukka Salmi <jukka at salmi dot ch>
  * © 2007 Premysl Hruby <dfenze at gmail dot com>
  * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
  * See LICENSE file for license details. */
index 3e0d45a..20870d5 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>
+ * © 2006-2007 Jukka Salmi <jukka at salmi dot ch>
  * © 2007 Premysl Hruby <dfenze at gmail dot com>
  * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
  * See LICENSE file for license details. */
index e45d523..2d13238 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>
+ * © 2006-2007 Jukka Salmi <jukka at salmi dot ch>
  * © 2007 Premysl Hruby <dfenze at gmail dot com>
  * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
  * See LICENSE file for license details. */
diff --git a/draw.c b/draw.c
index 4cb97f0..06acc74 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>
+ * © 2006-2007 Jukka Salmi <jukka at salmi dot ch>
  * © 2007 Premysl Hruby <dfenze at gmail dot com>
  * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
  * See LICENSE file for license details. */
diff --git a/dwm.h b/dwm.h
index eff134a..02bfbcc 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>
+ * © 2006-2007 Jukka Salmi <jukka at salmi dot ch>
  * © 2007 Premysl Hruby <dfenze at gmail dot com>
  * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
  * See LICENSE file for license details.
diff --git a/event.c b/event.c
index 8eaff1a..ce23e41 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>
+ * © 2006-2007 Jukka Salmi <jukka at salmi dot ch>
  * © 2007 Premysl Hruby <dfenze at gmail dot com>
  * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
  * See LICENSE file for license details. */
index 92c6a53..7b9b3ef 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>
+ * © 2006-2007 Jukka Salmi <jukka at salmi dot ch>
  * © 2007 Premysl Hruby <dfenze at gmail dot com>
  * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
  * See LICENSE file for license details. */
diff --git a/main.c b/main.c
index 21bb4bd..5551e6e 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>
+ * © 2006-2007 Jukka Salmi <jukka at salmi dot ch>
  * © 2007 Premysl Hruby <dfenze at gmail dot com>
  * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
  * See LICENSE file for license details. */
@@ -281,7 +282,7 @@ main(int argc, char *argv[]) {
        XEvent ev;
 
        if(argc == 2 && !strcmp("-v", argv[1]))
-               eprint("dwm-"VERSION", © 2004-2007 Anselm R. Garbe, Sander van Dijk, Premysl Hruby, Szabolcs Nagy\n");
+               eprint("dwm-"VERSION", © 2006-2007 A. R. Garbe, S. van Dijk, J. Salmi, P. Hruby, S. Nagy\n");
        else if(argc != 1)
                eprint("usage: dwm [-v]\n");
        setlocale(LC_CTYPE, "");
diff --git a/tag.c b/tag.c
index e072164..aecf048 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>
+ * © 2006-2007 Jukka Salmi <jukka at salmi dot ch>
  * © 2007 Premysl Hruby <dfenze at gmail dot com>
  * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
  * See LICENSE file for license details. */
diff --git a/util.c b/util.c
index 77e79e1..858cb69 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>
+ * © 2006-2007 Jukka Salmi <jukka at salmi dot ch>
  * © 2007 Premysl Hruby <dfenze at gmail dot com>
  * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
  * See LICENSE file for license details. */