innate-stable 0.1.2__tar.gz

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.
@@ -0,0 +1,706 @@
1
+ The INNATE (Interpolator and Neural Network Architecture for TEnsors) is available under
2
+ the GNU licence (see below) providing you cite the developers (Vital Fernandez)
3
+
4
+
5
+ GNU GENERAL PUBLIC LICENSE
6
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
7
+
8
+ Version 3, 29 June 2007
9
+
10
+ Copyright (C) 2007 Free Software Foundation, Inc. https://fsf.org/
11
+
12
+ Everyone is permitted to copy and distribute verbatim copies of this
13
+ license document, but changing it is not allowed.
14
+
15
+ Preamble
16
+ ~~~~~~~~
17
+
18
+ The GNU General Public License is a free, copyleft license for software
19
+ and other kinds of works.
20
+
21
+ The licenses for most software and other practical works are designed to
22
+ take away your freedom to share and change the works. By contrast, the
23
+ GNU General Public License is intended to guarantee your freedom to
24
+ share and change all versions of a program--to make sure it remains free
25
+ software for all its users. We, the Free Software Foundation, use the
26
+ GNU General Public License for most of our software; it applies also to
27
+ any other work released this way by its authors. You can apply it to
28
+ your programs, too.
29
+
30
+ When we speak of free software, we are referring to freedom, not price.
31
+ Our General Public Licenses are designed to make sure that you have the
32
+ freedom to distribute copies of free software (and charge for them if
33
+ you wish), that you receive source code or can get it if you want it,
34
+ that you can change the software or use pieces of it in new free
35
+ programs, and that you know you can do these things.
36
+
37
+ To protect your rights, we need to prevent others from denying you these
38
+ rights or asking you to surrender the rights. Therefore, you have
39
+ certain responsibilities if you distribute copies of the software, or if
40
+ you modify it: responsibilities to respect the freedom of others.
41
+
42
+ For example, if you distribute copies of such a program, whether gratis
43
+ or for a fee, you must pass on to the recipients the same freedoms that
44
+ you received. You must make sure that they, too, receive or can get the
45
+ source code. And you must show them these terms so they know their
46
+ rights.
47
+
48
+ Developers that use the GNU GPL protect your rights with two steps: (1)
49
+ assert copyright on the software, and (2) offer you this License giving
50
+ you legal permission to copy, distribute and/or modify it.
51
+
52
+ For the developers' and authors' protection, the GPL clearly explains
53
+ that there is no warranty for this free software. For both users' and
54
+ authors' sake, the GPL requires that modified versions be marked as
55
+ changed, so that their problems will not be attributed erroneously to
56
+ authors of previous versions.
57
+
58
+ Some devices are designed to deny users access to install or run
59
+ modified versions of the software inside them, although the manufacturer
60
+ can do so. This is fundamentally incompatible with the aim of protecting
61
+ users' freedom to change the software. The systematic pattern of such
62
+ abuse occurs in the area of products for individuals to use, which is
63
+ precisely where it is most unacceptable. Therefore, we have designed
64
+ this version of the GPL to prohibit the practice for those products. If
65
+ such problems arise substantially in other domains, we stand ready to
66
+ extend this provision to those domains in future versions of the GPL, as
67
+ needed to protect the freedom of users.
68
+
69
+ Finally, every program is threatened constantly by software patents.
70
+ States should not allow patents to restrict development and use of
71
+ software on general-purpose computers, but in those that do, we wish to
72
+ avoid the special danger that patents applied to a free program could
73
+ make it effectively proprietary. To prevent this, the GPL assures that
74
+ patents cannot be used to render the program non-free.
75
+
76
+ The precise terms and conditions for copying, distribution and
77
+ modification follow.
78
+
79
+ TERMS AND CONDITIONS
80
+ ~~~~~~~~~~~~~~~~~~~~
81
+
82
+ 0. Definitions.
83
+ ^^^^^^^^^^^^^^^
84
+
85
+ "This License" refers to version 3 of the GNU General Public License.
86
+
87
+ "Copyright" also means copyright-like laws that apply to other kinds of
88
+ works, such as semiconductor masks.
89
+
90
+ "The Program" refers to any copyrightable work licensed under this
91
+ License. Each licensee is addressed as "you". "Licensees" and
92
+ "recipients" may be individuals or organizations.
93
+
94
+ To "modify" a work means to copy from or adapt all or part of the work
95
+ in a fashion requiring copyright permission, other than the making of an
96
+ exact copy. The resulting work is called a "modified version" of the
97
+ earlier work or a work "based on" the earlier work.
98
+
99
+ A "covered work" means either the unmodified Program or a work based on
100
+ the Program.
101
+
102
+ To "propagate" a work means to do anything with it that, without
103
+ permission, would make you directly or secondarily liable for
104
+ infringement under applicable copyright law, except executing it on a
105
+ computer or modifying a private copy. Propagation includes copying,
106
+ distribution (with or without modification), making available to the
107
+ public, and in some countries other activities as well.
108
+
109
+ To "convey" a work means any kind of propagation that enables other
110
+ parties to make or receive copies. Mere interaction with a user through
111
+ a computer network, with no transfer of a copy, is not conveying.
112
+
113
+ An interactive user interface displays "Appropriate Legal Notices" to
114
+ the extent that it includes a convenient and prominently visible feature
115
+ that (1) displays an appropriate copyright notice, and (2) tells the
116
+ user that there is no warranty for the work (except to the extent that
117
+ warranties are provided), that licensees may convey the work under this
118
+ License, and how to view a copy of this License. If the interface
119
+ presents a list of user commands or options, such as a menu, a prominent
120
+ item in the list meets this criterion.
121
+
122
+ 1. Source Code.
123
+ ^^^^^^^^^^^^^^^
124
+
125
+ The "source code" for a work means the preferred form of the work for
126
+ making modifications to it. "Object code" means any non-source form of a
127
+ work.
128
+
129
+ A "Standard Interface" means an interface that either is an official
130
+ standard defined by a recognized standards body, or, in the case of
131
+ interfaces specified for a particular programming language, one that is
132
+ widely used among developers working in that language.
133
+
134
+ The "System Libraries" of an executable work include anything, other
135
+ than the work as a whole, that (a) is included in the normal form of
136
+ packaging a Major Component, but which is not part of that Major
137
+ Component, and (b) serves only to enable use of the work with that Major
138
+ Component, or to implement a Standard Interface for which an
139
+ implementation is available to the public in source code form. A "Major
140
+ Component", in this context, means a major essential component (kernel,
141
+ window system, and so on) of the specific operating system (if any) on
142
+ which the executable work runs, or a compiler used to produce the work,
143
+ or an object code interpreter used to run it.
144
+
145
+ The "Corresponding Source" for a work in object code form means all the
146
+ source code needed to generate, install, and (for an executable work)
147
+ run the object code and to modify the work, including scripts to control
148
+ those activities. However, it does not include the work's System
149
+ Libraries, or general-purpose tools or generally available free programs
150
+ which are used unmodified in performing those activities but which are
151
+ not part of the work. For example, Corresponding Source includes
152
+ interface definition files associated with source files for the work,
153
+ and the source code for shared libraries and dynamically linked
154
+ subprograms that the work is specifically designed to require, such as
155
+ by intimate data communication or control flow between those subprograms
156
+ and other parts of the work.
157
+
158
+ The Corresponding Source need not include anything that users can
159
+ regenerate automatically from other parts of the Corresponding Source.
160
+
161
+ The Corresponding Source for a work in source code form is that same
162
+ work.
163
+
164
+ 2. Basic Permissions.
165
+ ^^^^^^^^^^^^^^^^^^^^^
166
+
167
+ All rights granted under this License are granted for the term of
168
+ copyright on the Program, and are irrevocable provided the stated
169
+ conditions are met. This License explicitly affirms your unlimited
170
+ permission to run the unmodified Program. The output from running a
171
+ covered work is covered by this License only if the output, given its
172
+ content, constitutes a covered work. This License acknowledges your
173
+ rights of fair use or other equivalent, as provided by copyright law.
174
+
175
+ You may make, run and propagate covered works that you do not convey,
176
+ without conditions so long as your license otherwise remains in force.
177
+ You may convey covered works to others for the sole purpose of having
178
+ them make modifications exclusively for you, or provide you with
179
+ facilities for running those works, provided that you comply with the
180
+ terms of this License in conveying all material for which you do not
181
+ control copyright. Those thus making or running the covered works for
182
+ you must do so exclusively on your behalf, under your direction and
183
+ control, on terms that prohibit them from making any copies of your
184
+ copyrighted material outside their relationship with you.
185
+
186
+ Conveying under any other circumstances is permitted solely under the
187
+ conditions stated below. Sublicensing is not allowed; section 10 makes
188
+ it unnecessary.
189
+
190
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
191
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
192
+
193
+ No covered work shall be deemed part of an effective technological
194
+ measure under any applicable law fulfilling obligations under article 11
195
+ of the WIPO copyright treaty adopted on 20 December 1996, or similar
196
+ laws prohibiting or restricting circumvention of such measures.
197
+
198
+ When you convey a covered work, you waive any legal power to forbid
199
+ circumvention of technological measures to the extent such circumvention
200
+ is effected by exercising rights under this License with respect to the
201
+ covered work, and you disclaim any intention to limit operation or
202
+ modification of the work as a means of enforcing, against the work's
203
+ users, your or third parties' legal rights to forbid circumvention of
204
+ technological measures.
205
+
206
+ 4. Conveying Verbatim Copies.
207
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208
+
209
+ You may convey verbatim copies of the Program's source code as you
210
+ receive it, in any medium, provided that you conspicuously and
211
+ appropriately publish on each copy an appropriate copyright notice; keep
212
+ intact all notices stating that this License and any non-permissive
213
+ terms added in accord with section 7 apply to the code; keep intact all
214
+ notices of the absence of any warranty; and give all recipients a copy
215
+ of this License along with the Program.
216
+
217
+ You may charge any price or no price for each copy that you convey, and
218
+ you may offer support or warranty protection for a fee.
219
+
220
+ 5. Conveying Modified Source Versions.
221
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
222
+
223
+ You may convey a work based on the Program, or the modifications to
224
+ produce it from the Program, in the form of source code under the terms
225
+ of section 4, provided that you also meet all of these conditions:
226
+
227
+ a) The work must carry prominent notices stating that you modified
228
+ it, and giving a relevant date.
229
+
230
+ b) The work must carry prominent notices stating that it is released
231
+ under this License and any conditions added under section 7. This
232
+ requirement modifies the requirement in section 4 to "keep intact
233
+ all notices".
234
+
235
+ c) You must license the entire work, as a whole, under this License
236
+ to anyone who comes into possession of a copy. This License will
237
+ therefore apply, along with any applicable section 7 additional
238
+ terms, to the whole of the work, and all its parts, regardless of
239
+ how they are packaged. This License gives no permission to license
240
+ the work in any other way, but it does not invalidate such
241
+ permission if you have separately received it.
242
+
243
+ d) If the work has interactive user interfaces, each must display
244
+ Appropriate Legal Notices; however, if the Program has interactive
245
+ interfaces that do not display Appropriate Legal Notices, your
246
+ work need not make them do so.
247
+
248
+ A compilation of a covered work with other separate and independent
249
+ works, which are not by their nature extensions of the covered work, and
250
+ which are not combined with it such as to form a larger program, in or
251
+ on a volume of a storage or distribution medium, is called an
252
+ "aggregate" if the compilation and its resulting copyright are not used
253
+ to limit the access or legal rights of the compilation's users beyond
254
+ what the individual works permit. Inclusion of a covered work in an
255
+ aggregate does not cause this License to apply to the other parts of the
256
+ aggregate.
257
+
258
+ 6. Conveying Non-Source Forms.
259
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260
+
261
+ You may convey a covered work in object code form under the terms of
262
+ sections 4 and 5, provided that you also convey the machine-readable
263
+ Corresponding Source under the terms of this License, in one of these
264
+ ways:
265
+
266
+ a) Convey the object code in, or embodied in, a physical product
267
+ (including a physical distribution medium), accompanied by the
268
+ Corresponding Source fixed on a durable physical medium
269
+ customarily used for software interchange.
270
+
271
+ b) Convey the object code in, or embodied in, a physical product
272
+ (including a physical distribution medium), accompanied by a
273
+ written offer, valid for at least three years and valid for as
274
+ long as you offer spare parts or customer support for that product
275
+ model, to give anyone who possesses the object code either (1) a
276
+ copy of the Corresponding Source for all the software in the
277
+ product that is covered by this License, on a durable physical
278
+ medium customarily used for software interchange, for a price no
279
+ more than your reasonable cost of physically performing this
280
+ conveying of source, or (2) access to copy the Corresponding
281
+ Source from a network server at no charge.
282
+
283
+ c) Convey individual copies of the object code with a copy of the
284
+ written offer to provide the Corresponding Source. This
285
+ alternative is allowed only occasionally and noncommercially, and
286
+ only if you received the object code with such an offer, in accord
287
+ with subsection 6b.
288
+
289
+ d) Convey the object code by offering access from a designated place
290
+ (gratis or for a charge), and offer equivalent access to the
291
+ Corresponding Source in the same way through the same place at no
292
+ further charge. You need not require recipients to copy the
293
+ Corresponding Source along with the object code. If the place to
294
+ copy the object code is a network server, the Corresponding Source
295
+ may be on a different server (operated by you or a third party)
296
+ that supports equivalent copying facilities, provided you maintain
297
+ clear directions next to the object code saying where to find the
298
+ Corresponding Source. Regardless of what server hosts the
299
+ Corresponding Source, you remain obligated to ensure that it is
300
+ available for as long as needed to satisfy these requirements.
301
+
302
+ e) Convey the object code using peer-to-peer transmission, provided
303
+ you inform other peers where the object code and Corresponding
304
+ Source of the work are being offered to the general public at no
305
+ charge under subsection 6d.
306
+
307
+ A separable portion of the object code, whose source code is excluded
308
+ from the Corresponding Source as a System Library, need not be included
309
+ in conveying the object code work.
310
+
311
+ A "User Product" is either (1) a "consumer product", which means any
312
+ tangible personal property which is normally used for personal, family,
313
+ or household purposes, or (2) anything designed or sold for
314
+ incorporation into a dwelling. In determining whether a product is a
315
+ consumer product, doubtful cases shall be resolved in favor of coverage.
316
+ For a particular product received by a particular user, "normally used"
317
+ refers to a typical or common use of that class of product, regardless
318
+ of the status of the particular user or of the way in which the
319
+ particular user actually uses, or expects or is expected to use, the
320
+ product. A product is a consumer product regardless of whether the
321
+ product has substantial commercial, industrial or non-consumer uses,
322
+ unless such uses represent the only significant mode of use of the
323
+ product.
324
+
325
+ "Installation Information" for a User Product means any methods,
326
+ procedures, authorization keys, or other information required to install
327
+ and execute modified versions of a covered work in that User Product
328
+ from a modified version of its Corresponding Source. The information
329
+ must suffice to ensure that the continued functioning of the modified
330
+ object code is in no case prevented or interfered with solely because
331
+ modification has been made.
332
+
333
+ If you convey an object code work under this section in, or with, or
334
+ specifically for use in, a User Product, and the conveying occurs as
335
+ part of a transaction in which the right of possession and use of the
336
+ User Product is transferred to the recipient in perpetuity or for a
337
+ fixed term (regardless of how the transaction is characterized), the
338
+ Corresponding Source conveyed under this section must be accompanied by
339
+ the Installation Information. But this requirement does not apply if
340
+ neither you nor any third party retains the ability to install modified
341
+ object code on the User Product (for example, the work has been
342
+ installed in ROM).
343
+
344
+ The requirement to provide Installation Information does not include a
345
+ requirement to continue to provide support service, warranty, or updates
346
+ for a work that has been modified or installed by the recipient, or for
347
+ the User Product in which it has been modified or installed. Access to a
348
+ network may be denied when the modification itself materially and
349
+ adversely affects the operation of the network or violates the rules and
350
+ protocols for communication across the network.
351
+
352
+ Corresponding Source conveyed, and Installation Information provided, in
353
+ accord with this section must be in a format that is publicly documented
354
+ (and with an implementation available to the public in source code
355
+ form), and must require no special password or key for unpacking,
356
+ reading or copying.
357
+
358
+ 7. Additional Terms.
359
+ ^^^^^^^^^^^^^^^^^^^^
360
+
361
+ "Additional permissions" are terms that supplement the terms of this
362
+ License by making exceptions from one or more of its conditions.
363
+ Additional permissions that are applicable to the entire Program shall
364
+ be treated as though they were included in this License, to the extent
365
+ that they are valid under applicable law. If additional permissions
366
+ apply only to part of the Program, that part may be used separately
367
+ under those permissions, but the entire Program remains governed by this
368
+ License without regard to the additional permissions.
369
+
370
+ When you convey a copy of a covered work, you may at your option remove
371
+ any additional permissions from that copy, or from any part of it.
372
+ (Additional permissions may be written to require their own removal in
373
+ certain cases when you modify the work.) You may place additional
374
+ permissions on material, added by you to a covered work, for which you
375
+ have or can give appropriate copyright permission.
376
+
377
+ Notwithstanding any other provision of this License, for material you
378
+ add to a covered work, you may (if authorized by the copyright holders
379
+ of that material) supplement the terms of this License with terms:
380
+
381
+ a) Disclaiming warranty or limiting liability differently from the
382
+ terms of sections 15 and 16 of this License; or
383
+
384
+ b) Requiring preservation of specified reasonable legal notices or
385
+ author attributions in that material or in the Appropriate Legal
386
+ Notices displayed by works containing it; or
387
+
388
+ c) Prohibiting misrepresentation of the origin of that material, or
389
+ requiring that modified versions of such material be marked in
390
+ reasonable ways as different from the original version; or
391
+
392
+ d) Limiting the use for publicity purposes of names of licensors or
393
+ authors of the material; or
394
+
395
+ e) Declining to grant rights under trademark law for use of some
396
+ trade names, trademarks, or service marks; or
397
+
398
+ f) Requiring indemnification of licensors and authors of that
399
+ material by anyone who conveys the material (or modified versions
400
+ of it) with contractual assumptions of liability to the recipient,
401
+ for any liability that these contractual assumptions directly
402
+ impose on those licensors and authors.
403
+
404
+ All other non-permissive additional terms are considered "further
405
+ restrictions" within the meaning of section 10. If the Program as you
406
+ received it, or any part of it, contains a notice stating that it is
407
+ governed by this License along with a term that is a further
408
+ restriction, you may remove that term. If a license document contains a
409
+ further restriction but permits relicensing or conveying under this
410
+ License, you may add to a covered work material governed by the terms of
411
+ that license document, provided that the further restriction does not
412
+ survive such relicensing or conveying.
413
+
414
+ If you add terms to a covered work in accord with this section, you must
415
+ place, in the relevant source files, a statement of the additional terms
416
+ that apply to those files, or a notice indicating where to find the
417
+ applicable terms.
418
+
419
+ Additional terms, permissive or non-permissive, may be stated in the
420
+ form of a separately written license, or stated as exceptions; the above
421
+ requirements apply either way.
422
+
423
+ 8. Termination.
424
+ ^^^^^^^^^^^^^^^
425
+
426
+ You may not propagate or modify a covered work except as expressly
427
+ provided under this License. Any attempt otherwise to propagate or
428
+ modify it is void, and will automatically terminate your rights under
429
+ this License (including any patent licenses granted under the third
430
+ paragraph of section 11).
431
+
432
+ However, if you cease all violation of this License, then your license
433
+ from a particular copyright holder is reinstated (a) provisionally,
434
+ unless and until the copyright holder explicitly and finally terminates
435
+ your license, and (b) permanently, if the copyright holder fails to
436
+ notify you of the violation by some reasonable means prior to 60 days
437
+ after the cessation.
438
+
439
+ Moreover, your license from a particular copyright holder is reinstated
440
+ permanently if the copyright holder notifies you of the violation by
441
+ some reasonable means, this is the first time you have received notice
442
+ of violation of this License (for any work) from that copyright holder,
443
+ and you cure the violation prior to 30 days after your receipt of the
444
+ notice.
445
+
446
+ Termination of your rights under this section does not terminate the
447
+ licenses of parties who have received copies or rights from you under
448
+ this License. If your rights have been terminated and not permanently
449
+ reinstated, you do not qualify to receive new licenses for the same
450
+ material under section 10.
451
+
452
+ 9. Acceptance Not Required for Having Copies.
453
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
454
+
455
+ You are not required to accept this License in order to receive or run a
456
+ copy of the Program. Ancillary propagation of a covered work occurring
457
+ solely as a consequence of using peer-to-peer transmission to receive a
458
+ copy likewise does not require acceptance. However, nothing other than
459
+ this License grants you permission to propagate or modify any covered
460
+ work. These actions infringe copyright if you do not accept this
461
+ License. Therefore, by modifying or propagating a covered work, you
462
+ indicate your acceptance of this License to do so.
463
+
464
+ 10. Automatic Licensing of Downstream Recipients.
465
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
466
+
467
+ Each time you convey a covered work, the recipient automatically
468
+ receives a license from the original licensors, to run, modify and
469
+ propagate that work, subject to this License. You are not responsible
470
+ for enforcing compliance by third parties with this License.
471
+
472
+ An "entity transaction" is a transaction transferring control of an
473
+ organization, or substantially all assets of one, or subdividing an
474
+ organization, or merging organizations. If propagation of a covered work
475
+ results from an entity transaction, each party to that transaction who
476
+ receives a copy of the work also receives whatever licenses to the work
477
+ the party's predecessor in interest had or could give under the previous
478
+ paragraph, plus a right to possession of the Corresponding Source of the
479
+ work from the predecessor in interest, if the predecessor has it or can
480
+ get it with reasonable efforts.
481
+
482
+ You may not impose any further restrictions on the exercise of the
483
+ rights granted or affirmed under this License. For example, you may not
484
+ impose a license fee, royalty, or other charge for exercise of rights
485
+ granted under this License, and you may not initiate litigation
486
+ (including a cross-claim or counterclaim in a lawsuit) alleging that any
487
+ patent claim is infringed by making, using, selling, offering for sale,
488
+ or importing the Program or any portion of it.
489
+
490
+ 11. Patents.
491
+ ^^^^^^^^^^^^
492
+
493
+ A "contributor" is a copyright holder who authorizes use under this
494
+ License of the Program or a work on which the Program is based. The work
495
+ thus licensed is called the contributor's "contributor version".
496
+
497
+ A contributor's "essential patent claims" are all patent claims owned or
498
+ controlled by the contributor, whether already acquired or hereafter
499
+ acquired, that would be infringed by some manner, permitted by this
500
+ License, of making, using, or selling its contributor version, but do
501
+ not include claims that would be infringed only as a consequence of
502
+ further modification of the contributor version. For purposes of this
503
+ definition, "control" includes the right to grant patent sublicenses in
504
+ a manner consistent with the requirements of this License.
505
+
506
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
507
+ patent license under the contributor's essential patent claims, to make,
508
+ use, sell, offer for sale, import and otherwise run, modify and
509
+ propagate the contents of its contributor version.
510
+
511
+ In the following three paragraphs, a "patent license" is any express
512
+ agreement or commitment, however denominated, not to enforce a patent
513
+ (such as an express permission to practice a patent or covenant not to
514
+ sue for patent infringement). To "grant" such a patent license to a
515
+ party means to make such an agreement or commitment not to enforce a
516
+ patent against the party.
517
+
518
+ If you convey a covered work, knowingly relying on a patent license, and
519
+ the Corresponding Source of the work is not available for anyone to
520
+ copy, free of charge and under the terms of this License, through a
521
+ publicly available network server or other readily accessible means,
522
+ then you must either (1) cause the Corresponding Source to be so
523
+ available, or (2) arrange to deprive yourself of the benefit of the
524
+ patent license for this particular work, or (3) arrange, in a manner
525
+ consistent with the requirements of this License, to extend the patent
526
+ license to downstream recipients. "Knowingly relying" means you have
527
+ actual knowledge that, but for the patent license, your conveying the
528
+ covered work in a country, or your recipient's use of the covered work
529
+ in a country, would infringe one or more identifiable patents in that
530
+ country that you have reason to believe are valid.
531
+
532
+ If, pursuant to or in connection with a single transaction or
533
+ arrangement, you convey, or propagate by procuring conveyance of, a
534
+ covered work, and grant a patent license to some of the parties
535
+ receiving the covered work authorizing them to use, propagate, modify or
536
+ convey a specific copy of the covered work, then the patent license you
537
+ grant is automatically extended to all recipients of the covered work
538
+ and works based on it.
539
+
540
+ A patent license is "discriminatory" if it does not include within the
541
+ scope of its coverage, prohibits the exercise of, or is conditioned on
542
+ the non-exercise of one or more of the rights that are specifically
543
+ granted under this License. You may not convey a covered work if you are
544
+ a party to an arrangement with a third party that is in the business of
545
+ distributing software, under which you make payment to the third party
546
+ based on the extent of your activity of conveying the work, and under
547
+ which the third party grants, to any of the parties who would receive
548
+ the covered work from you, a discriminatory patent license (a) in
549
+ connection with copies of the covered work conveyed by you (or copies
550
+ made from those copies), or (b) primarily for and in connection with
551
+ specific products or compilations that contain the covered work, unless
552
+ you entered into that arrangement, or that patent license was granted,
553
+ prior to 28 March 2007.
554
+
555
+ Nothing in this License shall be construed as excluding or limiting any
556
+ implied license or other defenses to infringement that may otherwise be
557
+ available to you under applicable patent law.
558
+
559
+ 12. No Surrender of Others' Freedom.
560
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
561
+
562
+ If conditions are imposed on you (whether by court order, agreement or
563
+ otherwise) that contradict the conditions of this License, they do not
564
+ excuse you from the conditions of this License. If you cannot convey a
565
+ covered work so as to satisfy simultaneously your obligations under this
566
+ License and any other pertinent obligations, then as a consequence you
567
+ may not convey it at all. For example, if you agree to terms that
568
+ obligate you to collect a royalty for further conveying from those to
569
+ whom you convey the Program, the only way you could satisfy both those
570
+ terms and this License would be to refrain entirely from conveying the
571
+ Program.
572
+
573
+ 13. Use with the GNU Affero General Public License.
574
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
575
+
576
+ Notwithstanding any other provision of this License, you have permission
577
+ to link or combine any covered work with a work licensed under version 3
578
+ of the GNU Affero General Public License into a single combined work,
579
+ and to convey the resulting work. The terms of this License will
580
+ continue to apply to the part which is the covered work, but the special
581
+ requirements of the GNU Affero General Public License, section 13,
582
+ concerning interaction through a network will apply to the combination
583
+ as such.
584
+
585
+ 14. Revised Versions of this License.
586
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
587
+
588
+ The Free Software Foundation may publish revised and/or new versions of
589
+ the GNU General Public License from time to time. Such new versions will
590
+ be similar in spirit to the present version, but may differ in detail to
591
+ address new problems or concerns.
592
+
593
+ Each version is given a distinguishing version number. If the Program
594
+ specifies that a certain numbered version of the GNU General Public
595
+ License "or any later version" applies to it, you have the option of
596
+ following the terms and conditions either of that numbered version or of
597
+ any later version published by the Free Software Foundation. If the
598
+ Program does not specify a version number of the GNU General Public
599
+ License, you may choose any version ever published by the Free Software
600
+ Foundation.
601
+
602
+ If the Program specifies that a proxy can decide which future versions
603
+ of the GNU General Public License can be used, that proxy's public
604
+ statement of acceptance of a version permanently authorizes you to
605
+ choose that version for the Program.
606
+
607
+ Later license versions may give you additional or different permissions.
608
+ However, no additional obligations are imposed on any author or
609
+ copyright holder as a result of your choosing to follow a later version.
610
+
611
+ 15. Disclaimer of Warranty.
612
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
613
+
614
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
615
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
616
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
617
+ WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
618
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
619
+ PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
620
+ THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
621
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
622
+
623
+ 16. Limitation of Liability.
624
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
625
+
626
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
627
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
628
+ CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
629
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
630
+ ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
631
+ NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
632
+ SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
633
+ WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
634
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
635
+
636
+ 17. Interpretation of Sections 15 and 16.
637
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
638
+
639
+ If the disclaimer of warranty and limitation of liability provided above
640
+ cannot be given local legal effect according to their terms, reviewing
641
+ courts shall apply local law that most closely approximates an absolute
642
+ waiver of all civil liability in connection with the Program, unless a
643
+ warranty or assumption of liability accompanies a copy of the Program in
644
+ return for a fee.
645
+
646
+ END OF TERMS AND CONDITIONS
647
+
648
+ How to Apply These Terms to Your New Programs
649
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
650
+
651
+ If you develop a new program, and you want it to be of the greatest
652
+ possible use to the public, the best way to achieve this is to make it
653
+ free software which everyone can redistribute and change under these
654
+ terms.
655
+
656
+ To do so, attach the following notices to the program. It is safest to
657
+ attach them to the start of each source file to most effectively state
658
+ the exclusion of warranty; and each file should have at least the
659
+ "copyright" line and a pointer to where the full notice is found.
660
+
661
+ ::
662
+
663
+ <one line to give the program's name and a brief idea of what it does.>
664
+ Copyright (C) <year> <name of author>
665
+
666
+ This program is free software: you can redistribute it and/or modify
667
+ it under the terms of the GNU General Public License as published by
668
+ the Free Software Foundation, either version 3 of the License, or
669
+ (at your option) any later version.
670
+
671
+ This program is distributed in the hope that it will be useful,
672
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
673
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
674
+ GNU General Public License for more details.
675
+
676
+ You should have received a copy of the GNU General Public License
677
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
678
+
679
+ Also add information on how to contact you by electronic and paper mail.
680
+
681
+ If the program does terminal interaction, make it output a short notice
682
+ like this when it starts in an interactive mode:
683
+
684
+ ::
685
+
686
+ <program> Copyright (C) <year> <name of author>
687
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
688
+ This is free software, and you are welcome to redistribute it
689
+ under certain conditions; type `show c' for details.
690
+
691
+ The hypothetical commands \`show w' and \`show c' should show the
692
+ appropriate parts of the General Public License. Of course, your
693
+ program's commands might be different; for a GUI interface, you would
694
+ use an "about box".
695
+
696
+ You should also get your employer (if you work as a programmer) or
697
+ school, if any, to sign a "copyright disclaimer" for the program, if
698
+ necessary. For more information on this, and how to apply and follow the
699
+ GNU GPL, see https://www.gnu.org/licenses/.
700
+
701
+ The GNU General Public License does not permit incorporating your
702
+ program into proprietary programs. If your program is a subroutine
703
+ library, you may consider it more useful to permit linking proprietary
704
+ applications with the library. If this is what you want to do, use the
705
+ GNU Lesser General Public License instead of this License. But first,
706
+ please read https://www.gnu.org/licenses/why-not-lgpl.html.