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,639 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="EPL-2.0"
4
+ name="Eclipse Public License 2.0">
5
+ <crossRefs>
6
+ <crossRef>https://www.eclipse.org/legal/epl-2.0</crossRef>
7
+ <crossRef>https://www.opensource.org/licenses/EPL-2.0</crossRef>
8
+ </crossRefs>
9
+ <notes>
10
+ <p>Secondary Licenses declared via Exhibit A should be represented using the disjunctive OR operator (See: SPDX spec, section on SPDX License Expressions and https://www.eclipse.org/legal/epl-2.0/faq.php for more info).</p>
11
+ </notes>
12
+ <text>
13
+ <titleText>
14
+ <p>Eclipse Public License - v 2.0</p>
15
+ </titleText>
16
+ <p>THE
17
+ ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
18
+ PUBLIC LICENSE ("AGREEMENT").
19
+ ANY USE, REPRODUCTION OR DISTRIBUTION
20
+ OF
21
+ THE PROGRAM CONSTITUTES
22
+ RECIPIENT&#039;S ACCEPTANCE OF THIS
23
+ AGREEMENT.
24
+ </p>
25
+ <list>
26
+ <item>
27
+ <bullet>1.</bullet>
28
+ DEFINITIONS
29
+ <p>"Contribution"
30
+ means:
31
+ </p>
32
+ <list>
33
+ <item>
34
+ <bullet>a)</bullet>
35
+ in the case of the initial Contributor, the initial content
36
+ Distributed under this Agreement, and
37
+ </item>
38
+ <item>
39
+ <bullet>b)</bullet>
40
+ in the case of each subsequent Contributor:
41
+ <list>
42
+ <item>
43
+ <bullet>i)</bullet>
44
+ changes to the Program, and
45
+ </item>
46
+ <item>
47
+ <bullet>ii)</bullet>
48
+ additions to the Program;
49
+ </item>
50
+ </list>
51
+ <p>where
52
+ such changes and/or additions to the Program originate
53
+ from
54
+ and
55
+ are Distributed by that particular Contributor. A
56
+ Contribution
57
+ "originates"
58
+ from a Contributor if it was added to the
59
+ Program by such
60
+ Contributor itself or anyone acting on such
61
+ Contributor&#039;s
62
+ behalf.
63
+ Contributions do not include changes or
64
+ additions to the
65
+ Program that
66
+ are not Modified Works.
67
+ </p>
68
+ </item>
69
+ </list>
70
+ <p>"Contributor"
71
+ means any person or entity that Distributes the
72
+ Program.
73
+ </p>
74
+ <p>"Licensed
75
+ Patents"
76
+ mean patent claims licensable by a Contributor
77
+ which
78
+ are necessarily
79
+ infringed by the use or sale of its
80
+ Contribution alone
81
+ or when
82
+ combined with the Program.
83
+ </p>
84
+ <p>"Program"
85
+ means the Contributions Distributed in accordance with
86
+ this
87
+ Agreement.
88
+ </p>
89
+ <p>"Recipient"
90
+ means anyone who receives the Program under this
91
+ Agreement
92
+ or any
93
+ Secondary License (as applicable), including
94
+ Contributors.
95
+ </p>
96
+ <p>"Derivative
97
+ Works"
98
+ shall mean any work, whether in Source Code or
99
+ other
100
+ form, that is
101
+ based on (or derived from) the Program and for
102
+ which the
103
+ editorial
104
+ revisions, annotations, elaborations, or other
105
+ modifications
106
+ represent, as a whole, an original work of authorship.
107
+ </p>
108
+ <p>"Modified
109
+ Works"
110
+ shall mean any work in Source Code or other form
111
+ that
112
+ results from
113
+ an addition to, deletion from, or modification of
114
+ the
115
+ contents of
116
+ the Program, including, for purposes of clarity any
117
+ new
118
+ file
119
+ in
120
+ Source Code form that contains any contents of the
121
+ Program.
122
+ Modified
123
+ Works shall not include works that contain only
124
+ declarations,
125
+ interfaces,
126
+ types, classes, structures, or files of the
127
+ Program solely in each case
128
+ in order to link to, bind by name, or
129
+ subclass the Program or
130
+ Modified
131
+ Works thereof.
132
+ </p>
133
+ <p>"Distribute"
134
+ means the acts of a) distributing or b) making
135
+ available
136
+ in any
137
+ manner that enables the transfer of a copy.
138
+ </p>
139
+ <p>"Source
140
+ Code"
141
+ means the form of a Program preferred for making
142
+ modifications,
143
+ including but not limited to software source code,
144
+ documentation
145
+ source, and configuration files.
146
+ </p>
147
+ <p>"Secondary
148
+ License"
149
+ means either the GNU General Public License,
150
+ Version 2.0, or any
151
+ later versions of that license, including any
152
+ exceptions or
153
+ additional permissions as identified by the initial
154
+ Contributor.
155
+ </p>
156
+ </item>
157
+ <item>
158
+ <bullet>2.</bullet>
159
+ GRANT OF RIGHTS
160
+ <list>
161
+ <item>
162
+ <bullet>a)</bullet>
163
+ Subject to the terms of this Agreement, each Contributor hereby
164
+ grants Recipient a non-exclusive, worldwide, royalty-free
165
+ copyright
166
+ license to reproduce, prepare Derivative Works of,
167
+ publicly display,
168
+ publicly perform, Distribute and sublicense the
169
+ Contribution of
170
+ such
171
+ Contributor, if any, and such Derivative Works.
172
+ </item>
173
+ <item>
174
+ <bullet>b)</bullet>
175
+ Subject to the terms of this Agreement, each Contributor hereby
176
+ grants Recipient a non-exclusive, worldwide, royalty-free patent
177
+ license under Licensed Patents to make, use, sell, offer to sell,
178
+ import and otherwise transfer the Contribution of such
179
+ Contributor,
180
+ if any, in Source Code or other form. This patent
181
+ license shall
182
+ apply to the combination of the Contribution and the
183
+ Program if,
184
+ at the time the Contribution is added by the
185
+ Contributor, such
186
+ addition of the Contribution causes such
187
+ combination to be covered
188
+ by the Licensed Patents. The patent
189
+ license shall not apply to any
190
+ other combinations which include the
191
+ Contribution. No hardware per
192
+ se is licensed hereunder.
193
+ </item>
194
+ <item>
195
+ <bullet>c)</bullet>
196
+ Recipient understands that although each Contributor grants the
197
+ licenses to its Contributions set forth herein, no assurances are
198
+ provided by any Contributor that the Program does not infringe the
199
+ patent or other intellectual property rights of any other entity.
200
+ Each Contributor disclaims any liability to Recipient for claims
201
+ brought by any other entity based on infringement of intellectual
202
+ property rights or otherwise. As a condition to exercising the
203
+ rights
204
+ and licenses granted hereunder, each Recipient hereby
205
+ assumes sole
206
+ responsibility to secure any other intellectual
207
+ property rights
208
+ needed,
209
+ if any. For example, if a third party patent
210
+ license is required to
211
+ allow Recipient to Distribute the Program,
212
+ it is Recipient&#039;s
213
+ responsibility to acquire that license
214
+ before distributing the
215
+ Program.
216
+ </item>
217
+ <item>
218
+ <bullet>d)</bullet>
219
+ Each Contributor represents that to its knowledge it has
220
+ sufficient
221
+ copyright rights in its Contribution, if any, to grant
222
+ the copyright
223
+ license set forth in this Agreement.
224
+ </item>
225
+ <item>
226
+ <bullet>e)</bullet>
227
+ Notwithstanding the terms of any Secondary License, no Contributor
228
+ makes additional grants to any Recipient (other than those set
229
+ forth
230
+ in this Agreement) as a result of such Recipient&#039;s
231
+ receipt of
232
+ the
233
+ Program under the terms of a Secondary License (if
234
+ permitted under
235
+ the terms of Section 3).
236
+ </item>
237
+ </list>
238
+ </item>
239
+ <item>
240
+ <bullet>3.</bullet>
241
+ REQUIREMENTS
242
+ <list>
243
+ <item>
244
+ <bullet>3.1</bullet>
245
+ If a Contributor Distributes the Program in any form, then:
246
+ <list>
247
+ <item>
248
+ <bullet>a)</bullet>
249
+ the Program must also be made available as Source Code, in
250
+ accordance with section 3.2, and the Contributor must accompany
251
+ the Program with a statement that the Source Code for the
252
+ Program
253
+ is available under this Agreement, and informs Recipients
254
+ how to
255
+ obtain it in a reasonable manner on or through a medium
256
+ customarily
257
+ used for software exchange; and
258
+ </item>
259
+ <item>
260
+ <bullet>b)</bullet>
261
+ the Contributor may Distribute the Program under a license
262
+ different than this Agreement, provided that such license:
263
+ <list>
264
+ <item>
265
+ <bullet>i)</bullet>
266
+ effectively disclaims on behalf of all other Contributors all
267
+ warranties and conditions, express and implied, including
268
+ warranties
269
+ or conditions of title and non-infringement, and
270
+ implied
271
+ warranties
272
+ or conditions of merchantability and fitness
273
+ for a particular
274
+ purpose;
275
+ </item>
276
+ <item>
277
+ <bullet>ii)</bullet>
278
+ effectively excludes on behalf of all other Contributors all
279
+ liability for damages, including direct, indirect, special,
280
+ incidental
281
+ and consequential damages, such as lost profits;
282
+ </item>
283
+ <item>
284
+ <bullet>iii)</bullet>
285
+ does not attempt to limit or alter the recipients&#039; rights
286
+ in the
287
+ Source Code under section 3.2; and
288
+ </item>
289
+ <item>
290
+ <bullet>iv)</bullet>
291
+ requires any subsequent distribution of the Program by any
292
+ party
293
+ to be under a license that satisfies the requirements of
294
+ this
295
+ section 3.
296
+ </item>
297
+ </list>
298
+ </item>
299
+ </list>
300
+ </item>
301
+ <item>
302
+ <bullet>3.2</bullet>
303
+ When the Program is Distributed as Source Code:
304
+ <list>
305
+ <item>
306
+ <bullet>a)</bullet>
307
+ it must be made available under this Agreement, or if the
308
+ Program (i)
309
+ is combined with other material in a separate file or
310
+ files made
311
+ available
312
+ under a Secondary License, and (ii) the
313
+ initial Contributor attached
314
+ to
315
+ the Source Code the notice
316
+ described in Exhibit A of this
317
+ Agreement,
318
+ then the Program may be
319
+ made available under the terms of such
320
+ Secondary Licenses, and
321
+ </item>
322
+ <item>
323
+ <bullet>b)</bullet>
324
+ a copy of this Agreement must be included with each copy of the
325
+ Program.
326
+ </item>
327
+ </list>
328
+ </item>
329
+ <item>
330
+ <bullet>3.3</bullet>
331
+ Contributors may not remove or alter any copyright, patent,
332
+ trademark,
333
+ attribution notices, disclaimers of warranty, or
334
+ limitations of liability
335
+ ("notices")
336
+ contained within the Program
337
+ from any copy of the Program which
338
+ they Distribute, provided that
339
+ Contributors may add their own
340
+ appropriate
341
+ notices.
342
+ </item>
343
+ </list>
344
+ </item>
345
+ <item>
346
+ <bullet>4.</bullet>
347
+ COMMERCIAL DISTRIBUTION
348
+ <p>Commercial
349
+ distributors of software may accept certain
350
+ responsibilities
351
+ with
352
+ respect to end users, business partners and the
353
+ like. While this
354
+ license is intended to facilitate the commercial
355
+ use of the
356
+ Program, the
357
+ Contributor who includes the Program in a
358
+ commercial
359
+ product offering should
360
+ do so in a manner which does not
361
+ create
362
+ potential liability for
363
+ other
364
+ Contributors. Therefore, if a
365
+ Contributor includes the Program in a
366
+ commercial product offering,
367
+ such Contributor ("Commercial
368
+ Contributor")
369
+ hereby agrees to defend
370
+ and indemnify every other Contributor
371
+ ("Indemnified
372
+ Contributor")
373
+ against any losses, damages and costs
374
+ (collectively "Losses")
375
+ arising from claims, lawsuits and other legal actions
376
+ brought by a
377
+ third party against the Indemnified Contributor to the
378
+ extent
379
+ caused
380
+ by the acts or omissions of such Commercial Contributor in
381
+ connection
382
+ with its distribution of the Program in a commercial
383
+ product offering.
384
+ The obligations in this section do not apply to
385
+ any claims or
386
+ Losses relating
387
+ to any actual or alleged intellectual
388
+ property infringement. In
389
+ order to
390
+ qualify, an Indemnified
391
+ Contributor must: a) promptly notify the
392
+ Commercial Contributor in
393
+ writing of such claim, and b) allow the
394
+ Commercial
395
+ Contributor to
396
+ control, and cooperate with the Commercial Contributor in,
397
+ the
398
+ defense and any related settlement negotiations. The Indemnified
399
+ Contributor may participate in any such claim at its own expense.
400
+ </p>
401
+ <p>For example, a Contributor might include the Program
402
+ in a
403
+ commercial product offering, Product X. That Contributor is
404
+ then a
405
+ Commercial Contributor. If that Commercial Contributor then makes
406
+ performance
407
+ claims, or offers warranties related to Product X,
408
+ those
409
+ performance
410
+ claims
411
+ and warranties are such Commercial
412
+ Contributor&#039;s responsibility
413
+ alone.
414
+ Under this section, the
415
+ Commercial Contributor would have to defend
416
+ claims
417
+ against the other
418
+ Contributors related to those performance claims and
419
+ warranties,
420
+ and
421
+ if a court requires any other Contributor to pay
422
+ any damages
423
+ as
424
+ a
425
+ result, the Commercial Contributor must pay those damages.
426
+ </p>
427
+ </item>
428
+ <item>
429
+ <bullet>5.</bullet>
430
+ NO WARRANTY
431
+ <p>EXCEPT
432
+ AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
433
+ PERMITTED
434
+ BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS
435
+ IS"
436
+ BASIS, WITHOUT
437
+ WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
438
+ OR IMPLIED INCLUDING,
439
+ WITHOUT LIMITATION, ANY WARRANTIES OR
440
+ CONDITIONS OF TITLE,
441
+ NON-INFRINGEMENT,
442
+ MERCHANTABILITY OR FITNESS
443
+ FOR
444
+ A PARTICULAR PURPOSE. Each Recipient is
445
+ solely responsible for
446
+ determining the appropriateness of using and
447
+ distributing the
448
+ Program and assumes all risks associated with its
449
+ exercise of
450
+ rights
451
+ under this Agreement, including but not limited
452
+ to the
453
+ risks
454
+ and costs
455
+ of program errors, compliance with applicable laws,
456
+ damage
457
+ to or loss
458
+ of data, programs or equipment, and
459
+ unavailability or
460
+ interruption of
461
+ operations.
462
+ </p>
463
+ </item>
464
+ <item>
465
+ <bullet>6.</bullet>
466
+ DISCLAIMER OF LIABILITY
467
+ <p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE
468
+ EXTENT PERMITTED
469
+ BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY
470
+ CONTRIBUTORS SHALL HAVE
471
+ ANY
472
+ LIABILITY FOR ANY DIRECT, INDIRECT,
473
+ INCIDENTAL, SPECIAL, EXEMPLARY,
474
+ OR CONSEQUENTIAL DAMAGES (INCLUDING
475
+ WITHOUT LIMITATION LOST
476
+ PROFITS),
477
+ HOWEVER CAUSED AND ON ANY THEORY
478
+ OF
479
+ LIABILITY, WHETHER IN CONTRACT,
480
+ STRICT
481
+ LIABILITY, OR TORT
482
+ (INCLUDING
483
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
484
+ OUT OF THE
485
+ USE OR
486
+ DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF
487
+ ANY RIGHTS
488
+ GRANTED
489
+ HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
490
+ DAMAGES.
491
+ </p>
492
+ </item>
493
+ <item>
494
+ <bullet>7.</bullet>
495
+ GENERAL
496
+ <p>If any provision of this Agreement is invalid or unenforceable
497
+ under
498
+ applicable law, it shall not affect the validity or
499
+ enforceability of the
500
+ remainder of the terms of this Agreement, and
501
+ without further
502
+ action by the
503
+ parties hereto, such provision shall
504
+ be
505
+ reformed to the minimum extent
506
+ necessary to make such provision
507
+ valid and enforceable.
508
+ </p>
509
+ <p>If Recipient institutes patent litigation against any entity
510
+ (including a
511
+ cross-claim or counterclaim in a lawsuit) alleging
512
+ that
513
+ the Program itself
514
+ (excluding combinations of the Program with
515
+ other
516
+ software or
517
+ hardware)
518
+ infringes such Recipient&#039;s
519
+ patent(s), then
520
+ such Recipient&#039;s
521
+ rights granted
522
+ under Section
523
+ 2(b) shall
524
+ terminate as of the date such litigation is
525
+ filed.
526
+ </p>
527
+ <p>All Recipient&#039;s rights under this Agreement shall terminate
528
+ if it fails to
529
+ comply with any of the material terms or conditions
530
+ of this Agreement
531
+ and
532
+ does not cure such failure in a reasonable
533
+ period of time after
534
+ becoming
535
+ aware of such noncompliance. If all
536
+ Recipient&#039;s rights under this
537
+ Agreement
538
+ terminate, Recipient
539
+ agrees to cease use and distribution of the Program
540
+ as soon as
541
+ reasonably practicable. However, Recipient&#039;s
542
+ obligations under
543
+ this Agreement and any licenses granted by Recipient relating to
544
+ the
545
+ Program shall continue and survive.
546
+ </p>
547
+ <p>Everyone is permitted to copy and distribute copies of this
548
+ Agreement,
549
+ but in order to avoid inconsistency the Agreement is
550
+ copyrighted and
551
+ may
552
+ only be modified in the following manner. The
553
+ Agreement Steward
554
+ reserves
555
+ the right to publish new versions
556
+ (including revisions) of this
557
+ Agreement
558
+ from time to time. No one
559
+ other than the Agreement Steward has the
560
+ right
561
+ to modify this
562
+ Agreement. The Eclipse Foundation is the initial
563
+ Agreement
564
+ Steward.
565
+ The Eclipse Foundation may assign the responsibility to serve as
566
+ the Agreement Steward to a suitable separate entity. Each new
567
+ version of
568
+ the Agreement will be given a distinguishing version
569
+ number. The
570
+ Program
571
+ (including Contributions) may always be
572
+ Distributed subject to the version
573
+ of the Agreement under which it
574
+ was received. In addition, after a
575
+ new
576
+ version of the Agreement is
577
+ published, Contributor may elect to
578
+ Distribute
579
+ the Program
580
+ (including
581
+ its Contributions) under the new version.
582
+ </p>
583
+ <p>Except as expressly stated in Sections 2(a) and 2(b) above,
584
+ Recipient
585
+ receives no rights or licenses to the intellectual
586
+ property of any
587
+ Contributor under this Agreement, whether
588
+ expressly,
589
+ by
590
+ implication,
591
+ estoppel or otherwise. All rights in the
592
+ Program not
593
+ expressly granted
594
+ under this Agreement are reserved.
595
+ Nothing in this
596
+ Agreement is
597
+ intended
598
+ to be enforceable by any
599
+ entity that is not a
600
+ Contributor or
601
+ Recipient.
602
+ No third-party
603
+ beneficiary rights are
604
+ created under this Agreement.
605
+ </p>
606
+ </item>
607
+ <item>
608
+ Exhibit A - Form of Secondary Licenses Notice
609
+ <p>"This
610
+ Source Code may also be made available under the following
611
+ Secondary Licenses when the conditions for such availability set
612
+ forth
613
+ in the Eclipse Public License, v. 2.0 are satisfied: {name
614
+ license(s),
615
+ version(s), and exceptions or additional permissions
616
+ here}."
617
+ </p>
618
+ <p>Simply including a copy of this Agreement, including this Exhibit
619
+ A
620
+ is not sufficient to license the Source Code under Secondary
621
+ Licenses.
622
+ </p>
623
+ <p>If it is not possible or desirable to put the notice in a
624
+ particular file,
625
+ then You may include the notice in a location (such
626
+ as a LICENSE file
627
+ in
628
+ a
629
+ relevant directory) where a recipient would be
630
+ likely to look for
631
+ such a notice.
632
+ </p>
633
+ <p>You may add additional accurate notices of copyright ownership.
634
+ </p>
635
+ </item>
636
+ </list>
637
+ </text>
638
+ </license>
639
+ </SPDXLicenseCollection>