@networkpro/legal 0.2.4 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/PRIVACY.md +212 -0
- package/TERMS.md +212 -0
- package/html/CC-BY-4.0.html +648 -485
- package/html/CC-BY-4.0.html.br +0 -0
- package/html/CC-BY-4.0.html.gz +0 -0
- package/html/COPYING.html +953 -769
- package/html/COPYING.html.br +0 -0
- package/html/COPYING.html.gz +0 -0
- package/index.html +13 -17
- package/index.html.br +0 -0
- package/index.html.gz +0 -0
- package/package.json +1 -1
package/html/COPYING.html
CHANGED
@@ -29,884 +29,1068 @@
|
|
29
29
|
|
30
30
|
<link rel="manifest" href="https://legal.netwk.pro/site.webmanifest">
|
31
31
|
<meta name="theme-color" content="#ffc627">
|
32
|
-
|
33
|
-
<meta http-equiv="Referrer-Policy" content="no-referrer">
|
34
|
-
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
|
35
32
|
<script defer="defer" src="../js/runtime.aac6c30edf7d8d569715.mjs"></script><script defer="defer" src="../js/app.6f7616e04ac0463f582a.mjs"></script></head>
|
36
33
|
|
37
34
|
<body>
|
38
|
-
|
39
|
-
|
40
|
-
|
35
|
+
|
36
|
+
<header id="header-nav">
|
37
|
+
<div class="container">
|
38
|
+
<nav class="center-nav">
|
39
|
+
<a rel="noopener noreferrer" href="https://netwk.pro/" target="_self">home</a>
|
40
|
+
|
|
41
|
+
<a rel="noopener noreferrer" href="https://netwk.pro/about.html" target="_self">about</a>
|
42
|
+
|
|
43
|
+
<a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/discussions" target="_blank">discussions
|
44
|
+
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
45
|
+
|
|
46
|
+
<a rel="noopener noreferrer" href="https://linktr.ee/neteng_pro" target="_blank">link hub
|
47
|
+
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
48
|
+
</nav>
|
49
|
+
</div>
|
50
|
+
</header>
|
51
|
+
|
41
52
|
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<p>
|
50
|
-
Everyone is permitted to copy and distribute verbatim copies of this
|
51
|
-
license document, but changing it is not allowed.
|
52
|
-
</p>
|
53
|
-
|
54
|
-
<p> Preamble </p>
|
55
|
-
|
56
|
-
<p>
|
57
|
-
The GNU General Public License is a free, copyleft license for software
|
58
|
-
and other kinds of works.
|
59
|
-
</p>
|
60
|
-
|
61
|
-
<p>
|
62
|
-
The licenses for most software and other practical works are designed to
|
63
|
-
take away your freedom to share and change the works. By contrast, the GNU
|
64
|
-
General Public License is intended to guarantee your freedom to share and
|
65
|
-
change all versions of a program--to make sure it remains free software
|
66
|
-
for all its users. We, the Free Software Foundation, use the GNU General
|
67
|
-
Public License for most of our software; it applies also to any other work
|
68
|
-
released this way by its authors. You can apply it to your programs, too.
|
69
|
-
</p>
|
70
|
-
|
71
|
-
<p>
|
72
|
-
When we speak of free software, we are referring to freedom, not price.
|
73
|
-
Our General Public Licenses are designed to make sure that you have the
|
74
|
-
freedom to distribute copies of free software (and charge for them if you
|
75
|
-
wish), that you receive source code or can get it if you want it, that you
|
76
|
-
can change the software or use pieces of it in new free programs, and that
|
77
|
-
you know you can do these things.
|
78
|
-
</p>
|
79
|
-
|
80
|
-
<p>
|
81
|
-
To protect your rights, we need to prevent others from denying you these
|
82
|
-
rights or asking you to surrender the rights. Therefore, you have certain
|
83
|
-
responsibilities if you distribute copies of the software, or if you
|
84
|
-
modify it: responsibilities to respect the freedom of others.
|
85
|
-
</p>
|
86
|
-
|
87
|
-
<p>
|
88
|
-
For example, if you distribute copies of such a program, whether gratis or
|
89
|
-
for a fee, you must pass on to the recipients the same freedoms that you
|
90
|
-
received. You must make sure that they, too, receive or can get the source
|
91
|
-
code. And you must show them these terms so they know their rights.
|
92
|
-
</p>
|
93
|
-
|
94
|
-
<p>
|
95
|
-
Developers that use the GNU GPL protect your rights with two steps: (1)
|
96
|
-
assert copyright on the software, and (2) offer you this License giving
|
97
|
-
you legal permission to copy, distribute and/or modify it.
|
98
|
-
</p>
|
99
|
-
|
100
|
-
<p>
|
101
|
-
For the developers' and authors' protection, the GPL clearly
|
102
|
-
explains that there is no warranty for this free software. For both
|
103
|
-
users' and authors' sake, the GPL requires that modified
|
104
|
-
versions be marked as changed, so that their problems will not be
|
105
|
-
attributed erroneously to authors of previous versions.
|
106
|
-
</p>
|
107
|
-
|
108
|
-
<p>
|
109
|
-
Some devices are designed to deny users access to install or run modified
|
110
|
-
versions of the software inside them, although the manufacturer can do so.
|
111
|
-
This is fundamentally incompatible with the aim of protecting users'
|
112
|
-
freedom to change the software. The systematic pattern of such abuse
|
113
|
-
occurs in the area of products for individuals to use, which is precisely
|
114
|
-
where it is most unacceptable. Therefore, we have designed this version of
|
115
|
-
the GPL to prohibit the practice for those products. If such problems
|
116
|
-
arise substantially in other domains, we stand ready to extend this
|
117
|
-
provision to those domains in future versions of the GPL, as needed to
|
118
|
-
protect the freedom of users.
|
119
|
-
</p>
|
120
|
-
|
121
|
-
<p>
|
122
|
-
Finally, every program is threatened constantly by software patents.
|
123
|
-
States should not allow patents to restrict development and use of
|
124
|
-
software on general-purpose computers, but in those that do, we wish to
|
125
|
-
avoid the special danger that patents applied to a free program could make
|
126
|
-
it effectively proprietary. To prevent this, the GPL assures that patents
|
127
|
-
cannot be used to render the program non-free.
|
128
|
-
</p>
|
129
|
-
|
130
|
-
<p>
|
131
|
-
The precise terms and conditions for copying, distribution and
|
132
|
-
modification follow.
|
133
|
-
</p>
|
134
|
-
|
135
|
-
<p> TERMS AND CONDITIONS </p>
|
136
|
-
|
137
|
-
<ul style="list-style: none">
|
138
|
-
<li>
|
139
|
-
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
140
|
-
0.</span></var>
|
141
|
-
Definitions.
|
142
|
-
<p>
|
143
|
-
"This License" refers to version 3 of the GNU General Public
|
144
|
-
License.
|
145
|
-
</p>
|
53
|
+
<div class="full-width-section">
|
54
|
+
<div class="container">
|
55
|
+
|
56
|
+
<section id="page-title">
|
57
|
+
<div class="optional-license-text">
|
58
|
+
<p>
|
59
|
+
GNU GENERAL PUBLIC LICENSE<br>
|
146
60
|
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
</
|
61
|
+
Version 3, 29 June 2007
|
62
|
+
</p>
|
63
|
+
</div>
|
64
|
+
</section>
|
65
|
+
|
151
66
|
|
152
|
-
|
153
|
-
"The Program" refers to any copyrightable work licensed
|
154
|
-
under this License. Each licensee is addressed as "you".
|
155
|
-
"Licensees" and "recipients" may be individuals or
|
156
|
-
organizations.
|
157
|
-
</p>
|
67
|
+
|
158
68
|
|
159
69
|
<p>
|
160
|
-
|
161
|
-
|
162
|
-
the making of an exact copy. The resulting work is called a
|
163
|
-
"modified version" of the earlier work or a work "based
|
164
|
-
on" the earlier work.
|
70
|
+
Copyright © 2007 Free Software Foundation, Inc.
|
71
|
+
<https://fsf.org/>
|
165
72
|
</p>
|
166
73
|
|
167
74
|
<p>
|
168
|
-
|
169
|
-
|
75
|
+
Everyone is permitted to copy and distribute verbatim copies of this
|
76
|
+
license document, but changing it is not allowed.
|
170
77
|
</p>
|
171
78
|
|
172
|
-
<p>
|
173
|
-
To "propagate" a work means to do anything with it that,
|
174
|
-
without permission, would make you directly or secondarily liable for
|
175
|
-
infringement under applicable copyright law, except executing it on a
|
176
|
-
computer or modifying a private copy. Propagation includes copying,
|
177
|
-
distribution (with or without modification), making available to the
|
178
|
-
public, and in some countries other activities as well.
|
179
|
-
</p>
|
79
|
+
<p> Preamble </p>
|
180
80
|
|
181
81
|
<p>
|
182
|
-
|
183
|
-
|
184
|
-
a user through a computer network, with no transfer of a copy, is not
|
185
|
-
conveying.
|
82
|
+
The GNU General Public License is a free, copyleft license for
|
83
|
+
software and other kinds of works.
|
186
84
|
</p>
|
187
85
|
|
188
86
|
<p>
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
87
|
+
The licenses for most software and other practical works are designed
|
88
|
+
to take away your freedom to share and change the works. By contrast,
|
89
|
+
the GNU General Public License is intended to guarantee your freedom
|
90
|
+
to share and change all versions of a program--to make sure it remains
|
91
|
+
free software for all its users. We, the Free Software Foundation, use
|
92
|
+
the GNU General Public License for most of our software; it applies
|
93
|
+
also to any other work released this way by its authors. You can apply
|
94
|
+
it to your programs, too.
|
197
95
|
</p>
|
198
|
-
</li>
|
199
|
-
|
200
|
-
<li>
|
201
|
-
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
202
|
-
1.</span></var>
|
203
|
-
Source Code.<br>
|
204
96
|
|
205
|
-
The "source code" for a work means the preferred form of the
|
206
|
-
work for making modifications to it. "Object code" means any
|
207
|
-
non-source form of a work.
|
208
97
|
<p>
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
98
|
+
When we speak of free software, we are referring to freedom, not
|
99
|
+
price. Our General Public Licenses are designed to make sure that you
|
100
|
+
have the freedom to distribute copies of free software (and charge for
|
101
|
+
them if you wish), that you receive source code or can get it if you
|
102
|
+
want it, that you can change the software or use pieces of it in new
|
103
|
+
free programs, and that you know you can do these things.
|
213
104
|
</p>
|
214
105
|
|
215
106
|
<p>
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
which an implementation is available to the public in source code
|
222
|
-
form. A "Major Component", in this context, means a major
|
223
|
-
essential component (kernel, window system, and so on) of the specific
|
224
|
-
operating system (if any) on which the executable work runs, or a
|
225
|
-
compiler used to produce the work, or an object code interpreter used
|
226
|
-
to run it.
|
107
|
+
To protect your rights, we need to prevent others from denying you
|
108
|
+
these rights or asking you to surrender the rights. Therefore, you
|
109
|
+
have certain responsibilities if you distribute copies of the
|
110
|
+
software, or if you modify it: responsibilities to respect the freedom
|
111
|
+
of others.
|
227
112
|
</p>
|
228
113
|
|
229
114
|
<p>
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
available free programs which are used unmodified in performing those
|
236
|
-
activities but which are not part of the work. For example,
|
237
|
-
Corresponding Source includes interface definition files associated
|
238
|
-
with source files for the work, and the source code for shared
|
239
|
-
libraries and dynamically linked subprograms that the work is
|
240
|
-
specifically designed to require, such as by intimate data
|
241
|
-
communication or control flow between those subprograms and other
|
242
|
-
parts of the work.
|
115
|
+
For example, if you distribute copies of such a program, whether
|
116
|
+
gratis or for a fee, you must pass on to the recipients the same
|
117
|
+
freedoms that you received. You must make sure that they, too, receive
|
118
|
+
or can get the source code. And you must show them these terms so they
|
119
|
+
know their rights.
|
243
120
|
</p>
|
244
121
|
|
245
122
|
<p>
|
246
|
-
|
247
|
-
|
123
|
+
Developers that use the GNU GPL protect your rights with two steps:
|
124
|
+
(1) assert copyright on the software, and (2) offer you this License
|
125
|
+
giving you legal permission to copy, distribute and/or modify it.
|
248
126
|
</p>
|
249
127
|
|
250
128
|
<p>
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
<li>
|
257
|
-
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
258
|
-
2.</span></var>
|
259
|
-
Basic Permissions.<br>
|
260
|
-
|
261
|
-
All rights granted under this License are granted for the term of
|
262
|
-
copyright on the Program, and are irrevocable provided the stated
|
263
|
-
conditions are met. This License explicitly affirms your unlimited
|
264
|
-
permission to run the unmodified Program. The output from running a
|
265
|
-
covered work is covered by this License only if the output, given its
|
266
|
-
content, constitutes a covered work. This License acknowledges your
|
267
|
-
rights of fair use or other equivalent, as provided by copyright law.
|
268
|
-
<p>
|
269
|
-
You may make, run and propagate covered works that you do not convey,
|
270
|
-
without conditions so long as your license otherwise remains in force.
|
271
|
-
You may convey covered works to others for the sole purpose of having
|
272
|
-
them make modifications exclusively for you, or provide you with
|
273
|
-
facilities for running those works, provided that you comply with the
|
274
|
-
terms of this License in conveying all material for which you do not
|
275
|
-
control copyright. Those thus making or running the covered works for
|
276
|
-
you must do so exclusively on your behalf, under your direction and
|
277
|
-
control, on terms that prohibit them from making any copies of your
|
278
|
-
copyrighted material outside their relationship with you.
|
129
|
+
For the developers' and authors' protection, the GPL clearly
|
130
|
+
explains that there is no warranty for this free software. For both
|
131
|
+
users' and authors' sake, the GPL requires that modified
|
132
|
+
versions be marked as changed, so that their problems will not be
|
133
|
+
attributed erroneously to authors of previous versions.
|
279
134
|
</p>
|
280
135
|
|
281
136
|
<p>
|
282
|
-
|
283
|
-
|
284
|
-
|
137
|
+
Some devices are designed to deny users access to install or run
|
138
|
+
modified versions of the software inside them, although the
|
139
|
+
manufacturer can do so. This is fundamentally incompatible with the
|
140
|
+
aim of protecting users' freedom to change the software. The
|
141
|
+
systematic pattern of such abuse occurs in the area of products for
|
142
|
+
individuals to use, which is precisely where it is most unacceptable.
|
143
|
+
Therefore, we have designed this version of the GPL to prohibit the
|
144
|
+
practice for those products. If such problems arise substantially in
|
145
|
+
other domains, we stand ready to extend this provision to those
|
146
|
+
domains in future versions of the GPL, as needed to protect the
|
147
|
+
freedom of users.
|
285
148
|
</p>
|
286
|
-
</li>
|
287
|
-
|
288
|
-
<li>
|
289
|
-
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
290
|
-
3.</span></var>
|
291
|
-
Protecting Users' Legal Rights From Anti-Circumvention Law.<br>
|
292
149
|
|
293
|
-
No covered work shall be deemed part of an effective technological
|
294
|
-
measure under any applicable law fulfilling obligations under article 11
|
295
|
-
of the WIPO copyright treaty adopted on 20 December 1996, or similar
|
296
|
-
laws prohibiting or restricting circumvention of such measures.
|
297
150
|
<p>
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
forbid circumvention of technological measures.
|
151
|
+
Finally, every program is threatened constantly by software patents.
|
152
|
+
States should not allow patents to restrict development and use of
|
153
|
+
software on general-purpose computers, but in those that do, we wish
|
154
|
+
to avoid the special danger that patents applied to a free program
|
155
|
+
could make it effectively proprietary. To prevent this, the GPL
|
156
|
+
assures that patents cannot be used to render the program non-free.
|
305
157
|
</p>
|
306
|
-
|
307
|
-
|
308
|
-
<li>
|
309
|
-
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
310
|
-
4.</span></var>
|
311
|
-
Conveying Verbatim Copies.<br>
|
312
|
-
|
313
|
-
You may convey verbatim copies of the Program's source code as you
|
314
|
-
receive it, in any medium, provided that you conspicuously and
|
315
|
-
appropriately publish on each copy an appropriate copyright notice; keep
|
316
|
-
intact all notices stating that this License and any non-permissive
|
317
|
-
terms added in accord with section 7 apply to the code; keep intact all
|
318
|
-
notices of the absence of any warranty; and give all recipients a copy
|
319
|
-
of this License along with the Program.
|
158
|
+
|
320
159
|
<p>
|
321
|
-
|
322
|
-
|
160
|
+
The precise terms and conditions for copying, distribution and
|
161
|
+
modification follow.
|
323
162
|
</p>
|
324
|
-
</li>
|
325
|
-
|
326
|
-
<li>
|
327
|
-
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
328
|
-
5.</span></var>
|
329
|
-
Conveying Modified Source Versions.<br>
|
330
163
|
|
331
|
-
|
332
|
-
produce it from the Program, in the form of source code under the terms
|
333
|
-
of section 4, provided that you also meet all of these conditions:
|
164
|
+
<p> TERMS AND CONDITIONS </p>
|
334
165
|
|
335
166
|
<ul style="list-style: none">
|
336
167
|
<li>
|
337
168
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
338
|
-
|
339
|
-
|
340
|
-
|
169
|
+
0.</span></var>
|
170
|
+
Definitions.
|
171
|
+
<p>
|
172
|
+
"This License" refers to version 3 of the GNU General
|
173
|
+
Public License.
|
174
|
+
</p>
|
175
|
+
|
176
|
+
<p>
|
177
|
+
"Copyright" also means copyright-like laws that apply to
|
178
|
+
other kinds of works, such as semiconductor masks.
|
179
|
+
</p>
|
180
|
+
|
181
|
+
<p>
|
182
|
+
"The Program" refers to any copyrightable work licensed
|
183
|
+
under this License. Each licensee is addressed as "you".
|
184
|
+
"Licensees" and "recipients" may be
|
185
|
+
individuals or organizations.
|
186
|
+
</p>
|
187
|
+
|
188
|
+
<p>
|
189
|
+
To "modify" a work means to copy from or adapt all or
|
190
|
+
part of the work in a fashion requiring copyright permission,
|
191
|
+
other than the making of an exact copy. The resulting work is
|
192
|
+
called a "modified version" of the earlier work or a
|
193
|
+
work "based on" the earlier work.
|
194
|
+
</p>
|
195
|
+
|
196
|
+
<p>
|
197
|
+
A "covered work" means either the unmodified Program or
|
198
|
+
a work based on the Program.
|
199
|
+
</p>
|
200
|
+
|
201
|
+
<p>
|
202
|
+
To "propagate" a work means to do anything with it that,
|
203
|
+
without permission, would make you directly or secondarily liable
|
204
|
+
for infringement under applicable copyright law, except executing
|
205
|
+
it on a computer or modifying a private copy. Propagation includes
|
206
|
+
copying, distribution (with or without modification), making
|
207
|
+
available to the public, and in some countries other activities as
|
208
|
+
well.
|
209
|
+
</p>
|
210
|
+
|
211
|
+
<p>
|
212
|
+
To "convey" a work means any kind of propagation that
|
213
|
+
enables other parties to make or receive copies. Mere interaction
|
214
|
+
with a user through a computer network, with no transfer of a
|
215
|
+
copy, is not conveying.
|
216
|
+
</p>
|
217
|
+
|
218
|
+
<p>
|
219
|
+
An interactive user interface displays "Appropriate Legal
|
220
|
+
Notices" to the extent that it includes a convenient and
|
221
|
+
prominently visible feature that (1) displays an appropriate
|
222
|
+
copyright notice, and (2) tells the user that there is no warranty
|
223
|
+
for the work (except to the extent that warranties are provided),
|
224
|
+
that licensees may convey the work under this License, and how to
|
225
|
+
view a copy of this License. If the interface presents a list of
|
226
|
+
user commands or options, such as a menu, a prominent item in the
|
227
|
+
list meets this criterion.
|
228
|
+
</p>
|
341
229
|
</li>
|
342
230
|
|
343
231
|
<li>
|
344
232
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
233
|
+
1.</span></var>
|
234
|
+
Source Code.<br>
|
235
|
+
|
236
|
+
The "source code" for a work means the preferred form of
|
237
|
+
the work for making modifications to it. "Object code"
|
238
|
+
means any non-source form of a work.
|
239
|
+
<p>
|
240
|
+
A "Standard Interface" means an interface that either is
|
241
|
+
an official standard defined by a recognized standards body, or,
|
242
|
+
in the case of interfaces specified for a particular programming
|
243
|
+
language, one that is widely used among developers working in that
|
244
|
+
language.
|
245
|
+
</p>
|
246
|
+
|
247
|
+
<p>
|
248
|
+
The "System Libraries" of an executable work include
|
249
|
+
anything, other than the work as a whole, that (a) is included in
|
250
|
+
the normal form of packaging a Major Component, but which is not
|
251
|
+
part of that Major Component, and (b) serves only to enable use of
|
252
|
+
the work with that Major Component, or to implement a Standard
|
253
|
+
Interface for which an implementation is available to the public
|
254
|
+
in source code form. A "Major Component", in this
|
255
|
+
context, means a major essential component (kernel, window system,
|
256
|
+
and so on) of the specific operating system (if any) on which the
|
257
|
+
executable work runs, or a compiler used to produce the work, or
|
258
|
+
an object code interpreter used to run it.
|
259
|
+
</p>
|
260
|
+
|
261
|
+
<p>
|
262
|
+
The "Corresponding Source" for a work in object code
|
263
|
+
form means all the source code needed to generate, install, and
|
264
|
+
(for an executable work) run the object code and to modify the
|
265
|
+
work, including scripts to control those activities. However, it
|
266
|
+
does not include the work's System Libraries, or
|
267
|
+
general-purpose tools or generally available free programs which
|
268
|
+
are used unmodified in performing those activities but which are
|
269
|
+
not part of the work. For example, Corresponding Source includes
|
270
|
+
interface definition files associated with source files for the
|
271
|
+
work, and the source code for shared libraries and dynamically
|
272
|
+
linked subprograms that the work is specifically designed to
|
273
|
+
require, such as by intimate data communication or control flow
|
274
|
+
between those subprograms and other parts of the work.
|
275
|
+
</p>
|
276
|
+
|
277
|
+
<p>
|
278
|
+
The Corresponding Source need not include anything that users can
|
279
|
+
regenerate automatically from other parts of the Corresponding
|
280
|
+
Source.
|
281
|
+
</p>
|
282
|
+
|
283
|
+
<p>
|
284
|
+
The Corresponding Source for a work in source code form is that
|
285
|
+
same work.
|
286
|
+
</p>
|
350
287
|
</li>
|
351
288
|
|
352
289
|
<li>
|
353
290
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
291
|
+
2.</span></var>
|
292
|
+
Basic Permissions.<br>
|
293
|
+
|
294
|
+
All rights granted under this License are granted for the term of
|
295
|
+
copyright on the Program, and are irrevocable provided the stated
|
296
|
+
conditions are met. This License explicitly affirms your unlimited
|
297
|
+
permission to run the unmodified Program. The output from running a
|
298
|
+
covered work is covered by this License only if the output, given
|
299
|
+
its content, constitutes a covered work. This License acknowledges
|
300
|
+
your rights of fair use or other equivalent, as provided by
|
301
|
+
copyright law.
|
302
|
+
<p>
|
303
|
+
You may make, run and propagate covered works that you do not
|
304
|
+
convey, without conditions so long as your license otherwise
|
305
|
+
remains in force. You may convey covered works to others for the
|
306
|
+
sole purpose of having them make modifications exclusively for
|
307
|
+
you, or provide you with facilities for running those works,
|
308
|
+
provided that you comply with the terms of this License in
|
309
|
+
conveying all material for which you do not control copyright.
|
310
|
+
Those thus making or running the covered works for you must do so
|
311
|
+
exclusively on your behalf, under your direction and control, on
|
312
|
+
terms that prohibit them from making any copies of your
|
313
|
+
copyrighted material outside their relationship with you.
|
314
|
+
</p>
|
315
|
+
|
316
|
+
<p>
|
317
|
+
Conveying under any other circumstances is permitted solely under
|
318
|
+
the conditions stated below. Sublicensing is not allowed; section
|
319
|
+
10 makes it unnecessary.
|
320
|
+
</p>
|
362
321
|
</li>
|
363
322
|
|
364
323
|
<li>
|
365
324
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
325
|
+
3.</span></var>
|
326
|
+
Protecting Users' Legal Rights From Anti-Circumvention Law.<br>
|
327
|
+
|
328
|
+
No covered work shall be deemed part of an effective technological
|
329
|
+
measure under any applicable law fulfilling obligations under
|
330
|
+
article 11 of the WIPO copyright treaty adopted on 20 December 1996,
|
331
|
+
or similar laws prohibiting or restricting circumvention of such
|
332
|
+
measures.
|
333
|
+
<p>
|
334
|
+
When you convey a covered work, you waive any legal power to
|
335
|
+
forbid circumvention of technological measures to the extent such
|
336
|
+
circumvention is effected by exercising rights under this License
|
337
|
+
with respect to the covered work, and you disclaim any intention
|
338
|
+
to limit operation or modification of the work as a means of
|
339
|
+
enforcing, against the work's users, your or third
|
340
|
+
parties' legal rights to forbid circumvention of
|
341
|
+
technological measures.
|
342
|
+
</p>
|
371
343
|
</li>
|
372
|
-
</ul>
|
373
|
-
<p>
|
374
|
-
A compilation of a covered work with other separate and independent
|
375
|
-
works, which are not by their nature extensions of the covered work,
|
376
|
-
and which are not combined with it such as to form a larger program,
|
377
|
-
in or on a volume of a storage or distribution medium, is called an
|
378
|
-
"aggregate" if the compilation and its resulting copyright
|
379
|
-
are not used to limit the access or legal rights of the
|
380
|
-
compilation's users beyond what the individual works permit.
|
381
|
-
Inclusion of a covered work in an aggregate does not cause this
|
382
|
-
License to apply to the other parts of the aggregate.
|
383
|
-
</p>
|
384
|
-
</li>
|
385
344
|
|
386
|
-
<li>
|
387
|
-
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
388
|
-
6.</span></var>
|
389
|
-
Conveying Non-Source Forms.<br>
|
390
|
-
|
391
|
-
You may convey a covered work in object code form under the terms of
|
392
|
-
sections 4 and 5, provided that you also convey the machine-readable
|
393
|
-
Corresponding Source under the terms of this License, in one of these
|
394
|
-
ways:
|
395
|
-
|
396
|
-
<ul style="list-style: none">
|
397
345
|
<li>
|
398
346
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
347
|
+
4.</span></var>
|
348
|
+
Conveying Verbatim Copies.<br>
|
349
|
+
|
350
|
+
You may convey verbatim copies of the Program's source code as
|
351
|
+
you receive it, in any medium, provided that you conspicuously and
|
352
|
+
appropriately publish on each copy an appropriate copyright notice;
|
353
|
+
keep intact all notices stating that this License and any
|
354
|
+
non-permissive terms added in accord with section 7 apply to the
|
355
|
+
code; keep intact all notices of the absence of any warranty; and
|
356
|
+
give all recipients a copy of this License along with the Program.
|
357
|
+
<p>
|
358
|
+
You may charge any price or no price for each copy that you
|
359
|
+
convey, and you may offer support or warranty protection for a
|
360
|
+
fee.
|
361
|
+
</p>
|
404
362
|
</li>
|
405
363
|
|
406
364
|
<li>
|
407
365
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
366
|
+
5.</span></var>
|
367
|
+
Conveying Modified Source Versions.<br>
|
368
|
+
|
369
|
+
You may convey a work based on the Program, or the modifications to
|
370
|
+
produce it from the Program, in the form of source code under the
|
371
|
+
terms of section 4, provided that you also meet all of these
|
372
|
+
conditions:
|
373
|
+
|
374
|
+
<ul style="list-style: none">
|
375
|
+
<li>
|
376
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
377
|
+
a)</span></var>
|
378
|
+
The work must carry prominent notices stating that you modified
|
379
|
+
it, and giving a relevant date.
|
380
|
+
</li>
|
381
|
+
|
382
|
+
<li>
|
383
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
384
|
+
b)</span></var>
|
385
|
+
The work must carry prominent notices stating that it is
|
386
|
+
released under this License and any conditions added under
|
387
|
+
section 7. This requirement modifies the requirement in section
|
388
|
+
4 to "keep intact all notices".
|
389
|
+
</li>
|
390
|
+
|
391
|
+
<li>
|
392
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
393
|
+
c)</span></var>
|
394
|
+
You must license the entire work, as a whole, under this License
|
395
|
+
to anyone who comes into possession of a copy. This License will
|
396
|
+
therefore apply, along with any applicable section 7 additional
|
397
|
+
terms, to the whole of the work, and all its parts, regardless
|
398
|
+
of how they are packaged. This License gives no permission to
|
399
|
+
license the work in any other way, but it does not invalidate
|
400
|
+
such permission if you have separately received it.
|
401
|
+
</li>
|
402
|
+
|
403
|
+
<li>
|
404
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
405
|
+
d)</span></var>
|
406
|
+
If the work has interactive user interfaces, each must display
|
407
|
+
Appropriate Legal Notices; however, if the Program has
|
408
|
+
interactive interfaces that do not display Appropriate Legal
|
409
|
+
Notices, your work need not make them do so.
|
410
|
+
</li>
|
411
|
+
</ul>
|
412
|
+
<p>
|
413
|
+
A compilation of a covered work with other separate and
|
414
|
+
independent works, which are not by their nature extensions of the
|
415
|
+
covered work, and which are not combined with it such as to form a
|
416
|
+
larger program, in or on a volume of a storage or distribution
|
417
|
+
medium, is called an "aggregate" if the compilation and
|
418
|
+
its resulting copyright are not used to limit the access or legal
|
419
|
+
rights of the compilation's users beyond what the individual
|
420
|
+
works permit. Inclusion of a covered work in an aggregate does not
|
421
|
+
cause this License to apply to the other parts of the aggregate.
|
422
|
+
</p>
|
420
423
|
</li>
|
421
424
|
|
422
425
|
<li>
|
423
426
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
427
|
+
6.</span></var>
|
428
|
+
Conveying Non-Source Forms.<br>
|
429
|
+
|
430
|
+
You may convey a covered work in object code form under the terms of
|
431
|
+
sections 4 and 5, provided that you also convey the machine-readable
|
432
|
+
Corresponding Source under the terms of this License, in one of
|
433
|
+
these ways:
|
434
|
+
|
435
|
+
<ul style="list-style: none">
|
436
|
+
<li>
|
437
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
438
|
+
a)</span></var>
|
439
|
+
Convey the object code in, or embodied in, a physical product
|
440
|
+
(including a physical distribution medium), accompanied by the
|
441
|
+
Corresponding Source fixed on a durable physical medium
|
442
|
+
customarily used for software interchange.
|
443
|
+
</li>
|
444
|
+
|
445
|
+
<li>
|
446
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
447
|
+
b)</span></var>
|
448
|
+
Convey the object code in, or embodied in, a physical product
|
449
|
+
(including a physical distribution medium), accompanied by a
|
450
|
+
written offer, valid for at least three years and valid for as
|
451
|
+
long as you offer spare parts or customer support for that
|
452
|
+
product model, to give anyone who possesses the object code
|
453
|
+
either (1) a copy of the Corresponding Source for all the
|
454
|
+
software in the product that is covered by this License, on a
|
455
|
+
durable physical medium customarily used for software
|
456
|
+
interchange, for a price no more than your reasonable cost of
|
457
|
+
physically performing this conveying of source, or (2) access to
|
458
|
+
copy the Corresponding Source from a network server at no
|
459
|
+
charge.
|
460
|
+
</li>
|
461
|
+
|
462
|
+
<li>
|
463
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
464
|
+
c)</span></var>
|
465
|
+
Convey individual copies of the object code with a copy of the
|
466
|
+
written offer to provide the Corresponding Source. This
|
467
|
+
alternative is allowed only occasionally and noncommercially,
|
468
|
+
and only if you received the object code with such an offer, in
|
469
|
+
accord with subsection 6b.
|
470
|
+
</li>
|
471
|
+
|
472
|
+
<li>
|
473
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
474
|
+
d)</span></var>
|
475
|
+
Convey the object code by offering access from a designated
|
476
|
+
place (gratis or for a charge), and offer equivalent access to
|
477
|
+
the Corresponding Source in the same way through the same place
|
478
|
+
at no further charge. You need not require recipients to copy
|
479
|
+
the Corresponding Source along with the object code. If the
|
480
|
+
place to copy the object code is a network server, the
|
481
|
+
Corresponding Source may be on a different server (operated by
|
482
|
+
you or a third party) that supports equivalent copying
|
483
|
+
facilities, provided you maintain clear directions next to the
|
484
|
+
object code saying where to find the Corresponding Source.
|
485
|
+
Regardless of what server hosts the Corresponding Source, you
|
486
|
+
remain obligated to ensure that it is available for as long as
|
487
|
+
needed to satisfy these requirements.
|
488
|
+
</li>
|
489
|
+
|
490
|
+
<li>
|
491
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
492
|
+
e)</span></var>
|
493
|
+
Convey the object code using peer-to-peer transmission, provided
|
494
|
+
you inform other peers where the object code and Corresponding
|
495
|
+
Source of the work are being offered to the general public at no
|
496
|
+
charge under subsection 6d.
|
497
|
+
</li>
|
498
|
+
</ul>
|
499
|
+
<p>
|
500
|
+
A separable portion of the object code, whose source code is
|
501
|
+
excluded from the Corresponding Source as a System Library, need
|
502
|
+
not be included in conveying the object code work.
|
503
|
+
</p>
|
504
|
+
|
505
|
+
<p>
|
506
|
+
A "User Product" is either (1) a "consumer
|
507
|
+
product", which means any tangible personal property which is
|
508
|
+
normally used for personal, family, or household purposes, or (2)
|
509
|
+
anything designed or sold for incorporation into a dwelling. In
|
510
|
+
determining whether a product is a consumer product, doubtful
|
511
|
+
cases shall be resolved in favor of coverage. For a particular
|
512
|
+
product received by a particular user, "normally used"
|
513
|
+
refers to a typical or common use of that class of product,
|
514
|
+
regardless of the status of the particular user or of the way in
|
515
|
+
which the particular user actually uses, or expects or is expected
|
516
|
+
to use, the product. A product is a consumer product regardless of
|
517
|
+
whether the product has substantial commercial, industrial or
|
518
|
+
non-consumer uses, unless such uses represent the only significant
|
519
|
+
mode of use of the product.
|
520
|
+
</p>
|
521
|
+
|
522
|
+
<p>
|
523
|
+
"Installation Information" for a User Product means any
|
524
|
+
methods, procedures, authorization keys, or other information
|
525
|
+
required to install and execute modified versions of a covered
|
526
|
+
work in that User Product from a modified version of its
|
527
|
+
Corresponding Source. The information must suffice to ensure that
|
528
|
+
the continued functioning of the modified object code is in no
|
529
|
+
case prevented or interfered with solely because modification has
|
530
|
+
been made.
|
531
|
+
</p>
|
532
|
+
|
533
|
+
<p>
|
534
|
+
If you convey an object code work under this section in, or with,
|
535
|
+
or specifically for use in, a User Product, and the conveying
|
536
|
+
occurs as part of a transaction in which the right of possession
|
537
|
+
and use of the User Product is transferred to the recipient in
|
538
|
+
perpetuity or for a fixed term (regardless of how the transaction
|
539
|
+
is characterized), the Corresponding Source conveyed under this
|
540
|
+
section must be accompanied by the Installation Information. But
|
541
|
+
this requirement does not apply if neither you nor any third party
|
542
|
+
retains the ability to install modified object code on the User
|
543
|
+
Product (for example, the work has been installed in ROM).
|
544
|
+
</p>
|
545
|
+
|
546
|
+
<p>
|
547
|
+
The requirement to provide Installation Information does not
|
548
|
+
include a requirement to continue to provide support service,
|
549
|
+
warranty, or updates for a work that has been modified or
|
550
|
+
installed by the recipient, or for the User Product in which it
|
551
|
+
has been modified or installed. Access to a network may be denied
|
552
|
+
when the modification itself materially and adversely affects the
|
553
|
+
operation of the network or violates the rules and protocols for
|
554
|
+
communication across the network.
|
555
|
+
</p>
|
556
|
+
|
557
|
+
<p>
|
558
|
+
Corresponding Source conveyed, and Installation Information
|
559
|
+
provided, in accord with this section must be in a format that is
|
560
|
+
publicly documented (and with an implementation available to the
|
561
|
+
public in source code form), and must require no special password
|
562
|
+
or key for unpacking, reading or copying.
|
563
|
+
</p>
|
430
564
|
</li>
|
431
565
|
|
432
566
|
<li>
|
433
567
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
568
|
+
7.</span></var>
|
569
|
+
Additional Terms.<br>
|
570
|
+
|
571
|
+
"Additional permissions" are terms that supplement the
|
572
|
+
terms of this License by making exceptions from one or more of its
|
573
|
+
conditions. Additional permissions that are applicable to the entire
|
574
|
+
Program shall be treated as though they were included in this
|
575
|
+
License, to the extent that they are valid under applicable law. If
|
576
|
+
additional permissions apply only to part of the Program, that part
|
577
|
+
may be used separately under those permissions, but the entire
|
578
|
+
Program remains governed by this License without regard to the
|
579
|
+
additional permissions.
|
580
|
+
<p>
|
581
|
+
When you convey a copy of a covered work, you may at your option
|
582
|
+
remove any additional permissions from that copy, or from any part
|
583
|
+
of it. (Additional permissions may be written to require their own
|
584
|
+
removal in certain cases when you modify the work.) You may place
|
585
|
+
additional permissions on material, added by you to a covered
|
586
|
+
work, for which you have or can give appropriate copyright
|
587
|
+
permission.
|
588
|
+
</p>
|
589
|
+
|
590
|
+
<p>
|
591
|
+
Notwithstanding any other provision of this License, for material
|
592
|
+
you add to a covered work, you may (if authorized by the copyright
|
593
|
+
holders of that material) supplement the terms of this License
|
594
|
+
with terms:
|
595
|
+
</p>
|
596
|
+
|
597
|
+
<ul style="list-style: none">
|
598
|
+
<li>
|
599
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
600
|
+
a)</span></var>
|
601
|
+
Disclaiming warranty or limiting liability differently from the
|
602
|
+
terms of sections 15 and 16 of this License; or
|
603
|
+
</li>
|
604
|
+
|
605
|
+
<li>
|
606
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
607
|
+
b)</span></var>
|
608
|
+
Requiring preservation of specified reasonable legal notices or
|
609
|
+
author attributions in that material or in the Appropriate Legal
|
610
|
+
Notices displayed by works containing it; or
|
611
|
+
</li>
|
612
|
+
|
613
|
+
<li>
|
614
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
615
|
+
c)</span></var>
|
616
|
+
Prohibiting misrepresentation of the origin of that material, or
|
617
|
+
requiring that modified versions of such material be marked in
|
618
|
+
reasonable ways as different from the original version; or
|
619
|
+
</li>
|
620
|
+
|
621
|
+
<li>
|
622
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
623
|
+
d)</span></var>
|
624
|
+
Limiting the use for publicity purposes of names of licensors or
|
625
|
+
authors of the material; or
|
626
|
+
</li>
|
627
|
+
|
628
|
+
<li>
|
629
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
630
|
+
e)</span></var>
|
631
|
+
Declining to grant rights under trademark law for use of some
|
632
|
+
trade names, trademarks, or service marks; or
|
633
|
+
</li>
|
634
|
+
|
635
|
+
<li>
|
636
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
637
|
+
f)</span></var>
|
638
|
+
Requiring indemnification of licensors and authors of that
|
639
|
+
material by anyone who conveys the material (or modified
|
640
|
+
versions of it) with contractual assumptions of liability to the
|
641
|
+
recipient, for any liability that these contractual assumptions
|
642
|
+
directly impose on those licensors and authors.
|
643
|
+
</li>
|
644
|
+
</ul>
|
645
|
+
<p>
|
646
|
+
All other non-permissive additional terms are considered
|
647
|
+
"further restrictions" within the meaning of section 10.
|
648
|
+
If the Program as you received it, or any part of it, contains a
|
649
|
+
notice stating that it is governed by this License along with a
|
650
|
+
term that is a further restriction, you may remove that term. If a
|
651
|
+
license document contains a further restriction but permits
|
652
|
+
relicensing or conveying under this License, you may add to a
|
653
|
+
covered work material governed by the terms of that license
|
654
|
+
document, provided that the further restriction does not survive
|
655
|
+
such relicensing or conveying.
|
656
|
+
</p>
|
657
|
+
|
658
|
+
<p>
|
659
|
+
If you add terms to a covered work in accord with this section,
|
660
|
+
you must place, in the relevant source files, a statement of the
|
661
|
+
additional terms that apply to those files, or a notice indicating
|
662
|
+
where to find the applicable terms.
|
663
|
+
</p>
|
664
|
+
|
665
|
+
<p>
|
666
|
+
Additional terms, permissive or non-permissive, may be stated in
|
667
|
+
the form of a separately written license, or stated as exceptions;
|
668
|
+
the above requirements apply either way.
|
669
|
+
</p>
|
447
670
|
</li>
|
448
671
|
|
449
672
|
<li>
|
450
673
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
674
|
+
8.</span></var>
|
675
|
+
Termination.<br>
|
676
|
+
|
677
|
+
You may not propagate or modify a covered work except as expressly
|
678
|
+
provided under this License. Any attempt otherwise to propagate or
|
679
|
+
modify it is void, and will automatically terminate your rights
|
680
|
+
under this License (including any patent licenses granted under the
|
681
|
+
third paragraph of section 11).
|
682
|
+
<p>
|
683
|
+
However, if you cease all violation of this License, then your
|
684
|
+
license from a particular copyright holder is reinstated (a)
|
685
|
+
provisionally, unless and until the copyright holder explicitly
|
686
|
+
and finally terminates your license, and (b) permanently, if the
|
687
|
+
copyright holder fails to notify you of the violation by some
|
688
|
+
reasonable means prior to 60 days after the cessation.
|
689
|
+
</p>
|
690
|
+
|
691
|
+
<p>
|
692
|
+
Moreover, your license from a particular copyright holder is
|
693
|
+
reinstated permanently if the copyright holder notifies you of the
|
694
|
+
violation by some reasonable means, this is the first time you
|
695
|
+
have received notice of violation of this License (for any work)
|
696
|
+
from that copyright holder, and you cure the violation prior to 30
|
697
|
+
days after your receipt of the notice.
|
698
|
+
</p>
|
699
|
+
|
700
|
+
<p>
|
701
|
+
Termination of your rights under this section does not terminate
|
702
|
+
the licenses of parties who have received copies or rights from
|
703
|
+
you under this License. If your rights have been terminated and
|
704
|
+
not permanently reinstated, you do not qualify to receive new
|
705
|
+
licenses for the same material under section 10.
|
706
|
+
</p>
|
456
707
|
</li>
|
457
|
-
</ul>
|
458
|
-
<p>
|
459
|
-
A separable portion of the object code, whose source code is excluded
|
460
|
-
from the Corresponding Source as a System Library, need not be
|
461
|
-
included in conveying the object code work.
|
462
|
-
</p>
|
463
708
|
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
</p>
|
479
|
-
|
480
|
-
<p>
|
481
|
-
"Installation Information" for a User Product means any
|
482
|
-
methods, procedures, authorization keys, or other information required
|
483
|
-
to install and execute modified versions of a covered work in that
|
484
|
-
User Product from a modified version of its Corresponding Source. The
|
485
|
-
information must suffice to ensure that the continued functioning of
|
486
|
-
the modified object code is in no case prevented or interfered with
|
487
|
-
solely because modification has been made.
|
488
|
-
</p>
|
489
|
-
|
490
|
-
<p>
|
491
|
-
If you convey an object code work under this section in, or with, or
|
492
|
-
specifically for use in, a User Product, and the conveying occurs as
|
493
|
-
part of a transaction in which the right of possession and use of the
|
494
|
-
User Product is transferred to the recipient in perpetuity or for a
|
495
|
-
fixed term (regardless of how the transaction is characterized), the
|
496
|
-
Corresponding Source conveyed under this section must be accompanied
|
497
|
-
by the Installation Information. But this requirement does not apply
|
498
|
-
if neither you nor any third party retains the ability to install
|
499
|
-
modified object code on the User Product (for example, the work has
|
500
|
-
been installed in ROM).
|
501
|
-
</p>
|
502
|
-
|
503
|
-
<p>
|
504
|
-
The requirement to provide Installation Information does not include a
|
505
|
-
requirement to continue to provide support service, warranty, or
|
506
|
-
updates for a work that has been modified or installed by the
|
507
|
-
recipient, or for the User Product in which it has been modified or
|
508
|
-
installed. Access to a network may be denied when the modification
|
509
|
-
itself materially and adversely affects the operation of the network
|
510
|
-
or violates the rules and protocols for communication across the
|
511
|
-
network.
|
512
|
-
</p>
|
709
|
+
<li>
|
710
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
711
|
+
9.</span></var>
|
712
|
+
Acceptance Not Required for Having Copies.<br>
|
713
|
+
|
714
|
+
You are not required to accept this License in order to receive or
|
715
|
+
run a copy of the Program. Ancillary propagation of a covered work
|
716
|
+
occurring solely as a consequence of using peer-to-peer transmission
|
717
|
+
to receive a copy likewise does not require acceptance. However,
|
718
|
+
nothing other than this License grants you permission to propagate
|
719
|
+
or modify any covered work. These actions infringe copyright if you
|
720
|
+
do not accept this License. Therefore, by modifying or propagating a
|
721
|
+
covered work, you indicate your acceptance of this License to do so.
|
722
|
+
</li>
|
513
723
|
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
724
|
+
<li>
|
725
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
726
|
+
10.</span></var>
|
727
|
+
Automatic Licensing of Downstream Recipients.<br>
|
728
|
+
|
729
|
+
Each time you convey a covered work, the recipient automatically
|
730
|
+
receives a license from the original licensors, to run, modify and
|
731
|
+
propagate that work, subject to this License. You are not
|
732
|
+
responsible for enforcing compliance by third parties with this
|
733
|
+
License.
|
734
|
+
<p>
|
735
|
+
An "entity transaction" is a transaction transferring
|
736
|
+
control of an organization, or substantially all assets of one, or
|
737
|
+
subdividing an organization, or merging organizations. If
|
738
|
+
propagation of a covered work results from an entity transaction,
|
739
|
+
each party to that transaction who receives a copy of the work
|
740
|
+
also receives whatever licenses to the work the party's
|
741
|
+
predecessor in interest had or could give under the previous
|
742
|
+
paragraph, plus a right to possession of the Corresponding Source
|
743
|
+
of the work from the predecessor in interest, if the predecessor
|
744
|
+
has it or can get it with reasonable efforts.
|
745
|
+
</p>
|
746
|
+
|
747
|
+
<p>
|
748
|
+
You may not impose any further restrictions on the exercise of the
|
749
|
+
rights granted or affirmed under this License. For example, you
|
750
|
+
may not impose a license fee, royalty, or other charge for
|
751
|
+
exercise of rights granted under this License, and you may not
|
752
|
+
initiate litigation (including a cross-claim or counterclaim in a
|
753
|
+
lawsuit) alleging that any patent claim is infringed by making,
|
754
|
+
using, selling, offering for sale, or importing the Program or any
|
755
|
+
portion of it.
|
756
|
+
</p>
|
757
|
+
</li>
|
544
758
|
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
759
|
+
<li>
|
760
|
+
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
761
|
+
11.</span></var>
|
762
|
+
Patents.<br>
|
763
|
+
|
764
|
+
A "contributor" is a copyright holder who authorizes use
|
765
|
+
under this License of the Program or a work on which the Program is
|
766
|
+
based. The work thus licensed is called the contributor's
|
767
|
+
"contributor version".
|
768
|
+
<p>
|
769
|
+
A contributor's "essential patent claims" are all
|
770
|
+
patent claims owned or controlled by the contributor, whether
|
771
|
+
already acquired or hereafter acquired, that would be infringed by
|
772
|
+
some manner, permitted by this License, of making, using, or
|
773
|
+
selling its contributor version, but do not include claims that
|
774
|
+
would be infringed only as a consequence of further modification
|
775
|
+
of the contributor version. For purposes of this definition,
|
776
|
+
"control" includes the right to grant patent sublicenses
|
777
|
+
in a manner consistent with the requirements of this License.
|
778
|
+
</p>
|
779
|
+
|
780
|
+
<p>
|
781
|
+
Each contributor grants you a non-exclusive, worldwide,
|
782
|
+
royalty-free patent license under the contributor's essential
|
783
|
+
patent claims, to make, use, sell, offer for sale, import and
|
784
|
+
otherwise run, modify and propagate the contents of its
|
785
|
+
contributor version.
|
786
|
+
</p>
|
787
|
+
|
788
|
+
<p>
|
789
|
+
In the following three paragraphs, a "patent license" is
|
790
|
+
any express agreement or commitment, however denominated, not to
|
791
|
+
enforce a patent (such as an express permission to practice a
|
792
|
+
patent or covenant not to sue for patent infringement). To
|
793
|
+
"grant" such a patent license to a party means to make
|
794
|
+
such an agreement or commitment not to enforce a patent against
|
795
|
+
the party.
|
796
|
+
</p>
|
797
|
+
|
798
|
+
<p>
|
799
|
+
If you convey a covered work, knowingly relying on a patent
|
800
|
+
license, and the Corresponding Source of the work is not available
|
801
|
+
for anyone to copy, free of charge and under the terms of this
|
802
|
+
License, through a publicly available network server or other
|
803
|
+
readily accessible means, then you must either (1) cause the
|
804
|
+
Corresponding Source to be so available, or (2) arrange to deprive
|
805
|
+
yourself of the benefit of the patent license for this particular
|
806
|
+
work, or (3) arrange, in a manner consistent with the requirements
|
807
|
+
of this License, to extend the patent license to downstream
|
808
|
+
recipients. "Knowingly relying" means you have actual
|
809
|
+
knowledge that, but for the patent license, your conveying the
|
810
|
+
covered work in a country, or your recipient's use of the
|
811
|
+
covered work in a country, would infringe one or more identifiable
|
812
|
+
patents in that country that you have reason to believe are valid.
|
813
|
+
</p>
|
814
|
+
|
815
|
+
<p>
|
816
|
+
If, pursuant to or in connection with a single transaction or
|
817
|
+
arrangement, you convey, or propagate by procuring conveyance of,
|
818
|
+
a covered work, and grant a patent license to some of the parties
|
819
|
+
receiving the covered work authorizing them to use, propagate,
|
820
|
+
modify or convey a specific copy of the covered work, then the
|
821
|
+
patent license you grant is automatically extended to all
|
822
|
+
recipients of the covered work and works based on it.
|
823
|
+
</p>
|
824
|
+
|
825
|
+
<p>
|
826
|
+
A patent license is "discriminatory" if it does not
|
827
|
+
include within the scope of its coverage, prohibits the exercise
|
828
|
+
of, or is conditioned on the non-exercise of one or more of the
|
829
|
+
rights that are specifically granted under this License. You may
|
830
|
+
not convey a covered work if you are a party to an arrangement
|
831
|
+
with a third party that is in the business of distributing
|
832
|
+
software, under which you make payment to the third party based on
|
833
|
+
the extent of your activity of conveying the work, and under which
|
834
|
+
the third party grants, to any of the parties who would receive
|
835
|
+
the covered work from you, a discriminatory patent license (a) in
|
836
|
+
connection with copies of the covered work conveyed by you (or
|
837
|
+
copies made from those copies), or (b) primarily for and in
|
838
|
+
connection with specific products or compilations that contain the
|
839
|
+
covered work, unless you entered into that arrangement, or that
|
840
|
+
patent license was granted, prior to 28 March 2007.
|
841
|
+
</p>
|
842
|
+
|
843
|
+
<p>
|
844
|
+
Nothing in this License shall be construed as excluding or
|
845
|
+
limiting any implied license or other defenses to infringement
|
846
|
+
that may otherwise be available to you under applicable patent
|
847
|
+
law.
|
848
|
+
</p>
|
849
|
+
</li>
|
550
850
|
|
551
|
-
<ul style="list-style: none">
|
552
851
|
<li>
|
553
852
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
554
|
-
|
555
|
-
|
556
|
-
|
853
|
+
12.</span></var>
|
854
|
+
No Surrender of Others' Freedom.<br>
|
855
|
+
|
856
|
+
If conditions are imposed on you (whether by court order, agreement
|
857
|
+
or otherwise) that contradict the conditions of this License, they
|
858
|
+
do not excuse you from the conditions of this License. If you cannot
|
859
|
+
convey a covered work so as to satisfy simultaneously your
|
860
|
+
obligations under this License and any other pertinent obligations,
|
861
|
+
then as a consequence you may not convey it at all. For example, if
|
862
|
+
you agree to terms that obligate you to collect a royalty for
|
863
|
+
further conveying from those to whom you convey the Program, the
|
864
|
+
only way you could satisfy both those terms and this License would
|
865
|
+
be to refrain entirely from conveying the Program.
|
557
866
|
</li>
|
558
867
|
|
559
868
|
<li>
|
560
869
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
870
|
+
13.</span></var>
|
871
|
+
Use with the GNU Affero General Public License.<br>
|
872
|
+
|
873
|
+
Notwithstanding any other provision of this License, you have
|
874
|
+
permission to link or combine any covered work with a work licensed
|
875
|
+
under version 3 of the GNU Affero General Public License into a
|
876
|
+
single combined work, and to convey the resulting work. The terms of
|
877
|
+
this License will continue to apply to the part which is the covered
|
878
|
+
work, but the special requirements of the GNU Affero General Public
|
879
|
+
License, section 13, concerning interaction through a network will
|
880
|
+
apply to the combination as such.
|
565
881
|
</li>
|
566
882
|
|
567
883
|
<li>
|
568
884
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
885
|
+
14.</span></var>
|
886
|
+
Revised Versions of this License.<br>
|
887
|
+
|
888
|
+
The Free Software Foundation may publish revised and/or new versions
|
889
|
+
of the GNU General Public License from time to time. Such new
|
890
|
+
versions will be similar in spirit to the present version, but may
|
891
|
+
differ in detail to address new problems or concerns.
|
892
|
+
<p>
|
893
|
+
Each version is given a distinguishing version number. If the
|
894
|
+
Program specifies that a certain numbered version of the GNU
|
895
|
+
General Public License "or any later version" applies to
|
896
|
+
it, you have the option of following the terms and conditions
|
897
|
+
either of that numbered version or of any later version published
|
898
|
+
by the Free Software Foundation. If the Program does not specify a
|
899
|
+
version number of the GNU General Public License, you may choose
|
900
|
+
any version ever published by the Free Software Foundation.
|
901
|
+
</p>
|
902
|
+
|
903
|
+
<p>
|
904
|
+
If the Program specifies that a proxy can decide which future
|
905
|
+
versions of the GNU General Public License can be used, that
|
906
|
+
proxy's public statement of acceptance of a version
|
907
|
+
permanently authorizes you to choose that version for the Program.
|
908
|
+
</p>
|
909
|
+
|
910
|
+
<p>
|
911
|
+
Later license versions may give you additional or different
|
912
|
+
permissions. However, no additional obligations are imposed on any
|
913
|
+
author or copyright holder as a result of your choosing to follow
|
914
|
+
a later version.
|
915
|
+
</p>
|
573
916
|
</li>
|
574
917
|
|
575
918
|
<li>
|
576
919
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
577
|
-
|
578
|
-
|
579
|
-
|
920
|
+
15.</span></var>
|
921
|
+
Disclaimer of Warranty.<br>
|
922
|
+
|
923
|
+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
924
|
+
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
|
925
|
+
COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS
|
926
|
+
IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
|
927
|
+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
928
|
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE
|
929
|
+
RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.
|
930
|
+
SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
|
931
|
+
NECESSARY SERVICING, REPAIR OR CORRECTION.
|
580
932
|
</li>
|
581
933
|
|
582
934
|
<li>
|
583
935
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
584
|
-
|
585
|
-
|
586
|
-
|
936
|
+
16.</span></var>
|
937
|
+
Limitation of Liability.<br>
|
938
|
+
|
939
|
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
940
|
+
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES
|
941
|
+
AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
|
942
|
+
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
|
943
|
+
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM
|
944
|
+
(INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
|
945
|
+
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE
|
946
|
+
OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
|
947
|
+
HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
948
|
+
DAMAGES.
|
587
949
|
</li>
|
588
950
|
|
589
951
|
<li>
|
590
952
|
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
953
|
+
17.</span></var>
|
954
|
+
Interpretation of Sections 15 and 16.
|
955
|
+
<p>
|
956
|
+
If the disclaimer of warranty and limitation of liability provided
|
957
|
+
above cannot be given local legal effect according to their terms,
|
958
|
+
reviewing courts shall apply local law that most closely
|
959
|
+
approximates an absolute waiver of all civil liability in
|
960
|
+
connection with the Program, unless a warranty or assumption of
|
961
|
+
liability accompanies a copy of the Program in return for a fee.
|
962
|
+
</p>
|
597
963
|
</li>
|
598
964
|
</ul>
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
subdividing an organization, or merging organizations. If propagation
|
690
|
-
of a covered work results from an entity transaction, each party to
|
691
|
-
that transaction who receives a copy of the work also receives
|
692
|
-
whatever licenses to the work the party's predecessor in interest
|
693
|
-
had or could give under the previous paragraph, plus a right to
|
694
|
-
possession of the Corresponding Source of the work from the
|
695
|
-
predecessor in interest, if the predecessor has it or can get it with
|
696
|
-
reasonable efforts.
|
697
|
-
</p>
|
698
|
-
|
699
|
-
<p>
|
700
|
-
You may not impose any further restrictions on the exercise of the
|
701
|
-
rights granted or affirmed under this License. For example, you may
|
702
|
-
not impose a license fee, royalty, or other charge for exercise of
|
703
|
-
rights granted under this License, and you may not initiate litigation
|
704
|
-
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
705
|
-
any patent claim is infringed by making, using, selling, offering for
|
706
|
-
sale, or importing the Program or any portion of it.
|
707
|
-
</p>
|
708
|
-
</li>
|
709
|
-
|
710
|
-
<li>
|
711
|
-
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
712
|
-
11.</span></var>
|
713
|
-
Patents.<br>
|
714
|
-
|
715
|
-
A "contributor" is a copyright holder who authorizes use under
|
716
|
-
this License of the Program or a work on which the Program is based. The
|
717
|
-
work thus licensed is called the contributor's "contributor
|
718
|
-
version".
|
719
|
-
<p>
|
720
|
-
A contributor's "essential patent claims" are all
|
721
|
-
patent claims owned or controlled by the contributor, whether already
|
722
|
-
acquired or hereafter acquired, that would be infringed by some
|
723
|
-
manner, permitted by this License, of making, using, or selling its
|
724
|
-
contributor version, but do not include claims that would be infringed
|
725
|
-
only as a consequence of further modification of the contributor
|
726
|
-
version. For purposes of this definition, "control" includes
|
727
|
-
the right to grant patent sublicenses in a manner consistent with the
|
728
|
-
requirements of this License.
|
729
|
-
</p>
|
730
|
-
|
731
|
-
<p>
|
732
|
-
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
733
|
-
patent license under the contributor's essential patent claims,
|
734
|
-
to make, use, sell, offer for sale, import and otherwise run, modify
|
735
|
-
and propagate the contents of its contributor version.
|
736
|
-
</p>
|
737
|
-
|
738
|
-
<p>
|
739
|
-
In the following three paragraphs, a "patent license" is any
|
740
|
-
express agreement or commitment, however denominated, not to enforce a
|
741
|
-
patent (such as an express permission to practice a patent or covenant
|
742
|
-
not to sue for patent infringement). To "grant" such a
|
743
|
-
patent license to a party means to make such an agreement or
|
744
|
-
commitment not to enforce a patent against the party.
|
745
|
-
</p>
|
746
|
-
|
747
|
-
<p>
|
748
|
-
If you convey a covered work, knowingly relying on a patent license,
|
749
|
-
and the Corresponding Source of the work is not available for anyone
|
750
|
-
to copy, free of charge and under the terms of this License, through a
|
751
|
-
publicly available network server or other readily accessible means,
|
752
|
-
then you must either (1) cause the Corresponding Source to be so
|
753
|
-
available, or (2) arrange to deprive yourself of the benefit of the
|
754
|
-
patent license for this particular work, or (3) arrange, in a manner
|
755
|
-
consistent with the requirements of this License, to extend the patent
|
756
|
-
license to downstream recipients. "Knowingly relying" means
|
757
|
-
you have actual knowledge that, but for the patent license, your
|
758
|
-
conveying the covered work in a country, or your recipient's use
|
759
|
-
of the covered work in a country, would infringe one or more
|
760
|
-
identifiable patents in that country that you have reason to believe
|
761
|
-
are valid.
|
762
|
-
</p>
|
763
|
-
|
764
|
-
<p>
|
765
|
-
If, pursuant to or in connection with a single transaction or
|
766
|
-
arrangement, you convey, or propagate by procuring conveyance of, a
|
767
|
-
covered work, and grant a patent license to some of the parties
|
768
|
-
receiving the covered work authorizing them to use, propagate, modify
|
769
|
-
or convey a specific copy of the covered work, then the patent license
|
770
|
-
you grant is automatically extended to all recipients of the covered
|
771
|
-
work and works based on it.
|
772
|
-
</p>
|
773
|
-
|
774
|
-
<p>
|
775
|
-
A patent license is "discriminatory" if it does not include
|
776
|
-
within the scope of its coverage, prohibits the exercise of, or is
|
777
|
-
conditioned on the non-exercise of one or more of the rights that are
|
778
|
-
specifically granted under this License. You may not convey a covered
|
779
|
-
work if you are a party to an arrangement with a third party that is
|
780
|
-
in the business of distributing software, under which you make payment
|
781
|
-
to the third party based on the extent of your activity of conveying
|
782
|
-
the work, and under which the third party grants, to any of the
|
783
|
-
parties who would receive the covered work from you, a discriminatory
|
784
|
-
patent license (a) in connection with copies of the covered work
|
785
|
-
conveyed by you (or copies made from those copies), or (b) primarily
|
786
|
-
for and in connection with specific products or compilations that
|
787
|
-
contain the covered work, unless you entered into that arrangement, or
|
788
|
-
that patent license was granted, prior to 28 March 2007.
|
789
|
-
</p>
|
790
|
-
|
791
|
-
<p>
|
792
|
-
Nothing in this License shall be construed as excluding or limiting
|
793
|
-
any implied license or other defenses to infringement that may
|
794
|
-
otherwise be available to you under applicable patent law.
|
795
|
-
</p>
|
796
|
-
</li>
|
797
|
-
|
798
|
-
<li>
|
799
|
-
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
800
|
-
12.</span></var>
|
801
|
-
No Surrender of Others' Freedom.<br>
|
802
|
-
|
803
|
-
If conditions are imposed on you (whether by court order, agreement or
|
804
|
-
otherwise) that contradict the conditions of this License, they do not
|
805
|
-
excuse you from the conditions of this License. If you cannot convey a
|
806
|
-
covered work so as to satisfy simultaneously your obligations under this
|
807
|
-
License and any other pertinent obligations, then as a consequence you
|
808
|
-
may not convey it at all. For example, if you agree to terms that
|
809
|
-
obligate you to collect a royalty for further conveying from those to
|
810
|
-
whom you convey the Program, the only way you could satisfy both those
|
811
|
-
terms and this License would be to refrain entirely from conveying the
|
812
|
-
Program.
|
813
|
-
</li>
|
814
|
-
|
815
|
-
<li>
|
816
|
-
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
817
|
-
13.</span></var>
|
818
|
-
Use with the GNU Affero General Public License.<br>
|
819
|
-
|
820
|
-
Notwithstanding any other provision of this License, you have permission
|
821
|
-
to link or combine any covered work with a work licensed under version 3
|
822
|
-
of the GNU Affero General Public License into a single combined work,
|
823
|
-
and to convey the resulting work. The terms of this License will
|
824
|
-
continue to apply to the part which is the covered work, but the special
|
825
|
-
requirements of the GNU Affero General Public License, section 13,
|
826
|
-
concerning interaction through a network will apply to the combination
|
827
|
-
as such.
|
828
|
-
</li>
|
829
|
-
|
830
|
-
<li>
|
831
|
-
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
832
|
-
14.</span></var>
|
833
|
-
Revised Versions of this License.<br>
|
834
|
-
|
835
|
-
The Free Software Foundation may publish revised and/or new versions of
|
836
|
-
the GNU General Public License from time to time. Such new versions will
|
837
|
-
be similar in spirit to the present version, but may differ in detail to
|
838
|
-
address new problems or concerns.
|
839
|
-
<p>
|
840
|
-
Each version is given a distinguishing version number. If the Program
|
841
|
-
specifies that a certain numbered version of the GNU General Public
|
842
|
-
License "or any later version" applies to it, you have the
|
843
|
-
option of following the terms and conditions either of that numbered
|
844
|
-
version or of any later version published by the Free Software
|
845
|
-
Foundation. If the Program does not specify a version number of the
|
846
|
-
GNU General Public License, you may choose any version ever published
|
847
|
-
by the Free Software Foundation.
|
848
|
-
</p>
|
965
|
+
|
966
|
+
|
967
|
+
|
968
|
+
|
969
|
+
|
970
|
+
<section id="social-media">
|
971
|
+
<div class="soc-wrap">
|
972
|
+
<table class="soc">
|
973
|
+
<tbody>
|
974
|
+
<tr>
|
975
|
+
<td class="soc-fa">
|
976
|
+
<p>
|
977
|
+
<a rel="noopener noreferrer" href="https://instagram.com/netwk_pro" target="_blank">
|
978
|
+
<span class="fa-brands fa-square-instagram fa-2x"></span>
|
979
|
+
</a>
|
980
|
+
</p>
|
981
|
+
</td>
|
982
|
+
<td class="soc-fa">
|
983
|
+
<p>
|
984
|
+
<a rel="noopener noreferrer" href="https://facebook.com/neteng.pro" target="_blank">
|
985
|
+
<span class="fa-brands fa-square-facebook fa-2x"></span>
|
986
|
+
</a>
|
987
|
+
</p>
|
988
|
+
</td>
|
989
|
+
<td class="soc-fa">
|
990
|
+
<p>
|
991
|
+
<a rel="noopener noreferrer" href="https://linkedin.com/company/netwk-pro" target="_blank">
|
992
|
+
<span class="fa-brands fa-linkedin fa-2x"></span>
|
993
|
+
</a>
|
994
|
+
</p>
|
995
|
+
</td>
|
996
|
+
<td class="soc-fa">
|
997
|
+
<p>
|
998
|
+
<a rel="me noopener noreferrer" href="https://noc.social/@NetEng_Pro" target="_blank">
|
999
|
+
<span class="fa-brands fa-mastodon fa-2x"></span>
|
1000
|
+
</a>
|
1001
|
+
</p>
|
1002
|
+
</td>
|
1003
|
+
<td class="soc-fa">
|
1004
|
+
<p>
|
1005
|
+
<a rel="noopener noreferrer" href="https://github.com/netwk-pro/" target="_blank">
|
1006
|
+
<span class="fa-brands fa-square-github fa-2x"></span>
|
1007
|
+
</a>
|
1008
|
+
</p>
|
1009
|
+
</td>
|
1010
|
+
</tr>
|
1011
|
+
</tbody>
|
1012
|
+
</table>
|
1013
|
+
</div>
|
1014
|
+
</section>
|
1015
|
+
|
1016
|
+
|
1017
|
+
<hr class="hr-styled">
|
1018
|
+
|
1019
|
+
|
1020
|
+
|
1021
|
+
|
1022
|
+
<div class="bnav-wrap">
|
1023
|
+
<table class="bnav"><tbody>
|
1024
|
+
<tr>
|
1025
|
+
<td class="bnav-nav"><a rel="noopener noreferrer" href="https://netwk.pro/terms-of-use.html" target="_self">Terms of Use</a></td>
|
1026
|
+
<td class="bnav-nav"><a rel="noopener noreferrer" href="https://netwk.pro/privacy.html" target="_self">Privacy Policy</a>
|
1027
|
+
</td>
|
1028
|
+
</tr>
|
1029
|
+
<tr>
|
1030
|
+
<td class="bnav-cell" colspan="2">
|
1031
|
+
<a rel="noopener noreferrer" href="https://netwk.pro/legal.html" target="_self">Legal</a></td>
|
1032
|
+
</tr>
|
1033
|
+
</tbody>
|
1034
|
+
</table>
|
1035
|
+
</div>
|
1036
|
+
|
1037
|
+
|
1038
|
+
|
1039
|
+
|
1040
|
+
|
1041
|
+
<section id="badges">
|
1042
|
+
<div class="bnav2-wrap">
|
1043
|
+
<table class="bnav2"><tbody>
|
1044
|
+
<tr>
|
1045
|
+
<td class="bnav2-nav"><a rel="noopener noreferrer" href="https://netwk.pro/legal.html#cc-by" target="_blank"><img decoding="async" loading="lazy" src="https://forthebadge.com/images/badges/cc-by.png" style="width: 160px; height: auto" alt="CC BY 4.0"></a></td>
|
1046
|
+
<td class="bnav2-nav"><a rel="noopener noreferrer" href="https://netwk.pro/legal.html#gnu-gpl" target="_blank"><img decoding="async" loading="lazy" src="https://img.shields.io/badge/LICENSE-GPLv3-red?style=for-the-badge&labelColor=9b9b9b&color=d0021b" style="width: 120px; height: auto" alt="GPL 3.0 or Later"></a></td>
|
1047
|
+
</tr>
|
1048
|
+
</tbody>
|
1049
|
+
</table>
|
1050
|
+
</div>
|
1051
|
+
</section>
|
1052
|
+
|
1053
|
+
</div>
|
1054
|
+
</div>
|
849
1055
|
|
850
|
-
|
851
|
-
If the Program specifies that a proxy can decide which future versions
|
852
|
-
of the GNU General Public License can be used, that proxy's
|
853
|
-
public statement of acceptance of a version permanently authorizes you
|
854
|
-
to choose that version for the Program.
|
855
|
-
</p>
|
1056
|
+
|
856
1057
|
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
895
|
-
</li>
|
896
|
-
|
897
|
-
<li>
|
898
|
-
<var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
|
899
|
-
17.</span></var>
|
900
|
-
Interpretation of Sections 15 and 16.
|
901
|
-
<p>
|
902
|
-
If the disclaimer of warranty and limitation of liability provided
|
903
|
-
above cannot be given local legal effect according to their terms,
|
904
|
-
reviewing courts shall apply local law that most closely approximates
|
905
|
-
an absolute waiver of all civil liability in connection with the
|
906
|
-
Program, unless a warranty or assumption of liability accompanies a
|
907
|
-
copy of the Program in return for a fee.
|
908
|
-
</p>
|
909
|
-
</li>
|
910
|
-
</ul>
|
1058
|
+
|
1059
|
+
<footer id="licensing">
|
1060
|
+
<div class="container">
|
1061
|
+
<div class="copyright" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
|
1062
|
+
<p>
|
1063
|
+
Copyright © 2025<br>
|
1064
|
+
<a rel="cc:attributionURL dct:creator noopener noreferrer" property="cc:attributionName" href="https://netwk.pro/" target="_blank"><strong>Network Pro Strategies</strong></a>
|
1065
|
+
(Network Pro™)</p>
|
1066
|
+
|
1067
|
+
<p>
|
1068
|
+
Network Pro™, the shield logo, and the "Locking Down
|
1069
|
+
Networks™" slogan are
|
1070
|
+
<a rel="noopener noreferrer" href="https://netwk.pro/legal.html#trademark" target="_self">trademarks</a>
|
1071
|
+
of Network Pro Strategies.
|
1072
|
+
</p>
|
1073
|
+
|
1074
|
+
<p>
|
1075
|
+
Licensed under
|
1076
|
+
<a href="https://netwk.pro/legal.html#cc-by" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><b>CC BY 4.0</b></a>
|
1077
|
+
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><img decoding="async" loading="lazy" style="height: 18px !important;
|
1078
|
+
margin-left: 3px;
|
1079
|
+
vertical-align: text-bottom;
|
1080
|
+
text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="Creative Commons BY">
|
1081
|
+
</a>
|
1082
|
+
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><img decoding="async" loading="lazy" style="height: 18px !important;
|
1083
|
+
margin-left: 3px;
|
1084
|
+
vertical-align: text-bottom;
|
1085
|
+
text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="Creative Commons BY"></a>
|
1086
|
+
and the
|
1087
|
+
<a href="https://netwk.pro/legal.html#gnu-gpl" target="_blank" rel="license noopener noreferrer"><b>GNU GPL</b></a>, as published by the
|
1088
|
+
<a rel="noopener noreferrer" href="https://fsf.org" target="_blank">Free Software Foundation</a>, either version 3 of the License, or (at your option) any later
|
1089
|
+
version.
|
1090
|
+
</p>
|
1091
|
+
</div>
|
1092
|
+
</div>
|
1093
|
+
</footer>
|
1094
|
+
|
911
1095
|
</body>
|
912
1096
|
</html>
|