You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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