forked from extern/django-helpdesk
233 lines
11 KiB
HTML
233 lines
11 KiB
HTML
|
||
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
||
<title>License — django-helpdesk v0.1 documentation</title>
|
||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||
<script type="text/javascript">
|
||
var DOCUMENTATION_OPTIONS = {
|
||
URL_ROOT: '',
|
||
VERSION: '0.1',
|
||
COLLAPSE_INDEX: false,
|
||
FILE_SUFFIX: '.html',
|
||
HAS_SOURCE: true
|
||
};
|
||
</script>
|
||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||
<link rel="top" title="django-helpdesk v0.1 documentation" href="index.html" />
|
||
<link rel="next" title="Installation" href="install.html" />
|
||
<link rel="prev" title="Welcome to django-helpdesk’s documentation!" href="index.html" />
|
||
</head>
|
||
<body>
|
||
<div class="related">
|
||
<h3>Navigation</h3>
|
||
<ul>
|
||
<li class="right" style="margin-right: 10px">
|
||
<a href="genindex.html" title="General Index"
|
||
accesskey="I">index</a></li>
|
||
<li class="right" >
|
||
<a href="install.html" title="Installation"
|
||
accesskey="N">next</a> |</li>
|
||
<li class="right" >
|
||
<a href="index.html" title="Welcome to django-helpdesk’s documentation!"
|
||
accesskey="P">previous</a> |</li>
|
||
<li><a href="index.html">django-helpdesk v0.1 documentation</a> »</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="document">
|
||
<div class="documentwrapper">
|
||
<div class="bodywrapper">
|
||
<div class="body">
|
||
|
||
<div class="section" id="license">
|
||
<h1>License<a class="headerlink" href="#license" title="Permalink to this headline">¶</a></h1>
|
||
<p>django-helpdesk is released under the terms of the BSD license. You must agree to these terms before installing or using django-helpdesk.:</p>
|
||
<div class="highlight-python"><pre>Copyright (c) 2008, Ross Poulton (Trading as Jutda)
|
||
All rights reserved.
|
||
|
||
Redistribution and use in source and binary forms, with or without modification,
|
||
are permitted provided that the following conditions are met:
|
||
|
||
1. Redistributions of source code must retain the above copyright
|
||
notice, this list of conditions and the following disclaimer.
|
||
|
||
2. Redistributions in binary form must reproduce the above copyright
|
||
notice, this list of conditions and the following disclaimer in the
|
||
documentation and/or other materials provided with the distribution.
|
||
|
||
3. Neither the name of Ross Poulton, Jutda, nor the names of any
|
||
of its contributors may be used to endorse or promote products
|
||
derived from this software without specific prior written permission.
|
||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
||
EXCEPTIONS
|
||
|
||
This software is distributed with some third-party software which is not distributed under the above license. See LICENSE.3RDPARTY for further details.</pre>
|
||
</div>
|
||
<p>django-helpdesk includes 3rd party software. The licenses for these
|
||
applications are included below.</p>
|
||
<div class="section" id="license-for-jquery-jquery-ui">
|
||
<h2>License for jQuery & jQuery UI<a class="headerlink" href="#license-for-jquery-jquery-ui" title="Permalink to this headline">¶</a></h2>
|
||
<dl class="docutils">
|
||
<dt>::</dt>
|
||
<dd><p class="first">Copyright (c) 2007 John Resig, <a class="reference external" href="http://jquery.com/">http://jquery.com/</a></p>
|
||
<p>Permission is hereby granted, free of charge, to any person obtaining
|
||
a copy of this software and associated documentation files (the
|
||
“Software”), to deal in the Software without restriction, including
|
||
without limitation the rights to use, copy, modify, merge, publish,
|
||
distribute, sublicense, and/or sell copies of the Software, and to
|
||
permit persons to whom the Software is furnished to do so, subject to
|
||
the following conditions:</p>
|
||
<p>The above copyright notice and this permission notice shall be
|
||
included in all copies or substantial portions of the Software.</p>
|
||
<p class="last">THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
|
||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
||
</dd>
|
||
</dl>
|
||
</div>
|
||
<div class="section" id="license-for-jquery-ui-smoothness-theme">
|
||
<h2>License for jQuery UI ‘Smoothness’ theme<a class="headerlink" href="#license-for-jquery-ui-smoothness-theme" title="Permalink to this headline">¶</a></h2>
|
||
<dl class="docutils">
|
||
<dt>::</dt>
|
||
<dd><dl class="first docutils">
|
||
<dt>/*</dt>
|
||
<dd><ul class="first last simple">
|
||
<li>jQuery UI screen structure and presentation</li>
|
||
<li>This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI</li>
|
||
<li>Author: Scott Jehl, <a class="reference external" href="mailto:scott%40filamentgroup.com">scott<span>@</span>filamentgroup<span>.</span>com</a>, <a class="reference external" href="http://www.filamentgroup.com">http://www.filamentgroup.com</a></li>
|
||
<li>Visit ThemeRoller.com</li>
|
||
</ul>
|
||
</dd>
|
||
</dl>
|
||
<p class="last"><a href="#id1"><span class="problematic" id="id2">*</span></a>/</p>
|
||
</dd>
|
||
</dl>
|
||
</div>
|
||
<div class="section" id="license-for-akismet-py">
|
||
<h2>License for akismet.py<a class="headerlink" href="#license-for-akismet-py" title="Permalink to this headline">¶</a></h2>
|
||
<dl class="docutils">
|
||
<dt>::</dt>
|
||
<dd><p class="first">Copyright (c) 2003-2009, Michael Foord
|
||
All rights reserved.
|
||
E-mail : fuzzyman AT voidspace DOT org DOT uk</p>
|
||
<p>Redistribution and use in source and binary forms, with or without
|
||
modification, are permitted provided that the following conditions are
|
||
met:</p>
|
||
<blockquote>
|
||
<div><ul class="simple">
|
||
<li>Redistributions of source code must retain the above copyright
|
||
notice, this list of conditions and the following disclaimer.</li>
|
||
<li>Redistributions in binary form must reproduce the above
|
||
copyright notice, this list of conditions and the following
|
||
disclaimer in the documentation and/or other materials provided
|
||
with the distribution.</li>
|
||
<li>Neither the name of Michael Foord nor the name of Voidspace
|
||
may be used to endorse or promote products derived from this
|
||
software without specific prior written permission.</li>
|
||
</ul>
|
||
</div></blockquote>
|
||
<p class="last">THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||
“AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
|
||
</dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sphinxsidebar">
|
||
<div class="sphinxsidebarwrapper">
|
||
<h3><a href="index.html">Table Of Contents</a></h3>
|
||
<ul>
|
||
<li><a class="reference internal" href="#">License</a><ul>
|
||
<li><a class="reference internal" href="#license-for-jquery-jquery-ui">License for jQuery & jQuery UI</a></li>
|
||
<li><a class="reference internal" href="#license-for-jquery-ui-smoothness-theme">License for jQuery UI ‘Smoothness’ theme</a></li>
|
||
<li><a class="reference internal" href="#license-for-akismet-py">License for akismet.py</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
<h4>Previous topic</h4>
|
||
<p class="topless"><a href="index.html"
|
||
title="previous chapter">Welcome to django-helpdesk’s documentation!</a></p>
|
||
<h4>Next topic</h4>
|
||
<p class="topless"><a href="install.html"
|
||
title="next chapter">Installation</a></p>
|
||
<h3>This Page</h3>
|
||
<ul class="this-page-menu">
|
||
<li><a href="_sources/license.txt"
|
||
rel="nofollow">Show Source</a></li>
|
||
</ul>
|
||
<div id="searchbox" style="display: none">
|
||
<h3>Quick search</h3>
|
||
<form class="search" action="search.html" method="get">
|
||
<input type="text" name="q" size="18" />
|
||
<input type="submit" value="Go" />
|
||
<input type="hidden" name="check_keywords" value="yes" />
|
||
<input type="hidden" name="area" value="default" />
|
||
</form>
|
||
<p class="searchtip" style="font-size: 90%">
|
||
Enter search terms or a module, class or function name.
|
||
</p>
|
||
</div>
|
||
<script type="text/javascript">$('#searchbox').show(0);</script>
|
||
</div>
|
||
</div>
|
||
<div class="clearer"></div>
|
||
</div>
|
||
<div class="related">
|
||
<h3>Navigation</h3>
|
||
<ul>
|
||
<li class="right" style="margin-right: 10px">
|
||
<a href="genindex.html" title="General Index"
|
||
>index</a></li>
|
||
<li class="right" >
|
||
<a href="install.html" title="Installation"
|
||
>next</a> |</li>
|
||
<li class="right" >
|
||
<a href="index.html" title="Welcome to django-helpdesk’s documentation!"
|
||
>previous</a> |</li>
|
||
<li><a href="index.html">django-helpdesk v0.1 documentation</a> »</li>
|
||
</ul>
|
||
</div>
|
||
<div class="footer">
|
||
© Copyright 2011, Ross Poulton + Contributors.
|
||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
|
||
</div>
|
||
</body>
|
||
</html> |