JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
yet another fix of copyright compactisition
authorAnselm R. Garbe <arg@suckless.org>
Fri, 13 Apr 2007 09:40:09 +0000 (11:40 +0200)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 13 Apr 2007 09:40:09 +0000 (11:40 +0200)
Makefile
client.c
config.arg.h
config.default.h
draw.c
dwm.h
event.c
layout.c
main.c
tag.c
util.c

index 2c015b9..50732a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # dwm - dynamic window manager
 # dwm - dynamic window manager
-#   (C)opyright MMVI-MMVII Anselm R. Garbe
+# © 2006-2007 Anselm R. Garbe, Sander van Dijk
 
 include config.mk
 
 
 include config.mk
 
index f5fb7a4..b7fde1a 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1,4 +1,5 @@
-/* © 2004-2007 Anselm R. Garbe <garbeam at gmail dot com>
+/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdlib.h>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdlib.h>
index 1c38086..d170c71 100644 (file)
@@ -1,6 +1,6 @@
-/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
- * See LICENSE file for license details.
- */
+/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
+ * See LICENSE file for license details. */
 
 /* appearance */
 #define BORDERPX               1
 
 /* appearance */
 #define BORDERPX               1
index 073146f..8fa0764 100644 (file)
@@ -1,6 +1,6 @@
-/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
- * See LICENSE file for license details.
- */
+/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
+ * See LICENSE file for license details. */
 
 /* appearance */
 #define BORDERPX               1
 
 /* appearance */
 #define BORDERPX               1
diff --git a/draw.c b/draw.c
index 2a45cff..ce24354 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -1,4 +1,5 @@
-/* © 2004-2007 Anselm R. Garbe <garbeam at gmail dot com>
+/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <string.h>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <string.h>
diff --git a/dwm.h b/dwm.h
index 8af071a..ae648b5 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -1,4 +1,5 @@
-/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
+/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
  * See LICENSE file for license details.
  *
  * dynamic window manager is designed like any other X client as well. It is
  * 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 4d9a1e6..c41c975 100644 (file)
--- a/event.c
+++ b/event.c
@@ -1,4 +1,5 @@
-/* © 2004-2007 Anselm R. Garbe <garbeam at gmail dot com>
+/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdio.h>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdio.h>
index 9de26bc..5a32fd3 100644 (file)
--- a/layout.c
+++ b/layout.c
@@ -1,4 +1,5 @@
-/* © 2004-2007 Anselm R. Garbe <garbeam at gmail dot com>
+/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdlib.h>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdlib.h>
diff --git a/main.c b/main.c
index c65cfc8..66645b3 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,4 +1,5 @@
-/* © 2004-2007 Anselm R. Garbe <garbeam at gmail dot com>
+/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <errno.h>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <errno.h>
@@ -254,7 +255,7 @@ main(int argc, char *argv[]) {
        XEvent ev;
 
        if(argc == 2 && !strncmp("-v", argv[1], 3))
        XEvent ev;
 
        if(argc == 2 && !strncmp("-v", argv[1], 3))
-               eprint("dwm-"VERSION", © 2004-2007 Anselm R. Garbe\n");
+               eprint("dwm-"VERSION", © 2004-2007 Anselm R. Garbe, Sander van Dijk\n");
        else if(argc != 1)
                eprint("usage: dwm [-v]\n");
        setlocale(LC_CTYPE, "");
        else if(argc != 1)
                eprint("usage: dwm [-v]\n");
        setlocale(LC_CTYPE, "");
diff --git a/tag.c b/tag.c
index 6c54e0c..2db70b8 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -1,4 +1,5 @@
-/* © 2004-2007 Anselm R. Garbe <garbeam at gmail dot com>
+/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <regex.h>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <regex.h>
diff --git a/util.c b/util.c
index cae9ba3..7b94c50 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,4 +1,5 @@
-/* © 2004-2007 Anselm R. Garbe <garbeam at gmail dot com>
+/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdarg.h>
  * See LICENSE file for license details. */
 #include "dwm.h"
 #include <stdarg.h>