author | a@null |
Sun, 08 Feb 2009 12:11:22 +0000 | |
changeset 1383 | 85a78d8afa0f |
parent 1371 | fcdbbc9c39de |
child 1435 | 5af9165892ca |
permissions | -rw-r--r-- |
0 | 1 |
MIT/X Consortium License |
2 |
||
1383
85a78d8afa0f
fixed an issue reported by Nibble, also fixed s/2008/2009/
a@null
parents:
1371
diff
changeset
|
3 |
© 2006-2009 Anselm R Garbe <garbeam at gmail dot com> |
857
453788ae925c
making Copyright notices more compact
Anselm R. Garbe <arg@suckless.org>
parents:
644
diff
changeset
|
4 |
© 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> |
909
8a8b7a413e66
Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well
Anselm R. Garbe <arg@suckless.org>
parents:
906
diff
changeset
|
5 |
© 2006-2007 Jukka Salmi <jukka at salmi dot ch> |
905
ca352bd2f8f7
added anydot to Copyright holders, because he contributed a lot recently
Anselm R. Garbe <arg@suckless.org>
parents:
859
diff
changeset
|
6 |
© 2007 Premysl Hruby <dfenze at gmail dot com> |
906
e04a79845936
added nsz to copyright holders as well, because he did a lot recently
Anselm R. Garbe <arg@suckless.org>
parents:
905
diff
changeset
|
7 |
© 2007 Szabolcs Nagy <nszabolcs at gmail dot com> |
1099
5b4e2e1aba85
added Gottox to Copyright holders after all his contributions, applied his last patch
Anselm R Garbe <garbeam@gmail.com>
parents:
1092
diff
changeset
|
8 |
© 2007 Christof Musik <christof at sendfax dot de> |
1101 | 9 |
© 2007-2008 Enno Gottox Boland <gottox at s01 dot de> |
1339
fdf4b9511575
applied Peter Hartlich's initmodmap patch
Anselm R Garbe <garbeam@gmail.com>
parents:
1334
diff
changeset
|
10 |
© 2007-2008 Peter Hartlich <sgkkr at hartlich dot com> |
1334
6f9cf8bcc4a7
applied Martin Hurton's movemouse() patch
Anselm R Garbe <garbeam@gmail.com>
parents:
1268
diff
changeset
|
11 |
© 2008 Martin Hurton <martin dot hurton at gmail dot com> |
1371
fcdbbc9c39de
re-applied Neale's spawn patch, credited Neale in LICENSE
a@null
parents:
1339
diff
changeset
|
12 |
© 2008 Neale Pickett <neale dot woozle dot org> |
0 | 13 |
|
14 |
Permission is hereby granted, free of charge, to any person obtaining a |
|
15 |
copy of this software and associated documentation files (the "Software"), |
|
16 |
to deal in the Software without restriction, including without limitation |
|
17 |
the rights to use, copy, modify, merge, publish, distribute, sublicense, |
|
1268
fc7dd1b14093
removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com>
parents:
1101
diff
changeset
|
18 |
and/or sell copies of the Software, and to permit persons to whom the |
0 | 19 |
Software is furnished to do so, subject to the following conditions: |
20 |
||
1268
fc7dd1b14093
removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com>
parents:
1101
diff
changeset
|
21 |
The above copyright notice and this permission notice shall be included in |
fc7dd1b14093
removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com>
parents:
1101
diff
changeset
|
22 |
all copies or substantial portions of the Software. |
0 | 23 |
|
1268
fc7dd1b14093
removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com>
parents:
1101
diff
changeset
|
24 |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
fc7dd1b14093
removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com>
parents:
1101
diff
changeset
|
25 |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
fc7dd1b14093
removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com>
parents:
1101
diff
changeset
|
26 |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
fc7dd1b14093
removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com>
parents:
1101
diff
changeset
|
27 |
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
fc7dd1b14093
removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com>
parents:
1101
diff
changeset
|
28 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
fc7dd1b14093
removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com>
parents:
1101
diff
changeset
|
29 |
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
0 | 30 |
DEALINGS IN THE SOFTWARE. |