Skip to content

Commit b2323ba

Browse files
committed
Merge branch 'zlib' of https://github.com/pchaigno/choosealicense.com into pchaigno-zlib
2 parents 7e7944e + 28f5595 commit b2323ba

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

_licenses/zlib.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: zlib License
3+
spdx-id: Zlib
4+
source: https://opensource.org/licenses/Zlib
5+
6+
description: A short permissive license, compatible with GPL. Requires altered source versions to be documented as such.
7+
8+
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
9+
10+
conditions:
11+
- include-copyright
12+
- document-changes
13+
14+
permissions:
15+
- commercial-use
16+
- modifications
17+
- distribution
18+
- private-use
19+
20+
limitations:
21+
- no-liability
22+
---
23+
24+
zlib License
25+
26+
(C) [year] [fullname]
27+
28+
This software is provided 'as-is', without any express or implied
29+
warranty. In no event will the authors be held liable for any damages
30+
arising from the use of this software.
31+
32+
Permission is granted to anyone to use this software for any purpose,
33+
including commercial applications, and to alter it and redistribute it
34+
freely, subject to the following restrictions:
35+
36+
1. The origin of this software must not be misrepresented; you must not
37+
claim that you wrote the original software. If you use this software
38+
in a product, an acknowledgment in the product documentation would be
39+
appreciated but is not required.
40+
2. Altered source versions must be plainly marked as such, and must not be
41+
misrepresented as being the original software.
42+
3. This notice may not be removed or altered from any source distribution.

0 commit comments

Comments
 (0)