gammaray-manual-attribution-lz4.html 2.63 KB
Newer Older
xuebingbing's avatar
xuebingbing committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- codeattributions.qdoc -->
  <title>LZ4 | GammaRay User Manual</title>
</head>
<body>
<li><a href="index.html">GammaRay User Manual</a></li>
<li><a href="index.html">GammaRay User Manual</a></li>
<li>LZ4</li>
<li id="buildversion">GammaRay User Manual 2.9.0</li>
<p class="naviNextPrevious headerNavi">
</p><p/>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">LZ4</h1>
<span class="subtitle"></span>
<!-- $$$gammaray-manual-attribution-lz4.html-description -->
<div class="descr"> <a name="details"></a>
<a name="lz4"></a><p>Fast compression algorithm.</p>
<p>Used for compressing the <a href="http://doc.qt.io/GammaRay">GammaRay</a> client/server communication.</p>
<p>The sources can be found in tqtc-qt5/<a href="http://doc.qt.io/GammaRay">GammaRay</a>/3rdparty/lz4.</p>
<p><a href="https://github.com/lz4/lz4">Project Homepage</a>, upstream version: 1.7</p>
<pre class="cpp plain">Copyright (c) 2011-2016, Yann Collet</pre>
<p><a href="https://spdx.org/licenses/BSD-2-Clause.html">BSD 2-clause License</a>.</p>
<pre class="cpp plain">LZ4 Library
Copyright (c) 2011-2016, Yann Collet
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* 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.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; 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.</pre>
</div>
<!-- @@@gammaray-manual-attribution-lz4.html -->
<p class="naviNextPrevious footerNavi">
</p>
</body>
</html>