about summary refs log tree commit diff stats
path: root/draw.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-04-13 11:32:38 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-04-13 11:32:38 +0200
commit399993c6b5d594278bf822e2981ebfe8bfcb58c7 (patch)
tree52af1ed868398c257394802ac83d7d622597e5d8 /draw.c
parent4d318060a2af949b4a40d05019be891f28eb331b (diff)
downloaddwm-399993c6b5d594278bf822e2981ebfe8bfcb58c7.tar.gz
making Copyright notices more compact
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/draw.c b/draw.c
index 175017b..2a45cff 100644
--- a/draw.c
+++ b/draw.c
@@ -1,6 +1,5 @@
-/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
- * See LICENSE file for license details.
- */
+/* © 2004-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * See LICENSE file for license details. */
 #include "dwm.h"
 #include <string.h>
 
c4b57aa ^





















































































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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147