about summary refs log tree commit diff stats
path: root/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/draw.c b/draw.c
index 06acc74..16bf805 100644
--- 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>
 
revious revision' href='/akkartik/mu/blame/html/shell/read.mu.html?h=hlt&id=1ff9dde13ba00ca3c6ea3cf1d1178c06d83da1c5'>^
ec32c11d ^
1fca8ee1 ^
d3a9db3a ^
dc5a0acf ^

d3a9db3a ^

372367f5 ^

52e3ea8a ^
372367f5 ^

52e3ea8a ^
78357b88 ^
52e3ea8a ^
372367f5 ^
d3a9db3a ^


1fca8ee1 ^
d3a9db3a ^




























3350c34a ^
d3a9db3a ^
52e3ea8a ^
e0b8eddb ^
52e3ea8a ^
e0b8eddb ^

372367f5 ^
e0b8eddb ^





52e3ea8a ^
e0b8eddb ^

372367f5 ^
e0b8eddb ^







d3a9db3a ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88