licensee 9.14.1 → 9.15.0

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