|
2 | 2 |
|
3 | 3 | A portable, simple zip library written in C.
|
4 | 4 |
|
5 |
| -## Unlicense license |
| 5 | +## MIT License (changed from Unlicense in https://github.com/kuba--/zip/commit/d3983cc34c5af8354408c49786df254055fad35a) |
6 | 6 |
|
7 | 7 | ```
|
8 |
| -This is free and unencumbered software released into the public domain. |
| 8 | +All Rights Reserved. |
9 | 9 |
|
10 |
| -Anyone is free to copy, modify, publish, use, compile, sell, or |
11 |
| -distribute this software, either in source code form or as a compiled |
12 |
| -binary, for any purpose, commercial or non-commercial, and by any |
13 |
| -means. |
| 10 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 11 | +of this software and associated documentation files (the "Software"), to deal |
| 12 | +in the Software without restriction, including without limitation the rights |
| 13 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 14 | +copies of the Software, and to permit persons to whom the Software is |
| 15 | +furnished to do so, subject to the following conditions: |
14 | 16 |
|
15 |
| -In jurisdictions that recognize copyright laws, the author or authors |
16 |
| -of this software dedicate any and all copyright interest in the |
17 |
| -software to the public domain. We make this dedication for the benefit |
18 |
| -of the public at large and to the detriment of our heirs and |
19 |
| -successors. We intend this dedication to be an overt act of |
20 |
| -relinquishment in perpetuity of all present and future rights to this |
21 |
| -software under copyright law. |
| 17 | +The above copyright notice and this permission notice shall be included in |
| 18 | +all copies or substantial portions of the Software. |
22 | 19 |
|
23 |
| -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
24 |
| -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
25 |
| -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
26 |
| -IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR |
27 |
| -OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
28 |
| -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
29 |
| -OTHER DEALINGS IN THE SOFTWARE. |
30 |
| -
|
31 |
| -For more information, please refer to <http://unlicense.org/> |
| 20 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 21 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 22 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 23 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 24 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 25 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 26 | +THE SOFTWARE. |
32 | 27 | ```
|
0 commit comments