Deploy to GitHub pages
[m6w6/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 1.1.0 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="ChangeLog v0.x" href="ChangeLog-0.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
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 current"><a class="current reference internal" href="#">Copyright</a></li>
98 </ul>
99
100
101
102 </div>
103 </div>
104 </nav>
105
106 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
107
108
109 <nav class="wy-nav-top" aria-label="top navigation">
110
111 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
112 <a href="index.html">libmemcached</a>
113
114 </nav>
115
116
117 <div class="wy-nav-content">
118
119 <div class="rst-content">
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137 <div role="navigation" aria-label="breadcrumbs navigation">
138
139 <ul class="wy-breadcrumbs">
140
141 <li><a href="index.html">Docs</a> &raquo;</li>
142
143 <li>Copyright</li>
144
145
146 <li class="wy-breadcrumbs-aside">
147
148
149
150 <a href="https://github.com/m6w6/libmemcached/blob/v1.x/docs/source/copyright.rst" class="fa fa-github"> Edit on GitHub</a>
151
152
153
154 </li>
155
156 </ul>
157
158
159 <hr/>
160 </div>
161 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
162 <div itemprop="articleBody">
163
164 <div class="section" id="copyright">
165 <h1>Copyright<a class="headerlink" href="#copyright" title="Permalink to this headline">ΒΆ</a></h1>
166 <blockquote>
167 <div><ul>
168 <li><div class="first line-block">
169 <div class="line">2006-2014 Brian Aker, DataDifferential</div>
170 <div class="line"><a class="reference external" href="https://datadifferential.com/">https://datadifferential.com/</a></div>
171 </div>
172 </li>
173 <li><div class="first line-block">
174 <div class="line">2020 Michael Wallner, SmugMug Inc</div>
175 <div class="line"><a class="reference external" href="https://smugmug.com/">https://smugmug.com/</a></div>
176 </div>
177 </li>
178 </ul>
179 </div></blockquote>
180 <p>All rights reserved.</p>
181 <p>Redistribution and use in source and binary forms, with or without modification,
182 are permitted provided that the following conditions are met:</p>
183 <ol class="arabic simple">
184 <li>Redistributions of source code must retain the above copyright notice, this
185 list of conditions and the following disclaimer.</li>
186 <li>Redistributions in binary form must reproduce the above copyright notice,
187 this list of conditions and the following disclaimer in the documentation
188 and/or other materials provided with the distribution.</li>
189 <li>Neither the name of the copyright holder nor the names of its contributors
190 may be used to endorse or promote products derived from this software
191 without specific prior written permission.</li>
192 </ol>
193 <p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND
194 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
195 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
196 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
197 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
198 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
199 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
200 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
201 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
202 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
203 </div>
204
205
206 </div>
207
208 </div>
209 <footer>
210
211 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
212
213
214 <a href="ChangeLog-0.html" class="btn btn-neutral float-left" title="ChangeLog v0.x" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
215
216 </div>
217
218
219 <hr/>
220
221 <div role="contentinfo">
222 <p>
223 &copy; <a href="#">Copyright</a>
224
225 </p>
226 </div>
227 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>.
228
229 </footer>
230
231 </div>
232 </div>
233
234 </section>
235
236 </div>
237
238
239
240 <script type="text/javascript">
241 jQuery(function () {
242 SphinxRtdTheme.Navigation.enable(true);
243 });
244 </script>
245
246
247
248
249
250
251 </body>
252 </html>