-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
87 lines (52 loc) · 5.48 KB
/
LICENSE
File metadata and controls
87 lines (52 loc) · 5.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# ZK API — LGPL v3 License
Copyright (C) 2026 Julien Béranger and the W3HC
This file is part of ZK API.
ZK API is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
ZK API is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with ZK API. If not, see <https://www.gnu.org/licenses/>.
====================================================================
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
====================================================================
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.
---
### 0. Additional Definitions
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.
---
### 1. Exception to Section 3 of the GNU GPL
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.
---
### 2. Conveying Modified Versions
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version under the terms of the GNU GPL and this License document.
---
### 3. Object Code Incorporating Material from Library Header Files
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts, or accessors, your terms do not forbid modification for the customer's own use and reverse engineering for debugging such modifications.
---
### 4. Combined Works
You may convey a Combined Work under terms of your choice that permit modification of the Combined Work for the customer's own use and reverse engineering for debugging such modifications, if you accompany it with:
- A copy of the GNU GPL and this license document.
- Prominent notice with each copy of the Combined Work that the Library is used and covered by this License.
- The Minimal Corresponding Source and Corresponding Application Code in a form that allows the user to rebuild the Combined Work.
---
### 5. Combined Libraries
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that you do both of the following:
- Accompany the combined library with a copy of the same work based on the Library, uncombined.
- Give prominent notice with the combined library that part of it is released under this License and telling the user where to find the uncombined form of the same work.
---
### 6. Revised Versions of the GNU Lesser General Public License
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library specifies that a certain numbered version of this License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.