mirror of
https://github.com/vale981/spectrwm
synced 2025-03-06 02:01:42 -05:00

update to reflect this. Also mention & link to license.template, and remove epitome remenants from <title>.
99 lines
5.4 KiB
HTML
99 lines
5.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<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">
|
|
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>
|
|
* Copyright (c) 2009 Marco Peereboom <marco@peereboom.us><br>
|
|
* Copyright (c) 2009 Ryan McBride <mcbride@countersiege.com><br>
|
|
*<br>
|
|
* Permission to use, copy, modify, and distribute this software for any<br>
|
|
* purpose with or without fee is hereby granted, provided that the above<br>
|
|
* copyright notice and this permission notice appear in all copies.<br>
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES<br>
|
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF<br>
|
|
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR<br>
|
|
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES<br>
|
|
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN<br>
|
|
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF<br>
|
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.<br>
|
|
*/<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>
|
|
* Much code and ideas taken from dwm under the following license:<br>
|
|
* MIT/X Consortium License<br>
|
|
* <br>
|
|
* 2006-2008 Anselm R Garbe <garbeam at gmail dot com><br>
|
|
* 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com><br>
|
|
* 2006-2007 Jukka Salmi <jukka at salmi dot ch><br>
|
|
* 2007 Premysl Hruby <dfenze at gmail dot com><br>
|
|
* 2007 Szabolcs Nagy <nszabolcs at gmail dot com><br>
|
|
* 2007 Christof Musik <christof at sendfax dot de><br>
|
|
* 2007-2008 Enno Gottox Boland <gottox at s01 dot de><br>
|
|
* 2007-2008 Peter Hartlich <sgkkr at hartlich dot com><br>
|
|
* 2008 Martin Hurton <martin dot hurton at gmail dot com><br>
|
|
* <br>
|
|
* Permission is hereby granted, free of charge, to any person obtaining a<br>
|
|
* copy of this software and associated documentation files (the "Software"),<br>
|
|
* to deal in the Software without restriction, including without limitation<br>
|
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,<br>
|
|
* and/or sell copies of the Software, and to permit persons to whom the<br>
|
|
* Software is furnished to do so, subject to the following conditions:<br>
|
|
* <br>
|
|
* The above copyright notice and this permission notice shall be included in<br>
|
|
* all copies or substantial portions of the Software.<br>
|
|
* <br>
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br>
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br>
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL<br>
|
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br>
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING<br>
|
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER<br>
|
|
* DEALINGS IN THE SOFTWARE.<br>
|
|
*/<br>
|
|
</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>
|
|
* Copyright (C) 2005-2007 Carsten Haitzler<br>
|
|
* Copyright (C) 2006-2007 Kim Woelders<br>
|
|
*<br>
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy<br>
|
|
* of this software and associated documentation files (the "Software"), to<br>
|
|
* deal in the Software without restriction, including without limitation the<br>
|
|
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or<br>
|
|
* sell copies of the Software, and to permit persons to whom the Software is<br>
|
|
* furnished to do so, subject to the following conditions:<br>
|
|
*<br>
|
|
* The above copyright notice and this permission notice shall be included in<br>
|
|
* all copies of the Software, its documentation and marketing & publicity<br>
|
|
* materials, and acknowledgment shall be given in the documentation, materials<br>
|
|
* and software packages that this Software was used.<br>
|
|
*<br>
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br>
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br>
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL<br>
|
|
* THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER<br>
|
|
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN<br>
|
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.<br>
|
|
*/<br>
|
|
</font>
|
|
<p>
|
|
$scrotwm$
|
|
</body>
|
|
</html>
|