|
1 ## Pako v1.0 |
|
2 |
|
3 ### Pako License |
|
4 <pre> |
|
5 Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn |
|
6 |
|
7 Permission is hereby granted, free of charge, to any person obtaining a copy |
|
8 of this software and associated documentation files (the "Software"), to deal |
|
9 in the Software without restriction, including without limitation the rights |
|
10 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
|
11 copies of the Software, and to permit persons to whom the Software is |
|
12 furnished to do so, subject to the following conditions: |
|
13 |
|
14 The above copyright notice and this permission notice shall be included in |
|
15 all copies or substantial portions of the Software. |
|
16 |
|
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
18 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
19 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|
20 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|
21 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
|
22 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
|
23 THE SOFTWARE. |
|
24 (C) 1995-2013 Jean-loup Gailly and Mark Adler |
|
25 (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin |
|
26 |
|
27 This software is provided 'as-is', without any express or implied |
|
28 warranty. In no event will the authors be held liable for any damages |
|
29 arising from the use of this software. |
|
30 |
|
31 Permission is granted to anyone to use this software for any purpose, |
|
32 including commercial applications, and to alter it and redistribute it |
|
33 freely, subject to the following restrictions: |
|
34 |
|
35 1. The origin of this software must not be misrepresented; you must not |
|
36 claim that you wrote the original software. If you use this software |
|
37 in a product, an acknowledgment in the product documentation would be |
|
38 appreciated but is not required. |
|
39 2. Altered source versions must be plainly marked as such, and must not be |
|
40 misrepresented as being the original software. |
|
41 3. This notice may not be removed or altered from any source distribution. |
|
42 |
|
43 </pre> |
|
44 |
|
45 |