diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-05-30 12:19:06 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-05-30 12:19:06 +0200 |
commit | d27e3c1092bb53e82c2781798082c354313dde21 (patch) | |
tree | 937b9a5b1e2d068edd0c06f0efbbf8f7ebbe284f | |
parent | 3a9f3a51ce25717813da7321d4771dca11a25af8 (diff) |
referred to LICENSE file
-rw-r--r-- | dmenu.h | 4 | ||||
-rw-r--r-- | draw.c | 4 | ||||
-rw-r--r-- | main.c | 4 | ||||
-rw-r--r-- | util.c | 4 |
4 files changed, 4 insertions, 12 deletions
@@ -1,6 +1,4 @@ | |||
1 | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> | 1 | /* See LICENSE file for copyright and license details. */ |
2 | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> | ||
3 | * See LICENSE file for license details. */ | ||
4 | #include <X11/Xlib.h> | 2 | #include <X11/Xlib.h> |
5 | 3 | ||
6 | #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" | 4 | #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" |
@@ -1,6 +1,4 @@ | |||
1 | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> | 1 | /* See LICENSE file for copyright and license details. */ |
2 | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> | ||
3 | * See LICENSE file for license details. */ | ||
4 | #include "dmenu.h" | 2 | #include "dmenu.h" |
5 | #include <string.h> | 3 | #include <string.h> |
6 | 4 | ||
@@ -1,6 +1,4 @@ | |||
1 | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> | 1 | /* See LICENSE file for copyright and license details. */ |
2 | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> | ||
3 | * See LICENSE file for license details. */ | ||
4 | #include "dmenu.h" | 2 | #include "dmenu.h" |
5 | #include <ctype.h> | 3 | #include <ctype.h> |
6 | #include <locale.h> | 4 | #include <locale.h> |
@@ -1,6 +1,4 @@ | |||
1 | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> | 1 | /* See LICENSE file for copyright and license details. */ |
2 | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> | ||
3 | * See LICENSE file for license details. */ | ||
4 | #include "dmenu.h" | 2 | #include "dmenu.h" |
5 | #include <stdarg.h> | 3 | #include <stdarg.h> |
6 | #include <stdio.h> | 4 | #include <stdio.h> |