1 |
Copyright (c) 2004 David Hammerton. |
2 |
|
3 |
Permission is hereby granted, free of charge, to any person obtaining |
4 |
a copy of this software and associated documentation files (the |
5 |
"Software"), to deal in the Software without restriction, including |
6 |
without limitation the rights to use, copy, modify, merge, publish, |
7 |
distribute, sublicense, and/or sell copies of the Software, and to |
8 |
permit persons to whom the Software is furnished to do so, subject to |
9 |
the following conditions: |
10 |
|
11 |
The above copyright notice and this permission notice shall be |
12 |
included in all copies or substantial portions of the Software. |
13 |
|
14 |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
15 |
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
16 |
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
17 |
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
18 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
19 |
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
20 |
OTHER DEALINGS IN THE SOFTWARE. |
21 |
|
22 |
---------------------------------------------------------------------- |
23 |
|
24 |
Portions of the code were based on 9wm, which contained this license: |
25 |
|
26 |
> 9wm is free software, and is Copyright (c) 1994 by David Hogan. |
27 |
> Permission is granted to all sentient beings to use this software, |
28 |
> to make copies of it, and to distribute those copies, provided |
29 |
> that: |
30 |
> |
31 |
> (1) the copyright and licence notices are left intact |
32 |
> (2) the recipients are aware that it is free software |
33 |
> (3) any unapproved changes in functionality are either |
34 |
> (i) only distributed as patches |
35 |
> or (ii) distributed as a new program which is not called 9wm |
36 |
> and whose documentation gives credit where it is due |
37 |
> (4) the author is not held responsible for any defects |
38 |
> or shortcomings in the software, or damages caused by it. |
39 |
> |
40 |
> There is no warranty for this software. Have a nice day. |