referred to LICENSE file d27e3c10
Anselm R. Garbe · 2007-05-30 12:19 4 file(s) · +4 −12
dmenu.h +1 −3
1 -
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 -
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 -
 * See LICENSE file for license details. */
1 +
/* See LICENSE file for copyright and license details. */
4 2
#include <X11/Xlib.h>
5 3
6 4
#define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
draw.c +1 −3
1 -
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 -
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 -
 * See LICENSE file for license details. */
1 +
/* See LICENSE file for copyright and license details. */
4 2
#include "dmenu.h"
5 3
#include <string.h>
6 4
main.c +1 −3
1 -
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 -
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 -
 * See LICENSE file for license details. */
1 +
/* See LICENSE file for copyright and license details. */
4 2
#include "dmenu.h"
5 3
#include <ctype.h>
6 4
#include <locale.h>
util.c +1 −3
1 -
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
2 -
 * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
3 -
 * See LICENSE file for license details. */
1 +
/* See LICENSE file for copyright and license details. */
4 2
#include "dmenu.h"
5 3
#include <stdarg.h>
6 4
#include <stdio.h>