licensee 9.15.2 → 9.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/bin/licensee +4 -0
  3. data/lib/licensee/content_helper.rb +6 -5
  4. data/lib/licensee/license.rb +11 -3
  5. data/lib/licensee/matchers/copyright.rb +3 -1
  6. data/lib/licensee/matchers/dist_zilla.rb +1 -0
  7. data/lib/licensee/projects/github_project.rb +1 -1
  8. data/lib/licensee/version.rb +1 -1
  9. data/licensee.gemspec +3 -3
  10. data/spec/fixture_spec.rb +1 -1
  11. data/spec/fixtures/agpl-3.0_markdown/LICENSE.md +651 -0
  12. data/spec/fixtures/apache-2.0_markdown/LICENSE.md +195 -0
  13. data/spec/fixtures/{markdown-artistic → artistic-2.0_markdown}/LICENSE.md +0 -0
  14. data/spec/fixtures/bsd-2-author/LICENSE +22 -0
  15. data/spec/fixtures/bsd-3-clause_markdown/LICENSE.md +28 -0
  16. data/spec/fixtures/cc-by-4.0_markdown/LICENSE.md +157 -0
  17. data/spec/fixtures/cc-by-sa-4.0_markdown/LICENSE.md +171 -0
  18. data/spec/fixtures/cc0-1.0_markdown/LICENSE.md +41 -0
  19. data/spec/fixtures/detect.json +2 -2
  20. data/spec/fixtures/epl-1.0_markdown/LICENSE.md +76 -0
  21. data/spec/fixtures/fixtures.yml +105 -41
  22. data/spec/fixtures/gfdl-1.3_markdown/LICENSE.md +450 -0
  23. data/spec/fixtures/gpl-2.0_markdown/LICENSE.md +336 -0
  24. data/spec/fixtures/{markdown-gpl → gpl-2.0_markdown_headings}/LICENSE.md +0 -0
  25. data/spec/fixtures/gpl-3.0_markdown/LICENSE.md +595 -0
  26. data/spec/fixtures/lgpl-2.1_markdown/LICENSE.md +494 -0
  27. data/spec/fixtures/lgpl-3.0_markdown/LICENSE.md +163 -0
  28. data/spec/fixtures/license-hashes.json +10 -6
  29. data/spec/fixtures/mit_markdown/LICENSE.md +26 -0
  30. data/spec/fixtures/mpl-2.0_markdown/LICENSE.md +357 -0
  31. data/spec/fixtures/unlicense_markdown/LICENSE.md +27 -0
  32. data/spec/integration_spec.rb +11 -2
  33. data/spec/licensee/commands/detect_spec.rb +18 -2
  34. data/spec/licensee/content_helper_spec.rb +16 -0
  35. data/spec/licensee/license_meta_spec.rb +3 -3
  36. data/spec/licensee/license_spec.rb +7 -2
  37. data/spec/licensee/matchers/copyright_matcher_spec.rb +12 -3
  38. data/spec/licensee/matchers/dice_matcher_spec.rb +2 -2
  39. data/spec/licensee/matchers/reference_matcher_spec.rb +17 -0
  40. data/spec/licensee_spec.rb +1 -1
  41. data/vendor/choosealicense.com/_licenses/agpl-3.0.txt +3 -0
  42. data/vendor/choosealicense.com/_licenses/apache-2.0.txt +1 -1
  43. data/vendor/choosealicense.com/_licenses/bsd-2-clause.txt +0 -1
  44. data/vendor/choosealicense.com/_licenses/bsd-3-clause.txt +1 -1
  45. data/vendor/choosealicense.com/_licenses/bsl-1.0.txt +1 -1
  46. data/vendor/choosealicense.com/_licenses/cecill-2.1.txt +1 -0
  47. data/vendor/choosealicense.com/_licenses/cern-ohl-p-2.0.txt +216 -0
  48. data/vendor/choosealicense.com/_licenses/cern-ohl-s-2.0.txt +299 -0
  49. data/vendor/choosealicense.com/_licenses/cern-ohl-w-2.0.txt +321 -0
  50. data/vendor/choosealicense.com/_licenses/eupl-1.1.txt +1 -1
  51. data/vendor/choosealicense.com/_licenses/gfdl-1.3.txt +483 -0
  52. data/vendor/choosealicense.com/_licenses/mit.txt +1 -1
  53. data/vendor/choosealicense.com/_licenses/mulanpsl-2.0.txt +55 -56
  54. data/vendor/choosealicense.com/_licenses/unlicense.txt +1 -1
  55. data/vendor/license-list-XML/src/Artistic-2.0.xml +5 -3
  56. data/vendor/license-list-XML/src/BSD-3-Clause-Clear.xml +3 -1
  57. data/vendor/license-list-XML/src/BSD-3-Clause.xml +3 -1
  58. data/vendor/license-list-XML/src/BSD-4-Clause.xml +3 -3
  59. data/vendor/license-list-XML/src/CERN-OHL-P-2.0.xml +90 -0
  60. data/vendor/license-list-XML/src/CERN-OHL-S-2.0.xml +109 -0
  61. data/vendor/license-list-XML/src/CERN-OHL-W-2.0.xml +116 -0
  62. data/vendor/license-list-XML/src/GFDL-1.3.xml +594 -0
  63. data/vendor/license-list-XML/src/LGPL-3.0.xml +828 -1
  64. data/vendor/license-list-XML/src/MPL-2.0.xml +66 -29
  65. metadata +48 -12
