JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Update authors
[spectrwm.git] / html / license.html
index 3b8e60e..3a78585 100644 (file)
@@ -2,14 +2,20 @@
 "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<title>/usr/src/usr.bin/epitome/license.html</title>
+<title>scrotwm license</title>
 <meta name="Generator" content="Vim/7.1">
 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
 </head>
-<body bgcolor="#000000" text="#ffffff"><font face="monospace">
+<body bgcolor="#000000" text="#ffffff">
+Scrotwm is BSD licensed software; we prefer code that comes with a simple license
+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
+code is licensed accordingly, as follows:
+<p><font face="monospace">
 /*<br>
-&nbsp;* Copyright (c) 2009 Marco Peereboom &lt;marco@peereboom.us&gt;<br>
+&nbsp;* Copyright (c) 2009-2010 Marco Peereboom &lt;marco@peereboom.us&gt;<br>
 &nbsp;* Copyright (c) 2009 Ryan McBride &lt;mcbride@countersiege.com&gt;<br>
+&nbsp;* Copyright (c) 2009 Darrin Chandler &lt;dwchandler@stilyagin.com&gt;<br>
+&nbsp;* Copyright (c) 2009 Pierre-Yves Ritschard <pyr@spootnik.org>
 &nbsp;*<br>
 &nbsp;* Permission to use, copy, modify, and distribute this software for any<br>
 &nbsp;* purpose with or without fee is hereby granted, provided that the above<br>
 &nbsp;* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF<br>
 &nbsp;* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.<br>
 &nbsp;*/<br>
+</font>
+<p>
+Additionally, much code in <a href="../scrotwm.c">scrotwm.c</a> comes from
+dwm under the following license:
+<p><font face="monospace">
 /*<br>
 &nbsp;* Much code and ideas taken from dwm under the following license:<br>
 &nbsp;* MIT/X Consortium License<br>
 &nbsp;* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER<br>
 &nbsp;* DEALINGS IN THE SOFTWARE.<br>
 &nbsp;*/<br>
-</font></body>
-</html>
+</font>
+<p>
+Finally, The LD_PRELOAD hack in <a href="../lib/swm_hack.c">lib/swm_hack.c</a>
+comes from e16, licensed as follows:
+<p><font face="monospace">
+/*<br>
+&nbsp;* Copyright (C) 2005-2007 Carsten Haitzler<br>
+&nbsp;* Copyright (C) 2006-2007 Kim Woelders<br>
+&nbsp;*<br>
+&nbsp;* Permission is hereby granted, free of charge, to any person obtaining a copy<br>
+&nbsp;* of this software and associated documentation files (the "Software"), to<br>
+&nbsp;* deal in the Software without restriction, including without limitation the<br>
+&nbsp;* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or<br>
+&nbsp;* sell copies of the Software, and to permit persons to whom the Software is<br>
+&nbsp;* furnished to do so, subject to the following conditions:<br>
+&nbsp;*<br>
+&nbsp;* The above copyright notice and this permission notice shall be included in<br>
+&nbsp;* all copies of the Software, its documentation and marketing & publicity<br>
+&nbsp;* materials, and acknowledgment shall be given in the documentation, materials<br>
+&nbsp;* and software packages that this Software was used.<br>
+&nbsp;*<br>
+&nbsp;* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br>
+&nbsp;* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br>
+&nbsp;* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL<br>
+&nbsp;* THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER<br>
+&nbsp;* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN<br>
+&nbsp;* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.<br>
+&nbsp;*/<br>
+</font>
 <p>
 $scrotwm$
+</body>
+</html>