]> git.armaanb.net Git - dwm.git/commitdiff
referred to LICENSE file
authorAnselm R. Garbe <arg@suckless.org>
Wed, 30 May 2007 10:19:28 +0000 (12:19 +0200)
committerAnselm R. Garbe <arg@suckless.org>
Wed, 30 May 2007 10:19:28 +0000 (12:19 +0200)
client.c
config.arg.h
config.default.h
draw.c
dwm.h
event.c
layout.c
main.c
tag.c
util.c

index 3be154b50543069a6bfb50bbc190966567f4440d..adf422e9934c800a39b946e3d95b80736f4b521d 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1,9 +1,4 @@
-/* © 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. */
+/* See LICENSE file for copyright and license details. */
 #include "dwm.h"
 #include <stdlib.h>
 #include <string.h>
index 20870d576113afef2639db59b00397da2cea3410..bc3adb4b0d8e1b7d1632bbc0d4ca8bf5110f5fbb 100644 (file)
@@ -1,9 +1,4 @@
-/* © 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. */
+/* See LICENSE file for copyright and license details. */
 
 /* appearance */
 #define BARPOS                 BarTop /* BarBot, BarOff */
index 2d132384386c862c74376690ff1e7d7f3959b3db..e3de0668ee7b792fe0a13fd52e0a0a35cf85b479 100644 (file)
@@ -1,9 +1,4 @@
-/* © 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. */
+/* See LICENSE file for copyright and license details. */
 
 /* appearance */
 #define BARPOS                 BarTop /* BarBot, BarOff */
diff --git a/draw.c b/draw.c
index 06acc74c0495c20aa574271026ff05c658e510c2..16bf8055c625e7efe75745aec3f1f8dc12a04f60 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -1,9 +1,4 @@
-/* © 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. */
+/* See LICENSE file for copyright and license details. */
 #include "dwm.h"
 #include <string.h>
 
diff --git a/dwm.h b/dwm.h
index 02bfbcc7e343daf439e53203e9c03462721728bd..b2162c0a1c34bb8aff79b6ed5f23e74979af02c8 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -1,9 +1,4 @@
-/* © 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.
+/* See LICENSE file for copyright and license details.
  *
  * dynamic window manager is designed like any other X client as well. It is
  * driven through handling X events. In contrast to other X clients, a window
diff --git a/event.c b/event.c
index ce23e416e1441b8d23cd4749bdd0acebabf101e7..ad4e271e328dbd975c4a43e4fcf93a8cc0289409 100644 (file)
--- a/event.c
+++ b/event.c
@@ -1,9 +1,4 @@
-/* © 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. */
+/* See LICENSE file for copyright and license details. */
 #include "dwm.h"
 #include <stdio.h>
 #include <stdlib.h>
index 7b9b3ef2f8d519984af9e085409f59aa3a45834c..ecd7a16616f2173a406e1191a41b06f23df8ba79 100644 (file)
--- a/layout.c
+++ b/layout.c
@@ -1,9 +1,4 @@
-/* © 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. */
+/* See LICENSE file for copyright and license details. */
 #include "dwm.h"
 #include <stdlib.h>
 
diff --git a/main.c b/main.c
index 5551e6ed283e76f71d97086e7ddd9e2121a595a3..032fafaad5592ab12ac302a41e9a09739a49c843 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,9 +1,4 @@
-/* © 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. */
+/* See LICENSE file for copyright and license details. */
 #include "dwm.h"
 #include <errno.h>
 #include <locale.h>
diff --git a/tag.c b/tag.c
index aecf048760a116dc5ae0b06dcfc9ab653d2337ad..c44954b52a3e55ca5aa8626805e9f7564fd826aa 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -1,9 +1,4 @@
-/* © 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. */
+/* See LICENSE file for copyright and license details. */
 #include "dwm.h"
 #include <regex.h>
 #include <stdio.h>
diff --git a/util.c b/util.c
index 858cb6960f6272a87a97a0229694c22ab0755fc3..d39d73c65b26873d3d2e59f4eb1633b17a13c7f6 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,9 +1,4 @@
-/* © 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. */
+/* See LICENSE file for copyright and license details. */
 #include "dwm.h"
 #include <stdarg.h>
 #include <stdio.h>