JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fancy clang stuff
[spectrwm.git] / html / license.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>scrotwm license</title>
6 <meta name="Generator" content="Vim/7.1">
7 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
8 </head>
9 <body bgcolor="#000000" text="#ffffff">
10 Scrotwm is BSD licensed software; we prefer code that comes with a simple license
11 like the OpenBSD <a href="http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/share/misc/license.template?rev=HEAD;content-type=text%2Fplain">license.template</a>, and all the scrotwm-specific
12 code is licensed accordingly, as follows:
13 <p><font face="monospace">
14 /*<br>
15 &nbsp;* Copyright (c) 2009-2010 Marco Peereboom &lt;marco@peereboom.us&gt;<br>
16 &nbsp;* Copyright (c) 2009 Ryan McBride &lt;mcbride@countersiege.com&gt;<br>
17 &nbsp;* Copyright (c) 2009 Darrin Chandler &lt;dwchandler@stilyagin.com&gt;<br>
18 &nbsp;* Copyright (c) 2009 Pierre-Yves Ritschard <pyr@spootnik.org>
19 &nbsp;*<br>
20 &nbsp;* Permission to use, copy, modify, and distribute this software for any<br>
21 &nbsp;* purpose with or without fee is hereby granted, provided that the above<br>
22 &nbsp;* copyright notice and this permission notice appear in all copies.<br>
23 &nbsp;*
24 &nbsp;* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES<br>
25 &nbsp;* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF<br>
26 &nbsp;* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR<br>
27 &nbsp;* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES<br>
28 &nbsp;* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN<br>
29 &nbsp;* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF<br>
30 &nbsp;* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.<br>
31 &nbsp;*/<br>
32 </font>
33 <p>
34 Additionally, much code in <a href="../scrotwm.c">scrotwm.c</a> comes from
35 dwm under the following license:
36 <p><font face="monospace">
37 /*<br>
38 &nbsp;* Much code and ideas taken from dwm under the following license:<br>
39 &nbsp;* MIT/X Consortium License<br>
40 &nbsp;* <br>
41 &nbsp;* 2006-2008 Anselm R Garbe &lt;garbeam at gmail dot com&gt;<br>
42 &nbsp;* 2006-2007 Sander van Dijk &lt;a dot h dot vandijk at gmail dot com&gt;<br>
43 &nbsp;* 2006-2007 Jukka Salmi &lt;jukka at salmi dot ch&gt;<br>
44 &nbsp;* 2007 Premysl Hruby &lt;dfenze at gmail dot com&gt;<br>
45 &nbsp;* 2007 Szabolcs Nagy &lt;nszabolcs at gmail dot com&gt;<br>
46 &nbsp;* 2007 Christof Musik &lt;christof at sendfax dot de&gt;<br>
47 &nbsp;* 2007-2008 Enno Gottox Boland &lt;gottox at s01 dot de&gt;<br>
48 &nbsp;* 2007-2008 Peter Hartlich &lt;sgkkr at hartlich dot com&gt;<br>
49 &nbsp;* 2008 Martin Hurton &lt;martin dot hurton at gmail dot com&gt;<br>
50 &nbsp;* <br>
51 &nbsp;* Permission is hereby granted, free of charge, to any person obtaining a<br>
52 &nbsp;* copy of this software and associated documentation files (the "Software"),<br>
53 &nbsp;* to deal in the Software without restriction, including without limitation<br>
54 &nbsp;* the rights to use, copy, modify, merge, publish, distribute, sublicense,<br>
55 &nbsp;* and/or sell copies of the Software, and to permit persons to whom the<br>
56 &nbsp;* Software is furnished to do so, subject to the following conditions:<br>
57 &nbsp;* <br>
58 &nbsp;* The above copyright notice and this permission notice shall be included in<br>
59 &nbsp;* all copies or substantial portions of the Software.<br>
60 &nbsp;* <br>
61 &nbsp;* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br>
62 &nbsp;* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br>
63 &nbsp;* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL<br>
64 &nbsp;* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br>
65 &nbsp;* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING<br>
66 &nbsp;* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER<br>
67 &nbsp;* DEALINGS IN THE SOFTWARE.<br>
68 &nbsp;*/<br>
69 </font>
70 <p>
71 Finally, The LD_PRELOAD hack in <a href="../lib/swm_hack.c">lib/swm_hack.c</a>
72 comes from e16, licensed as follows:
73 <p><font face="monospace">
74 /*<br>
75 &nbsp;* Copyright (C) 2005-2007 Carsten Haitzler<br>
76 &nbsp;* Copyright (C) 2006-2007 Kim Woelders<br>
77 &nbsp;*<br>
78 &nbsp;* Permission is hereby granted, free of charge, to any person obtaining a copy<br>
79 &nbsp;* of this software and associated documentation files (the "Software"), to<br>
80 &nbsp;* deal in the Software without restriction, including without limitation the<br>
81 &nbsp;* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or<br>
82 &nbsp;* sell copies of the Software, and to permit persons to whom the Software is<br>
83 &nbsp;* furnished to do so, subject to the following conditions:<br>
84 &nbsp;*<br>
85 &nbsp;* The above copyright notice and this permission notice shall be included in<br>
86 &nbsp;* all copies of the Software, its documentation and marketing & publicity<br>
87 &nbsp;* materials, and acknowledgment shall be given in the documentation, materials<br>
88 &nbsp;* and software packages that this Software was used.<br>
89 &nbsp;*<br>
90 &nbsp;* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br>
91 &nbsp;* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br>
92 &nbsp;* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL<br>
93 &nbsp;* THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER<br>
94 &nbsp;* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN<br>
95 &nbsp;* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.<br>
96 &nbsp;*/<br>
97 </font>
98 <p>
99 $scrotwm$
100 </body>
101 </html>