@@ -9,9 +9,14 @@
9
9
  </obsoletedBys>
10
10
  <crossRefs>
11
11
  <crossRef>https://www.gnu.org/licenses/lgpl-3.0-standalone.html</crossRef>
12
+ <crossRef>https://www.gnu.org/licenses/lgpl+gpl-3.0.txt</crossRef>
12
13
  <crossRef>https://opensource.org/licenses/LGPL-3.0</crossRef>
13
14
  </crossRefs>
14
- <text>
15
+ <notes>
16
+ The identifier "LGPL-3.0" has been deprecated; LGPL-3.0-only is
17
+ the preferred identifier to indicate only version 3.0 of the LGPL.
18
+ </notes>
19
+ <text>
15
20
  <titleText>
16
21
  <p>
17
22
  GNU LESSER GENERAL PUBLIC LICENSE<br></br>
@@ -255,6 +260,828 @@
255
260
  </p>
256
261
  </item>
257
262
  </list>
263
+ <optional>
264
+ <p>
265
+ GNU GENERAL PUBLIC LICENSE<br></br>
266
+ Version 3, 29 June 2007
267
+ </p>
268
+ <p>
269
+ Copyright © 2007 Free Software Foundation, Inc.
270
+ &lt;https://fsf.org/&gt;
271
+ </p>
272
+ <p>
273
+ Everyone is permitted to copy and distribute verbatim copies
274
+ of this license document, but changing it is not allowed.
275
+ </p>
276
+ <p>
277
+ Preamble
278
+ </p>
279
+ <p>
280
+ The GNU General Public License is a free, copyleft
281
+ license for software and other kinds of works.
282
+ </p>
283
+ <p>
284
+ The licenses for most software and other practical works are designed to
285
+ take away your freedom to share and change the works. By contrast, the GNU
286
+ General Public License is intended to guarantee your freedom to share and
287
+ change all versions of a program--to make sure it remains free software
288
+ for all its users. We, the Free Software Foundation, use the GNU General
289
+ Public License for most of our software; it applies also to any other work
290
+ released this way by its authors. You can apply it to your programs, too.
291
+ </p>
292
+ <p>
293
+ When we speak of free software, we are referring to freedom, not
294
+ price. Our General Public Licenses are designed to make sure that you
295
+ have the freedom to distribute copies of free software (and charge
296
+ for them if you wish), that you receive source code or can get it
297
+ if you want it, that you can change the software or use pieces of
298
+ it in new free programs, and that you know you can do these things.
299
+ </p>
300
+ <p>
301
+ To protect your rights, we need to prevent others from denying you
302
+ these rights or asking you to surrender the rights. Therefore, you have
303
+ certain responsibilities if you distribute copies of the software, or
304
+ if you modify it: responsibilities to respect the freedom of others.
305
+ </p>
306
+ <p>
307
+ For example, if you distribute copies of such a program, whether gratis
308
+ or for a fee, you must pass on to the recipients the same freedoms that
309
+ you received. You must make sure that they, too, receive or can get the
310
+ source code. And you must show them these terms so they know their rights.
311
+ </p>
312
+ <p>
313
+ Developers that use the GNU GPL protect your rights with two steps:
314
+ (1) assert copyright on the software, and (2) offer you this License
315
+ giving you legal permission to copy, distribute and/or modify it.
316
+ </p>
317
+ <p>
318
+ For the developers' and authors' protection, the GPL clearly
319
+ explains that there is no warranty for this free software. For
320
+ both users' and authors' sake, the GPL requires that modified
321
+ versions be marked as changed, so that their problems will
322
+ not be attributed erroneously to authors of previous versions.
323
+ </p>
324
+ <p>
325
+ Some devices are designed to deny users access to install or run modified
326
+ versions of the software inside them, although the manufacturer can
327
+ do so. This is fundamentally incompatible with the aim of protecting
328
+ users' freedom to change the software. The systematic pattern of
329
+ such abuse occurs in the area of products for individuals to use,
330
+ which is precisely where it is most unacceptable. Therefore, we have
331
+ designed this version of the GPL to prohibit the practice for those
332
+ products. If such problems arise substantially in other domains,
333
+ we stand ready to extend this provision to those domains in future
334
+ versions of the GPL, as needed to protect the freedom of users.
335
+ </p>
336
+ <p>
337
+ Finally, every program is threatened constantly by software patents.
338
+ States should not allow patents to restrict development and use of
339
+ software on general-purpose computers, but in those that do, we wish
340
+ to avoid the special danger that patents applied to a free program
341
+ could make it effectively proprietary. To prevent this, the GPL
342
+ assures that patents cannot be used to render the program non-free.
343
+ </p>
344
+ <p>
345
+ The precise terms and conditions for copying,
346
+ distribution and modification follow.
347
+ </p>
348
+ <p>
349
+ TERMS AND CONDITIONS
350
+ </p>
351
+ <list>
352
+ <item>
353
+ <bullet>0.</bullet>
354
+ Definitions.
355
+ <p>
356
+ “This License” refers to version 3 of the GNU General Public License.
357
+ </p>
358
+ <p>
359
+ “Copyright” also means copyright-like laws that apply
360
+ to other kinds of works, such as semiconductor masks.
361
+ </p>
362
+ <p>
363
+ “The Program” refers to any copyrightable work licensed under
364
+ this License. Each licensee is addressed as “you”. “Licensees”
365
+ and “recipients” may be individuals or organizations.
366
+ </p>
367
+ <p>
368
+ To “modify” a work means to copy from or adapt all or part of the
369
+ work in a fashion requiring copyright permission, other than the
370
+ making of an exact copy. The resulting work is called a “modified
371
+ version” of the earlier work or a work “based on” the earlier work.
372
+ </p>
373
+ <p>
374
+ A “covered work” means either the unmodified
375
+ Program or a work based on the Program.
376
+ </p>
377
+ <p>
378
+ To “propagate” a work means to do anything with it that, without
379
+ permission, would make you directly or secondarily liable for
380
+ infringement under applicable copyright law, except executing it
381
+ on a computer or modifying a private copy. Propagation includes
382
+ copying, distribution (with or without modification), making available
383
+ to the public, and in some countries other activities as well.
384
+ </p>
385
+ <p>
386
+ To “convey” a work means any kind of propagation
387
+ that enables other parties to make or receive copies.
388
+ Mere interaction with a user through a computer
389
+ network, with no transfer of a copy, is not conveying.
390
+ </p>
391
+ <p>
392
+ An interactive user interface displays “Appropriate Legal Notices”
393
+ to the extent that it includes a convenient and prominently visible
394
+ feature that (1) displays an appropriate copyright notice, and (2)
395
+ tells the user that there is no warranty for the work (except to
396
+ the extent that warranties are provided), that licensees may convey
397
+ the work under this License, and how to view a copy of this License.
398
+ If the interface presents a list of user commands or options,
399
+ such as a menu, a prominent item in the list meets this criterion.
400
+ </p>
401
+ </item>
402
+ <item>
403
+ <bullet>1.</bullet>
404
+ Source Code.<br></br>
405
+ The “source code” for a work means the preferred
406
+ form of the work for making modifications to it.
407
+ “Object code” means any non-source form of a work.
408
+ <p>
409
+ A “Standard Interface” means an interface that either is an official
410
+ standard defined by a recognized standards body, or, in the case
411
+ of interfaces specified for a particular programming language,
412
+ one that is widely used among developers working in that language.
413
+ </p>
414
+ <p>
415
+ The “System Libraries” of an executable work include anything, other
416
+ than the work as a whole, that (a) is included in the normal form
417
+ of packaging a Major Component, but which is not part of that Major
418
+ Component, and (b) serves only to enable use of the work with that
419
+ Major Component, or to implement a Standard Interface for which an
420
+ implementation is available to the public in source code form. A
421
+ “Major Component”, in this context, means a major essential component
422
+ (kernel, window system, and so on) of the specific operating system
423
+ (if any) on which the executable work runs, or a compiler used to
424
+ produce the work, or an object code interpreter used to run it.
425
+ </p>
426
+ <p>
427
+ The “Corresponding Source” for a work in object code form means all
428
+ the source code needed to generate, install, and (for an executable
429
+ work) run the object code and to modify the work, including scripts
430
+ to control those activities. However, it does not include the work's
431
+ System Libraries, or general-purpose tools or generally available
432
+ free programs which are used unmodified in performing those activities
433
+ but which are not part of the work. For example, Corresponding
434
+ Source includes interface definition files associated with source
435
+ files for the work, and the source code for shared libraries
436
+ and dynamically linked subprograms that the work is specifically
437
+ designed to require, such as by intimate data communication or
438
+ control flow between those subprograms and other parts of the work.
439
+ </p>
440
+ <p>
441
+ The Corresponding Source need not include anything that users can
442
+ regenerate automatically from other parts of the Corresponding Source.
443
+ </p>
444
+ <p>
445
+ The Corresponding Source for a work
446
+ in source code form is that same work.
447
+ </p>
448
+ </item>
449
+ <item>
450
+ <bullet>2.</bullet>
451
+ Basic Permissions.<br></br>
452
+ All rights granted under this License are granted for the term of
453
+ copyright on the Program, and are irrevocable provided the stated
454
+ conditions are met. This License explicitly affirms your unlimited
455
+ permission to run the unmodified Program. The output from running a
456
+ covered work is covered by this License only if the output, given its
457
+ content, constitutes a covered work. This License acknowledges your
458
+ rights of fair use or other equivalent, as provided by copyright law.
459
+ <p>
460
+ You may make, run and propagate covered works that you do not convey,
461
+ without conditions so long as your license otherwise remains in force.
462
+ You may convey covered works to others for the sole purpose of having
463
+ them make modifications exclusively for you, or provide you with
464
+ facilities for running those works, provided that you comply with
465
+ the terms of this License in conveying all material for which you do
466
+ not control copyright. Those thus making or running the covered works
467
+ for you must do so exclusively on your behalf, under your direction
468
+ and control, on terms that prohibit them from making any copies
469
+ of your copyrighted material outside their relationship with you.
470
+ </p>
471
+ <p>
472
+ Conveying under any other circumstances is permitted
473
+ solely under the conditions stated below. Sublicensing
474
+ is not allowed; section 10 makes it unnecessary.
475
+ </p>
476
+ </item>
477
+ <item>
478
+ <bullet>3.</bullet>
479
+ Protecting Users' Legal Rights From Anti-Circumvention Law.<br></br>
480
+ No covered work shall be deemed part of an effective technological
481
+ measure under any applicable law fulfilling obligations under article
482
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
483
+ similar laws prohibiting or restricting circumvention of such measures.
484
+ <p>
485
+ When you convey a covered work, you waive any legal power to
486
+ forbid circumvention of technological measures to the extent
487
+ such circumvention is effected by exercising rights under this
488
+ License with respect to the covered work, and you disclaim any
489
+ intention to limit operation or modification of the work as a means
490
+ of enforcing, against the work's users, your or third parties'
491
+ legal rights to forbid circumvention of technological measures.
492
+ </p>
493
+ </item>
494
+ <item>
495
+ <bullet>4.</bullet>
496
+ Conveying Verbatim Copies.<br></br>
497
+ You may convey verbatim copies of the Program's source code as
498
+ you receive it, in any medium, provided that you conspicuously
499
+ and appropriately publish on each copy an appropriate copyright
500
+ notice; keep intact all notices stating that this License and any
501
+ non-permissive terms added in accord with section 7 apply to the
502
+ code; keep intact all notices of the absence of any warranty; and
503
+ give all recipients a copy of this License along with the Program.
504
+ <p>
505
+ You may charge any price or no price for each copy that you
506
+ convey, and you may offer support or warranty protection for a fee.
507
+ </p>
508
+ </item>
509
+ <item>
510
+ <bullet>5.</bullet>
511
+ Conveying Modified Source Versions.<br></br>
512
+ You may convey a work based on the Program, or the modifications to
513
+ produce it from the Program, in the form of source code under the terms
514
+ of section 4, provided that you also meet all of these conditions:
515
+ <list>
516
+ <item>
517
+ <bullet>a)</bullet>
518
+ The work must carry prominent notices stating
519
+ that you modified it, and giving a relevant date.
520
+ </item>
521
+ <item>
522
+ <bullet>b)</bullet>
523
+ The work must carry prominent notices stating that
524
+ it is released under this License and any conditions
525
+ added under section 7. This requirement modifies the
526
+ requirement in section 4 to “keep intact all notices”.
527
+ </item>
528
+ <item>
529
+ <bullet>c)</bullet>
530
+ You must license the entire work, as a whole, under this License
531
+ to anyone who comes into possession of a copy. This License
532
+ will therefore apply, along with any applicable section 7
533
+ additional terms, to the whole of the work, and all its parts,
534
+ regardless of how they are packaged. This License gives no
535
+ permission to license the work in any other way, but it does not
536
+ invalidate such permission if you have separately received it.
537
+ </item>
538
+ <item>
539
+ <bullet>d)</bullet>
540
+ If the work has interactive user interfaces, each must
541
+ display Appropriate Legal Notices; however, if the Program
542
+ has interactive interfaces that do not display Appropriate
543
+ Legal Notices, your work need not make them do so.
544
+ </item>
545
+ </list>
546
+ <p>
547
+ A compilation of a covered work with other separate and independent
548
+ works, which are not by their nature extensions of the covered
549
+ work, and which are not combined with it such as to form a larger
550
+ program, in or on a volume of a storage or distribution medium,
551
+ is called an “aggregate” if the compilation and its resulting
552
+ copyright are not used to limit the access or legal rights
553
+ of the compilation's users beyond what the individual works
554
+ permit. Inclusion of a covered work in an aggregate does not
555
+ cause this License to apply to the other parts of the aggregate.
556
+ </p>
557
+ </item>
558
+ <item>
559
+ <bullet>6.</bullet>
560
+ Conveying Non-Source Forms.<br></br>
561
+ You may convey a covered work in object code form
562
+ under the terms of sections 4 and 5, provided that you
563
+ also convey the machine-readable Corresponding Source
564
+ under the terms of this License, in one of these ways:
565
+ <list>
566
+ <item>
567
+ <bullet>a)</bullet>
568
+ Convey the object code in, or embodied in, a physical
569
+ product (including a physical distribution medium),
570
+ accompanied by the Corresponding Source fixed on a durable
571
+ physical medium customarily used for software interchange.
572
+ </item>
573
+ <item>
574
+ <bullet>b)</bullet>
575
+ Convey the object code in, or embodied in, a physical product
576
+ (including a physical distribution medium), accompanied by a
577
+ written offer, valid for at least three years and valid for
578
+ as long as you offer spare parts or customer support for that
579
+ product model, to give anyone who possesses the object code
580
+ either (1) a copy of the Corresponding Source for all the software
581
+ in the product that is covered by this License, on a durable
582
+ physical medium customarily used for software interchange,
583
+ for a price no more than your reasonable cost of physically
584
+ performing this conveying of source, or (2) access to copy
585
+ the Corresponding Source from a network server at no charge.
586
+ </item>
587
+ <item>
588
+ <bullet>c)</bullet>
589
+ Convey individual copies of the object code with a
590
+ copy of the written offer to provide the Corresponding
591
+ Source. This alternative is allowed only occasionally
592
+ and noncommercially, and only if you received the object
593
+ code with such an offer, in accord with subsection 6b.
594
+ </item>
595
+ <item>
596
+ <bullet>d)</bullet>
597
+ Convey the object code by offering access from a designated place
598
+ (gratis or for a charge), and offer equivalent access to the
599
+ Corresponding Source in the same way through the same place at
600
+ no further charge. You need not require recipients to copy the
601
+ Corresponding Source along with the object code. If the place
602
+ to copy the object code is a network server, the Corresponding
603
+ Source may be on a different server (operated by you or a third
604
+ party) that supports equivalent copying facilities, provided you
605
+ maintain clear directions next to the object code saying where
606
+ to find the Corresponding Source. Regardless of what server hosts
607
+ the Corresponding Source, you remain obligated to ensure that it
608
+ is available for as long as needed to satisfy these requirements.
609
+ </item>
610
+ <item>
611
+ <bullet>e)</bullet>
612
+ Convey the object code using peer-to-peer transmission,
613
+ provided you inform other peers where the object code
614
+ and Corresponding Source of the work are being offered
615
+ to the general public at no charge under subsection 6d.
616
+ </item>
617
+ </list>
618
+ <p>
619
+ A separable portion of the object code, whose source code is
620
+ excluded from the Corresponding Source as a System Library,
621
+ need not be included in conveying the object code work.
622
+ </p>
623
+ <p>
624
+ A “User Product” is either (1) a “consumer product”, which means
625
+ any tangible personal property which is normally used for personal,
626
+ family, or household purposes, or (2) anything designed or sold
627
+ for incorporation into a dwelling. In determining whether a product
628
+ is a consumer product, doubtful cases shall be resolved in favor
629
+ of coverage. For a particular product received by a particular
630
+ user, “normally used” refers to a typical or common use of that
631
+ class of product, regardless of the status of the particular
632
+ user or of the way in which the particular user actually uses,
633
+ or expects or is expected to use, the product. A product is a
634
+ consumer product regardless of whether the product has substantial
635
+ commercial, industrial or non-consumer uses, unless such uses
636
+ represent the only significant mode of use of the product.
637
+ </p>
638
+ <p>
639
+ “Installation Information” for a User Product means any methods,
640
+ procedures, authorization keys, or other information required
641
+ to install and execute modified versions of a covered work in
642
+ that User Product from a modified version of its Corresponding
643
+ Source. The information must suffice to ensure that the continued
644
+ functioning of the modified object code is in no case prevented
645
+ or interfered with solely because modification has been made.
646
+ </p>
647
+ <p>
648
+ If you convey an object code work under this section in, or with,
649
+ or specifically for use in, a User Product, and the conveying
650
+ occurs as part of a transaction in which the right of possession
651
+ and use of the User Product is transferred to the recipient in
652
+ perpetuity or for a fixed term (regardless of how the transaction
653
+ is characterized), the Corresponding Source conveyed under this
654
+ section must be accompanied by the Installation Information.
655
+ But this requirement does not apply if neither you nor any third
656
+ party retains the ability to install modified object code on the
657
+ User Product (for example, the work has been installed in ROM).
658
+ </p>
659
+ <p>
660
+ The requirement to provide Installation Information does not
661
+ include a requirement to continue to provide support service,
662
+ warranty, or updates for a work that has been modified
663
+ or installed by the recipient, or for the User Product in
664
+ which it has been modified or installed. Access to a network
665
+ may be denied when the modification itself materially and
666
+ adversely affects the operation of the network or violates
667
+ the rules and protocols for communication across the network.
668
+ </p>
669
+ <p>
670
+ Corresponding Source conveyed, and Installation Information
671
+ provided, in accord with this section must be in a format that
672
+ is publicly documented (and with an implementation available
673
+ to the public in source code form), and must require no
674
+ special password or key for unpacking, reading or copying.
675
+ </p>
676
+ </item>
677
+ <item>
678
+ <bullet>7.</bullet>
679
+ Additional Terms.<br></br>
680
+ “Additional permissions” are terms that supplement the terms of this
681
+ License by making exceptions from one or more of its conditions.
682
+ Additional permissions that are applicable to the entire Program
683
+ shall be treated as though they were included in this License, to
684
+ the extent that they are valid under applicable law. If additional
685
+ permissions apply only to part of the Program, that part may be used
686
+ separately under those permissions, but the entire Program remains
687
+ governed by this License without regard to the additional permissions.
688
+ <p>
689
+ When you convey a copy of a covered work, you may at your option
690
+ remove any additional permissions from that copy, or from any part
691
+ of it. (Additional permissions may be written to require their own
692
+ removal in certain cases when you modify the work.) You may place
693
+ additional permissions on material, added by you to a covered work,
694
+ for which you have or can give appropriate copyright permission.
695
+ </p>
696
+ <p>
697
+ Notwithstanding any other provision of this License, for material you
698
+ add to a covered work, you may (if authorized by the copyright holders
699
+ of that material) supplement the terms of this License with terms:
700
+ </p>
701
+ <list>
702
+ <item>
703
+ <bullet>a)</bullet>
704
+ Disclaiming warranty or limiting liability differently
705
+ from the terms of sections 15 and 16 of this License; or
706
+ </item>
707
+ <item>
708
+ <bullet>b)</bullet>
709
+ Requiring preservation of specified reasonable legal
710
+ notices or author attributions in that material or in the
711
+ Appropriate Legal Notices displayed by works containing it; or
712
+ </item>
713
+ <item>
714
+ <bullet>c)</bullet>
715
+ Prohibiting misrepresentation of the origin of that material,
716
+ or requiring that modified versions of such material be marked
717
+ in reasonable ways as different from the original version; or
718
+ </item>
719
+ <item>
720
+ <bullet>d)</bullet>
721
+ Limiting the use for publicity purposes of names
722
+ of licensors or authors of the material; or
723
+ </item>
724
+ <item>
725
+ <bullet>e)</bullet>
726
+ Declining to grant rights under trademark law for use
727
+ of some trade names, trademarks, or service marks; or
728
+ </item>
729
+ <item>
730
+ <bullet>f)</bullet>
731
+ Requiring indemnification of licensors and authors of that
732
+ material by anyone who conveys the material (or modified
733
+ versions of it) with contractual assumptions of liability
734
+ to the recipient, for any liability that these contractual
735
+ assumptions directly impose on those licensors and authors.
736
+ </item>
737
+ </list>
738
+ <p>
739
+ All other non-permissive additional terms are considered “further
740
+ restrictions” within the meaning of section 10. If the Program
741
+ as you received it, or any part of it, contains a notice stating
742
+ that it is governed by this License along with a term that is
743
+ a further restriction, you may remove that term. If a license
744
+ document contains a further restriction but permits relicensing or
745
+ conveying under this License, you may add to a covered work material
746
+ governed by the terms of that license document, provided that the
747
+ further restriction does not survive such relicensing or conveying.
748
+ </p>
749
+ <p>
750
+ If you add terms to a covered work in accord with this
751
+ section, you must place, in the relevant source files, a
752
+ statement of the additional terms that apply to those files,
753
+ or a notice indicating where to find the applicable terms.
754
+ </p>
755
+ <p>
756
+ Additional terms, permissive or non-permissive, may be
757
+ stated in the form of a separately written license, or stated
758
+ as exceptions; the above requirements apply either way.
759
+ </p>
760
+ </item>
761
+ <item>
762
+ <bullet>8.</bullet>
763
+ Termination.<br></br>
764
+ You may not propagate or modify a covered work except as
765
+ expressly provided under this License. Any attempt otherwise
766
+ to propagate or modify it is void, and will automatically
767
+ terminate your rights under this License (including any patent
768
+ licenses granted under the third paragraph of section 11).
769
+ <p>
770
+ However, if you cease all violation of this License, then your
771
+ license from a particular copyright holder is reinstated (a)
772
+ provisionally, unless and until the copyright holder explicitly
773
+ and finally terminates your license, and (b) permanently, if
774
+ the copyright holder fails to notify you of the violation by
775
+ some reasonable means prior to 60 days after the cessation.
776
+ </p>
777
+ <p>
778
+ Moreover, your license from a particular copyright holder is
779
+ reinstated permanently if the copyright holder notifies you
780
+ of the violation by some reasonable means, this is the first
781
+ time you have received notice of violation of this License
782
+ (for any work) from that copyright holder, and you cure the
783
+ violation prior to 30 days after your receipt of the notice.
784
+ </p>
785
+ <p>
786
+ Termination of your rights under this section does not
787
+ terminate the licenses of parties who have received copies or
788
+ rights from you under this License. If your rights have been
789
+ terminated and not permanently reinstated, you do not qualify
790
+ to receive new licenses for the same material under section 10.
791
+ </p>
792
+ </item>
793
+ <item>
794
+ <bullet>9.</bullet>
795
+ Acceptance Not Required for Having Copies.<br></br>
796
+ You are not required to accept this License in order to receive or
797
+ run a copy of the Program. Ancillary propagation of a covered work
798
+ occurring solely as a consequence of using peer-to-peer transmission
799
+ to receive a copy likewise does not require acceptance. However,
800
+ nothing other than this License grants you permission to propagate
801
+ or modify any covered work. These actions infringe copyright if you
802
+ do not accept this License. Therefore, by modifying or propagating a
803
+ covered work, you indicate your acceptance of this License to do so.
804
+ </item>
805
+ <item>
806
+ <bullet>10.</bullet>
807
+ Automatic Licensing of Downstream Recipients.<br></br>
808
+ Each time you convey a covered work, the recipient automatically
809
+ receives a license from the original licensors, to run, modify and
810
+ propagate that work, subject to this License. You are not responsible
811
+ for enforcing compliance by third parties with this License.
812
+ <p>
813
+ An “entity transaction” is a transaction transferring control of
814
+ an organization, or substantially all assets of one, or subdividing
815
+ an organization, or merging organizations. If propagation of a
816
+ covered work results from an entity transaction, each party to that
817
+ transaction who receives a copy of the work also receives whatever
818
+ licenses to the work the party's predecessor in interest had or could
819
+ give under the previous paragraph, plus a right to possession of the
820
+ Corresponding Source of the work from the predecessor in interest,
821
+ if the predecessor has it or can get it with reasonable efforts.
822
+ </p>
823
+ <p>
824
+ You may not impose any further restrictions on the exercise of the
825
+ rights granted or affirmed under this License. For example, you
826
+ may not impose a license fee, royalty, or other charge for exercise
827
+ of rights granted under this License, and you may not initiate
828
+ litigation (including a cross-claim or counterclaim in a lawsuit)
829
+ alleging that any patent claim is infringed by making, using, selling,
830
+ offering for sale, or importing the Program or any portion of it.
831
+ </p>
832
+ </item>
833
+ <item>
834
+ <bullet>11.</bullet>
835
+ Patents.<br></br>
836
+ A “contributor” is a copyright holder who authorizes use under this
837
+ License of the Program or a work on which the Program is based. The
838
+ work thus licensed is called the contributor's “contributor version”.
839
+ <p>
840
+ A contributor's “essential patent claims” are all patent
841
+ claims owned or controlled by the contributor, whether already
842
+ acquired or hereafter acquired, that would be infringed by some
843
+ manner, permitted by this License, of making, using, or selling
844
+ its contributor version, but do not include claims that would
845
+ be infringed only as a consequence of further modification
846
+ of the contributor version. For purposes of this definition,
847
+ “control” includes the right to grant patent sublicenses in
848
+ a manner consistent with the requirements of this License.
849
+ </p>
850
+ <p>
851
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
852
+ patent license under the contributor's essential patent claims,
853
+ to make, use, sell, offer for sale, import and otherwise run,
854
+ modify and propagate the contents of its contributor version.
855
+ </p>
856
+ <p>
857
+ In the following three paragraphs, a “patent license” is any
858
+ express agreement or commitment, however denominated, not to
859
+ enforce a patent (such as an express permission to practice
860
+ a patent or covenant not to sue for patent infringement). To
861
+ “grant” such a patent license to a party means to make such an
862
+ agreement or commitment not to enforce a patent against the party.
863
+ </p>
864
+ <p>
865
+ If you convey a covered work, knowingly relying on a patent license,
866
+ and the Corresponding Source of the work is not available for anyone
867
+ to copy, free of charge and under the terms of this License, through
868
+ a publicly available network server or other readily accessible
869
+ means, then you must either (1) cause the Corresponding Source to
870
+ be so available, or (2) arrange to deprive yourself of the benefit
871
+ of the patent license for this particular work, or (3) arrange, in
872
+ a manner consistent with the requirements of this License, to extend
873
+ the patent license to downstream recipients. “Knowingly relying”
874
+ means you have actual knowledge that, but for the patent license, your
875
+ conveying the covered work in a country, or your recipient's use of
876
+ the covered work in a country, would infringe one or more identifiable
877
+ patents in that country that you have reason to believe are valid.
878
+ </p>
879
+ <p>
880
+ If, pursuant to or in connection with a single transaction or
881
+ arrangement, you convey, or propagate by procuring conveyance
882
+ of, a covered work, and grant a patent license to some of the
883
+ parties receiving the covered work authorizing them to use,
884
+ propagate, modify or convey a specific copy of the covered work,
885
+ then the patent license you grant is automatically extended
886
+ to all recipients of the covered work and works based on it.
887
+ </p>
888
+ <p>
889
+ A patent license is “discriminatory” if it does not include within the
890
+ scope of its coverage, prohibits the exercise of, or is conditioned
891
+ on the non-exercise of one or more of the rights that are specifically
892
+ granted under this License. You may not convey a covered work if
893
+ you are a party to an arrangement with a third party that is in the
894
+ business of distributing software, under which you make payment to
895
+ the third party based on the extent of your activity of conveying
896
+ the work, and under which the third party grants, to any of the
897
+ parties who would receive the covered work from you, a discriminatory
898
+ patent license (a) in connection with copies of the covered work
899
+ conveyed by you (or copies made from those copies), or (b) primarily
900
+ for and in connection with specific products or compilations that
901
+ contain the covered work, unless you entered into that arrangement,
902
+ or that patent license was granted, prior to 28 March 2007.
903
+ </p>
904
+ <p>
905
+ Nothing in this License shall be construed as excluding or
906
+ limiting any implied license or other defenses to infringement
907
+ that may otherwise be available to you under applicable patent law.
908
+ </p>
909
+ </item>
910
+ <item>
911
+ <bullet>12.</bullet>
912
+ No Surrender of Others' Freedom.<br></br>
913
+ If conditions are imposed on you (whether by court order, agreement
914
+ or otherwise) that contradict the conditions of this License,
915
+ they do not excuse you from the conditions of this License. If
916
+ you cannot convey a covered work so as to satisfy simultaneously
917
+ your obligations under this License and any other pertinent
918
+ obligations, then as a consequence you may not convey it at all.
919
+ For example, if you agree to terms that obligate you to collect
920
+ a royalty for further conveying from those to whom you convey the
921
+ Program, the only way you could satisfy both those terms and this
922
+ License would be to refrain entirely from conveying the Program.
923
+ </item>
924
+ <item>
925
+ <bullet>13.</bullet>
926
+ Use with the GNU Affero General Public License.<br></br>
927
+ Notwithstanding any other provision of this License, you have
928
+ permission to link or combine any covered work with a work licensed
929
+ under version 3 of the GNU Affero General Public License into
930
+ a single combined work, and to convey the resulting work. The
931
+ terms of this License will continue to apply to the part which
932
+ is the covered work, but the special requirements of the GNU
933
+ Affero General Public License, section 13, concerning interaction
934
+ through a network will apply to the combination as such.
935
+ </item>
936
+ <item>
937
+ <bullet>14.</bullet>
938
+ Revised Versions of this License.<br></br>
939
+ The Free Software Foundation may publish revised and/or new
940
+ versions of the GNU General Public License from time to time. Such
941
+ new versions will be similar in spirit to the present version,
942
+ but may differ in detail to address new problems or concerns.
943
+ <p>
944
+ Each version is given a distinguishing version number. If the
945
+ Program specifies that a certain numbered version of the GNU
946
+ General Public License “or any later version” applies to it,
947
+ you have the option of following the terms and conditions either
948
+ of that numbered version or of any later version published by
949
+ the Free Software Foundation. If the Program does not specify a
950
+ version number of the GNU General Public License, you may choose
951
+ any version ever published by the Free Software Foundation.
952
+ </p>
953
+ <p>
954
+ If the Program specifies that a proxy can decide which future
955
+ versions of the GNU General Public License can be used, that
956
+ proxy's public statement of acceptance of a version permanently
957
+ authorizes you to choose that version for the Program.
958
+ </p>
959
+ <p>
960
+ Later license versions may give you additional or
961
+ different permissions. However, no additional obligations
962
+ are imposed on any author or copyright holder as a
963
+ result of your choosing to follow a later version.
964
+ </p>
965
+ </item>
966
+ <item>
967
+ <bullet>15.</bullet>
968
+ Disclaimer of Warranty.<br></br>
969
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
970
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
971
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT
972
+ WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
973
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
974
+ A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
975
+ OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU
976
+ ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
977
+ </item>
978
+ <item>
979
+ <bullet>16.</bullet>
980
+ Limitation of Liability.<br></br>
981
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
982
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
983
+ CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
984
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
985
+ ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING
986
+ BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE
987
+ OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
988
+ PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER
989
+ OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
990
+ </item>
991
+ <item>
992
+ <bullet>17.</bullet>
993
+ Interpretation of Sections 15 and 16.
994
+ <p>
995
+ If the disclaimer of warranty and limitation of liability
996
+ provided above cannot be given local legal effect according to
997
+ their terms, reviewing courts shall apply local law that most
998
+ closely approximates an absolute waiver of all civil liability in
999
+ connection with the Program, unless a warranty or assumption of
1000
+ liability accompanies a copy of the Program in return for a fee.
1001
+ </p>
1002
+ </item>
1003
+ </list>
1004
+ <optional>
1005
+ <p>
1006
+ END OF TERMS AND CONDITIONS
1007
+ </p>
1008
+ <p>
1009
+ How to Apply These Terms to Your New Programs
1010
+ </p>
1011
+ <p>
1012
+ If you develop a new program, and you want it to be
1013
+ of the greatest possible use to the public, the best
1014
+ way to achieve this is to make it free software which
1015
+ everyone can redistribute and change under these terms.
1016
+ </p>
1017
+ <p>
1018
+ To do so, attach the following notices to the program. It is safest
1019
+ to attach them to the start of each source file to most effectively
1020
+ state the exclusion of warranty; and each file should have at least
1021
+ the “copyright” line and a pointer to where the full notice is found.
1022
+ </p>
1023
+ <p>
1024
+ &lt;one line to give the program's name and
1025
+ a brief idea of what it does.&gt;<br></br>
1026
+ Copyright (C) &lt;year&gt; &lt;name of author&gt;
1027
+ </p>
1028
+ <p>
1029
+ This program is free software: you can redistribute it and/or
1030
+ modify it under the terms of the GNU General Public License
1031
+ as published by the Free Software Foundation, either version
1032
+ 3 of the License, or (at your option) any later version.
1033
+ </p>
1034
+ <p>
1035
+ This program is distributed in the hope that it will be
1036
+ useful, but WITHOUT ANY WARRANTY; without even the implied
1037
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
1038
+ PURPOSE. See the GNU General Public License for more details.
1039
+ </p>
1040
+ <p>
1041
+ You should have received a copy of the GNU General
1042
+ Public License along with this program. If not, see
1043
+ &lt;https://www.gnu.org/licenses/&gt;.
1044
+ </p>
1045
+ <p>
1046
+ Also add information on how to contact you by electronic and paper mail.
1047
+ </p>
1048
+ <p>
1049
+ If the program does terminal interaction, make it output a
1050
+ short notice like this when it starts in an interactive mode:
1051
+ </p>
1052
+ <p>
1053
+ &lt;program&gt; Copyright (C) &lt;year&gt;
1054
+ &lt;name of author&gt;<br></br>
1055
+ This program comes with ABSOLUTELY NO
1056
+ WARRANTY; for details type `show w'.<br></br>
1057
+ This is free software, and you are welcome to redistribute
1058
+ it under certain conditions; type `show c' for details.
1059
+ </p>
1060
+ <p>
1061
+ The hypothetical commands `show w' and `show c' should
1062
+ show the appropriate parts of the General Public License.
1063
+ Of course, your program's commands might be different;
1064
+ for a GUI interface, you would use an “about box”.
1065
+ </p>
1066
+ <p>
1067
+ You should also get your employer (if you work as a
1068
+ programmer) or school, if any, to sign a “copyright disclaimer”
1069
+ for the program, if necessary. For more information on
1070
+ this, and how to apply and follow the GNU GPL, see
1071
+ &lt;https://www.gnu.org/licenses/&gt;.
1072
+ </p>
1073
+ <p>
1074
+ The GNU General Public License does not permit incorporating
1075
+ your program into proprietary programs. If your program is a
1076
+ subroutine library, you may consider it more useful to permit
1077
+ linking proprietary applications with the library. If this
1078
+ is what you want to do, use the GNU Lesser General Public
1079
+ License instead of this License. But first, please read
1080
+ &lt;https://www.gnu.org/<alt match="philosophy|licenses" name="philicenses">licenses</alt>/why-not-lgpl.html&gt;.
1081
+ </p>
1082
+ </optional>
1083
+
1084
+ </optional>
258
1085
  </text>
259
1086
  </license>
260
1087
  </SPDXLicenseCollection>