Deploy to GitHub pages
[awesomized/libmemcached] / copyright.html
1
2
3 <!DOCTYPE html>
4 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5 <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
6 <head>
7 <meta charset="utf-8">
8
9 <meta name="viewport" content="width=device-width, initial-scale=1.0">
10
11 <title>Copyright &mdash; libmemcached-awesome 1.1.4 documentation</title>
12
13
14
15
16
17
18
19
20 <script type="text/javascript" src="_static/js/modernizr.min.js"></script>
21
22
23 <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
24 <script type="text/javascript" src="_static/jquery.js"></script>
25 <script type="text/javascript" src="_static/underscore.js"></script>
26 <script type="text/javascript" src="_static/doctools.js"></script>
27 <script type="text/javascript" src="_static/language_data.js"></script>
28
29 <script type="text/javascript" src="_static/js/theme.js"></script>
30
31
32
33
34 <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
35 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
36 <link rel="index" title="Index" href="genindex.html" />
37 <link rel="search" title="Search" href="search.html" />
38 <link rel="copyright" title="Copyright" href="#" />
39 <link rel="prev" title="Bugs, Known Issues and Insufficiencies" href="issues.html" />
40 </head>
41
42 <body class="wy-body-for-nav">
43
44
45 <div class="wy-grid-for-nav">
46
47 <nav data-toggle="wy-nav-shift" class="wy-nav-side">
48 <div class="wy-side-scroll">
49 <div class="wy-side-nav-search" >
50
51
52
53 <a href="index.html" class="icon icon-home"> libmemcached-awesome
54
55
56
57 </a>
58
59
60
61
62 <div class="version">
63 1.1
64 </div>
65
66
67
68
69 <div role="search">
70 <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
71 <input type="text" name="q" placeholder="Search docs" />
72 <input type="hidden" name="check_keywords" value="yes" />
73 <input type="hidden" name="area" value="default" />
74 </form>
75 </div>
76
77
78 </div>
79
80 <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
81
82
83
84
85
86
87 <ul>
88 <li class="toctree-l1"><a class="reference internal" href="libmemcached.html">Introduction</a></li>
89 <li class="toctree-l1"><a class="reference internal" href="libmemcached/index.html">libmemcached API</a></li>
90 <li class="toctree-l1"><a class="reference internal" href="libmemcachedutil/index.html">libmemcachedutil API</a></li>
91 <li class="toctree-l1"><a class="reference internal" href="libhashkit/index.html">libhashkit API</a></li>
92 <li class="toctree-l1"><a class="reference internal" href="bin/index.html">Client Applications</a></li>
93 <li class="toctree-l1"><a class="reference internal" href="libmemcached/index_misc.html">Miscellaneous</a></li>
94 </ul>
95 <ul class="current">
96 <li class="toctree-l1"><a class="reference internal" href="changelogs.html">Change Logs</a></li>
97 <li class="toctree-l1"><a class="reference internal" href="issues.html">Known issues</a></li>
98 <li class="toctree-l1 current"><a class="current reference internal" href="#">Copyright</a></li>
99 </ul>
100
101
102
103 </div>
104 </div>
105 </nav>
106
107 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
108
109
110 <nav class="wy-nav-top" aria-label="top navigation">
111
112 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
113 <a href="index.html">libmemcached-awesome</a>
114
115 </nav>
116
117
118 <div class="wy-nav-content">
119
120 <div class="rst-content">
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138 <div role="navigation" aria-label="breadcrumbs navigation">
139
140 <ul class="wy-breadcrumbs">
141
142 <li><a href="index.html">Docs</a> &raquo;</li>
143
144 <li>Copyright</li>
145
146
147 <li class="wy-breadcrumbs-aside">
148
149
150
151 <a href="https://github.com/awesomized/libmemcached/blob/v1.x/docs/source/copyright.rst" class="fa fa-github"> Edit on GitHub</a>
152
153
154
155 </li>
156
157 </ul>
158
159
160 <hr/>
161 </div>
162 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
163 <div itemprop="articleBody">
164
165 <div class="section" id="copyright">
166 <h1>Copyright<a class="headerlink" href="#copyright" title="Permalink to this headline">ΒΆ</a></h1>
167 <blockquote>
168 <div><ul>
169 <li><div class="first line-block">
170 <div class="line">2006-2014 Brian Aker, DataDifferential</div>
171 <div class="line"><a class="reference external" href="https://datadifferential.com/">https://datadifferential.com/</a></div>
172 </div>
173 </li>
174 <li><div class="first line-block">
175 <div class="line">2020-2021 Michael Wallner, Awesome Inc</div>
176 <div class="line"><a class="reference external" href="https://awesome.co/">https://awesome.co/</a></div>
177 </div>
178 </li>
179 </ul>
180 </div></blockquote>
181 <p>All rights reserved.</p>
182 <p>Redistribution and use in source and binary forms, with or without modification,
183 are permitted provided that the following conditions are met:</p>
184 <ol class="arabic simple">
185 <li>Redistributions of source code must retain the above copyright notice, this
186 list of conditions and the following disclaimer.</li>
187 <li>Redistributions in binary form must reproduce the above copyright notice,
188 this list of conditions and the following disclaimer in the documentation
189 and/or other materials provided with the distribution.</li>
190 <li>Neither the name of the copyright holder nor the names of its contributors
191 may be used to endorse or promote products derived from this software
192 without specific prior written permission.</li>
193 </ol>
194 <p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND
195 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
196 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
197 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
198 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
199 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
200 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
201 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
202 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
203 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
204 </div>
205
206
207 </div>
208
209 </div>
210 <footer>
211
212 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
213
214
215 <a href="issues.html" class="btn btn-neutral float-left" title="Bugs, Known Issues and Insufficiencies" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
216
217 </div>
218
219
220 <hr/>
221
222 <div role="contentinfo">
223 <p>
224 &copy; <a href="#">Copyright</a>
225
226 </p>
227 </div>
228 Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
229
230 </footer>
231
232 </div>
233 </div>
234
235 </section>
236
237 </div>
238
239
240
241 <script type="text/javascript">
242 jQuery(function () {
243 SphinxRtdTheme.Navigation.enable(true);
244 });
245 </script>
246
247
248
249
250
251
252 </body>
253 </html>