]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.fastlz/LICENSE
299e8e19c0750ea42593758624e4a0ea1ff0fd03
[simantics/platform.git] / bundles / org.simantics.fastlz / LICENSE
1 Licenses for third party projects used by this project:\r
2 \r
3 FastLZ - native/fastlz.{c,h}\r
4 ---------------------------------------------------------------------\r
5 FastLZ - lightning-fast lossless compression library\r
6 \r
7 Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)\r
8 Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)\r
9 Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)\r
10 \r
11 Permission is hereby granted, free of charge, to any person obtaining a copy\r
12 of this software and associated documentation files (the "Software"), to deal\r
13 in the Software without restriction, including without limitation the rights\r
14 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
15 copies of the Software, and to permit persons to whom the Software is\r
16 furnished to do so, subject to the following conditions:\r
17 \r
18 The above copyright notice and this permission notice shall be included in\r
19 all copies or substantial portions of the Software.\r
20 \r
21 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
22 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
23 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
24 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
25 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
26 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
27 THE SOFTWARE.\r
28 \r
29 \r
30 LZ4  native/lz4{,hc}.{c,h}\r
31 ---------------------------------------------------------------------\r
32    LZ4 - Fast LZ compression algorithm\r
33    Copyright (C) 2011-2012, Yann Collet.\r
34    BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)\r
35 \r
36    Redistribution and use in source and binary forms, with or without\r
37    modification, are permitted provided that the following conditions are\r
38    met:\r
39 \r
40        * Redistributions of source code must retain the above copyright\r
41    notice, this list of conditions and the following disclaimer.\r
42        * Redistributions in binary form must reproduce the above\r
43    copyright notice, this list of conditions and the following disclaimer\r
44    in the documentation and/or other materials provided with the\r
45    distribution.\r
46 \r
47    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\r
48    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\r
49    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\r
50    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\r
51    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r
52    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\r
53    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
54    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\r
55    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r
56    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
57    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
58 \r
59    You can contact the author at :\r
60    - LZ4 homepage : http://fastcompression.blogspot.com/p/lz4.html\r
61    - LZ4 source repository : http://code.google.com/p/lz4/\r