@freik/pedroviz 0.1.0

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