about summary refs log tree commit diff stats
path: root/layout.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-05-30 12:19:28 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-05-30 12:19:28 +0200
commit2c6be7239f932121b9e4526b01b957fcefc8345a (patch)
tree6e0ec5103b90a16ebc5158fee7a6f7f5c96d3ac8 /layout.c
parentd934296476be7345842fec1a2630d1752c704078 (diff)
downloaddwm-2c6be7239f932121b9e4526b01b957fcefc8345a.tar.gz
referred to LICENSE file 4.2
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/layout.c b/layout.c
index 7b9b3ef..ecd7a16 100644
--- 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>
 
@invisible-island.net> 1998-02-27 19:00:00 -0500 committer Thomas E. Dickey <dickey@invisible-island.net> 1998-02-27 19:00:00 -0500 snapshot of project "lynx", label v2-7-1ac-0_117' href='/ingrix/lynx-snapshots/commit/WWW/Library/Implementation/HTString.h?id=86b4d41a7463bd35cf662fc748aa338caef609c9'>86b4d41a ^
e087f6d4
















8f8c57cc ^
e47cfd56 ^
2a256611 ^

d4a8ec3c ^
e87f21b4 ^
2a256611 ^
e87f21b4 ^
2a256611 ^

d4a8ec3c ^

e087f6d4
e087f6d4
0f88481e ^







2d161b7d ^
08fc6e5c ^






a2e94617 ^
08fc6e5c ^

a2e94617 ^
08fc6e5c ^





10f6c5df ^


5be99e2e ^











2a256611 ^
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