LICENSE
author Anselm R Garbe <anselm@garbe.us>
Fri, 18 Sep 2009 21:18:00 +0100
changeset 1492 62a601261c8b
parent 1479 31cb815bac41
child 1515 60ea8fed13ab
permissions -rw-r--r--
new experimental updategeom() additions that should avoid several problems with Xinerama, this is EXPERIMENTAL and might break something, the algorithms in use are quite complex and cumbersome, patches and comments welcome
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
491f34c11291 initial import
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     1
MIT/X Consortium License
491f34c11291 initial import
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     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>
1479
31cb815bac41 applied Jukka's sigchld patch
Anselm R Garbe <anselm@garbe.us>
parents: 1448
diff changeset
     5
© 2006-2009 Jukka Salmi <jukka at salmi dot ch>
1435
5af9165892ca updated year ranges
Anselm R Garbe <anselm@garbe.us>
parents: 1383
diff changeset
     6
© 2007-2009 Premysl Hruby <dfenze at gmail dot com>
5af9165892ca updated year ranges
Anselm R Garbe <anselm@garbe.us>
parents: 1383
diff changeset
     7
© 2007-2009 Szabolcs Nagy <nszabolcs at gmail dot com>
5af9165892ca updated year ranges
Anselm R Garbe <anselm@garbe.us>
parents: 1383
diff changeset
     8
© 2007-2009 Christof Musik <christof at sendfax dot de>
1101
6a1a8acc88fc fixed Gottox' mail address
anselm@anselm1
parents: 1100
diff changeset
     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>
1448
d012c6babc13 applied Mate's patch, added Mate to LICENSE
Anselm R Garbe <anselm@garbe.us>
parents: 1435
diff changeset
    13
© 2009 Mate Nagy <mnagy@port70.net>
0
491f34c11291 initial import
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    14
491f34c11291 initial import
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    15
Permission is hereby granted, free of charge, to any person obtaining a
491f34c11291 initial import
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    16
copy of this software and associated documentation files (the "Software"),
491f34c11291 initial import
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    17
to deal in the Software without restriction, including without limitation
491f34c11291 initial import
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    18
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
    19
and/or sell copies of the Software, and to permit persons to whom the
0
491f34c11291 initial import
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    20
Software is furnished to do so, subject to the following conditions:
491f34c11291 initial import
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    21
1268
fc7dd1b14093 removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com>
parents: 1101
diff changeset
    22
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
    23
all copies or substantial portions of the Software.
0
491f34c11291 initial import
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    24
1268
fc7dd1b14093 removed trailing spaces reported by Soleen
Anselm R Garbe <garbeam@gmail.com>
parents: 1101
diff changeset
    25
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
    26
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
    27
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
    28
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
    29
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
    30
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
0
491f34c11291 initial import
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
    31
DEALINGS IN THE SOFTWARE.