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,337 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="EUPL-1.1"
4
+ name="European Union Public License 1.1">
5
+ <crossRefs>
6
+ <crossRef>https://joinup.ec.europa.eu/software/page/eupl/licence-eupl</crossRef>
7
+ <crossRef>https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl1.1.-licence-en_0.pdf</crossRef>
8
+ <crossRef>https://opensource.org/licenses/EUPL-1.1</crossRef>
9
+ </crossRefs>
10
+ <notes>This license was released: 16 May 2008 This license is available in the 22 official languages of the EU. The
11
+ English version is included here.</notes>
12
+ <text>
13
+ <titleText>
14
+ <p>European Union Public Licence V. 1.1</p>
15
+ </titleText>
16
+ <copyrightText>
17
+ <p>EUPL (c) the European Community 2007</p>
18
+ </copyrightText>
19
+
20
+ <p>This European Union Public Licence (the "EUPL") applies to the Work or Software (as defined below) which
21
+ is provided under the terms of this Licence. Any use of the Work, other than as authorised under this
22
+ Licence is prohibited (to the extent such use is covered by a right of the copyright holder of the
23
+ Work).</p>
24
+ <p>The Original Work is provided under the terms of this Licence when the Licensor (as defined below) has
25
+ placed the following notice immediately following the copyright notice for the Original Work:</p>
26
+ <list>
27
+ <item>
28
+ <p>Licensed under the EUPL V.1.1</p>
29
+ </item>
30
+ <item>
31
+ <p>or has expressed by any other mean his willingness to license under the EUPL.</p>
32
+ </item>
33
+ </list>
34
+ <list>
35
+ <item>
36
+ <bullet>1.</bullet>
37
+ Definitions
38
+ <p>In this Licence, the following terms have the following meaning:</p>
39
+ <list>
40
+ <item>
41
+ <bullet>-</bullet>
42
+ The Licence: this Licence.
43
+ </item>
44
+ <item>
45
+ <bullet>-</bullet>
46
+ The Original Work or the Software: the software distributed and/or communicated by the
47
+ Licensor under this Licence, available as Source Code and also as Executable Code as the
48
+ case may be.
49
+ </item>
50
+ <item>
51
+ <bullet>-</bullet>
52
+ Derivative Works: the works or software that could be created by the Licensee, based upon the
53
+ Original Work or modifications thereof. This Licence does not define the extent of
54
+ modification or dependence on the Original Work required in order to classify a work as a
55
+ Derivative Work; this extent is determined by copyright law applicable in the country
56
+ mentioned in Article 15.
57
+ </item>
58
+ <item>
59
+ <bullet>-</bullet>
60
+ The Work: the Original Work and/or its Derivative Works.
61
+ </item>
62
+ <item>
63
+ <bullet>-</bullet>
64
+ The Source Code: the human-readable form of the Work which is the most convenient for people
65
+ to study and modify.
66
+ </item>
67
+ <item>
68
+ <bullet>-</bullet>
69
+ The Executable Code: any code which has generally been compiled and which is meant to be
70
+ interpreted by a computer as a program.
71
+ </item>
72
+ <item>
73
+ <bullet>-</bullet>
74
+ The Licensor: the natural or legal person that distributes and/or communicates the Work under
75
+ the Licence.
76
+ </item>
77
+ <item>
78
+ <bullet>-</bullet>
79
+ Contributor(s): any natural or legal person who modifies the Work under the Licence, or
80
+ otherwise contributes to the creation of a Derivative Work.
81
+ </item>
82
+ <item>
83
+ <bullet>-</bullet>
84
+ The Licensee or "You": any natural or legal person who makes any usage of the Software under
85
+ the terms of the Licence.
86
+ </item>
87
+ <item>
88
+ <bullet>-</bullet>
89
+ Distribution and/or Communication: any act of selling, giving, lending, renting,
90
+ distributing, communicating, transmitting, or otherwise making available, on-line or
91
+ off-line, copies of the Work or providing access to its essential functionalities at the
92
+ disposal of any other natural or legal person.
93
+ </item>
94
+ </list>
95
+ </item>
96
+ <item>
97
+ <bullet>2.</bullet>
98
+ Scope of the rights granted by the Licence
99
+ <p>The Licensor hereby grants You a world-wide, royalty-free, non-exclusive, sublicensable licence
100
+ to do the following, for the duration of copyright vested in the Original Work:</p>
101
+ <list>
102
+ <item>
103
+ <bullet>-</bullet>
104
+ use the Work in any circumstance and for all usage,
105
+ </item>
106
+ <item>
107
+ <bullet>-</bullet>
108
+ reproduce the Work,
109
+ </item>
110
+ <item>
111
+ <bullet>-</bullet>
112
+ modify the Original Work, and make Derivative Works based upon the Work,
113
+ </item>
114
+ <item>
115
+ <bullet>-</bullet>
116
+ communicate to the public, including the right to make available or display the Work or
117
+ copies thereof to the public and perform publicly, as the case may be, the Work,
118
+ </item>
119
+ <item>
120
+ <bullet>-</bullet>
121
+ distribute the Work or copies thereof,
122
+ </item>
123
+ <item>
124
+ <bullet>-</bullet>
125
+ lend and rent the Work or copies thereof,
126
+ </item>
127
+ <item>
128
+ <bullet>-</bullet>
129
+ sub-license rights in the Work or copies thereof.
130
+ </item>
131
+ </list>
132
+ <p>Those rights can be exercised on any media, supports and formats, whether now known or later
133
+ invented, as far as the applicable law permits so.</p>
134
+ <p>In the countries where moral rights apply, the Licensor waives his right to exercise his
135
+ moral right to the extent allowed by law in order to make effective the licence of the
136
+ economic rights here above listed.</p>
137
+ <p>The Licensor grants to the Licensee royalty-free, non exclusive usage rights to any patents
138
+ held by the Licensor, to the extent necessary to make use of the rights granted on the
139
+ Work under this Licence.</p>
140
+ </item>
141
+ <item>
142
+ <bullet>3.</bullet>
143
+ Communication of the Source Code
144
+ <p>The Licensor may provide the Work either in its Source Code form, or as Executable Code. If the
145
+ Work is provided as Executable Code, the Licensor provides in addition a machine-readable copy
146
+ of the Source Code of the Work along with each copy of the Work that the Licensor distributes
147
+ or indicates, in a notice following the copyright notice attached to the Work, a repository
148
+ where the Source Code is easily and freely accessible for as long as the Licensor continues to
149
+ distribute and/or communicate the Work.</p>
150
+ </item>
151
+ <item>
152
+ <bullet>4.</bullet>
153
+ Limitations on copyright
154
+ <p>Nothing in this Licence is intended to deprive the Licensee of the benefits from any exception or
155
+ limitation to the exclusive rights of the rights owners in the Original Work or Software, of
156
+ the exhaustion of those rights or of other applicable limitations thereto.</p>
157
+ </item>
158
+ <item>
159
+ <bullet>5.</bullet>
160
+ Obligations of the Licensee
161
+ <p>The grant of the rights mentioned above is subject to some restrictions and obligations imposed
162
+ on the Licensee. Those obligations are the following:</p>
163
+ <p>Attribution right: the Licensee shall keep intact all copyright, patent or trademarks notices and
164
+ all notices that refer to the Licence and to the disclaimer of warranties. The Licensee must
165
+ include a copy of such notices and a copy of the Licence with every copy of the Work he/she
166
+ distributes and/or communicates. The Licensee must cause any Derivative Work to carry
167
+ prominent notices stating that the Work has been modified and the date of modification.</p>
168
+ <p>Copyleft clause: If the Licensee distributes and/or communicates copies of the Original Works or
169
+ Derivative Works based upon the Original Work, this Distribution and/or Communication will be
170
+ done under the terms of this Licence or of a later version of this Licence unless the Original
171
+ Work is expressly distributed only under this version of the Licence. The Licensee (becoming
172
+ Licensor) cannot offer or impose any additional terms or conditions on the Work or Derivative
173
+ Work that alter or restrict the terms of the Licence.</p>
174
+ <p>Compatibility clause: If the Licensee Distributes and/or Communicates Derivative Works or copies
175
+ thereof based upon both the Original Work and another work licensed under a Compatible
176
+ Licence, this Distribution and/or Communication can be done under the terms of this Compatible
177
+ Licence. For the sake of this clause, "Compatible Licence," refers to the licences listed in
178
+ the appendix attached to this Licence. Should the Licensee's obligations under the Compatible
179
+ Licence conflict with his/her obligations under this Licence, the obligations of the
180
+ Compatible Licence shall prevail.</p>
181
+ <p>Provision of Source Code: When distributing and/or communicating copies of the Work, the Licensee
182
+ will provide a machine-readable copy of the Source Code or indicate a repository where this
183
+ Source will be easily and freely available for as long as the Licensee continues to distribute
184
+ and/or communicate the Work.</p>
185
+ <p>Legal Protection: This Licence does not grant permission to use the trade names, trademarks,
186
+ service marks, or names of the Licensor, except as required for reasonable and customary use
187
+ in describing the origin of the Work and reproducing the content of the copyright notice.</p>
188
+ </item>
189
+ <item>
190
+ <bullet>6.</bullet>
191
+ Chain of Authorship
192
+ <p>The original Licensor warrants that the copyright in the Original Work granted hereunder is owned
193
+ by him/her or licensed to him/her and that he/she has the power and authority to grant the
194
+ Licence.</p>
195
+ <p>Each Contributor warrants that the copyright in the modifications he/she brings to the Work are
196
+ owned by him/her or licensed to him/her and that he/she has the power and authority to grant
197
+ the Licence.</p>
198
+ <p>Each time You accept the Licence, the original Licensor and subsequent Contributors grant You a
199
+ licence to their contributions to the Work, under the terms of this Licence.</p>
200
+ </item>
201
+ <item>
202
+ <bullet>7.</bullet>
203
+ Disclaimer of Warranty
204
+ <p>The Work is a work in progress, which is continuously improved by numerous contributors. It is
205
+ not a finished work and may therefore contain defects or "bugs" inherent to this type of
206
+ software development.</p>
207
+ <p>For the above reason, the Work is provided under the Licence on an "as is" basis and without
208
+ warranties of any kind concerning the Work, including without limitation merchantability,
209
+ fitness for a particular purpose, absence of defects or errors, accuracy, non-infringement of
210
+ intellectual property rights other than copyright as stated in Article 6 of this Licence.</p>
211
+ <p>This disclaimer of warranty is an essential part of the Licence and a condition for the grant of
212
+ any rights to the Work.</p>
213
+ </item>
214
+ <item>
215
+ <bullet>8.</bullet>
216
+ Disclaimer of Liability
217
+ <p>Except in the cases of wilful misconduct or damages directly caused to natural persons, the
218
+ Licensor will in no event be liable for any direct or indirect, material or moral, damages of
219
+ any kind, arising out of the Licence or of the use of the Work, including without limitation,
220
+ damages for loss of goodwill, work stoppage, computer failure or malfunction, loss of data or
221
+ any commercial damage, even if the Licensor has been advised of the possibility of such
222
+ damage. However, the Licensor will be liable under statutory product liability laws as far
223
+ such laws apply to the Work.</p>
224
+ </item>
225
+ <item>
226
+ <bullet>9.</bullet>
227
+ Additional agreements
228
+ <p>While distributing the Original Work or Derivative Works, You may choose to conclude an
229
+ additional agreement to offer, and charge a fee for, acceptance of support, warranty,
230
+ indemnity, or other liability obligations and/or services consistent with this Licence.
231
+ However, in accepting such obligations, You may act only on your own behalf and on your sole
232
+ responsibility, not on behalf of the original Licensor or any other Contributor, and only if
233
+ You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred
234
+ by, or claims asserted against such Contributor by the fact You have accepted any such
235
+ warranty or additional liability.</p>
236
+ </item>
237
+ <item>
238
+ <bullet>10.</bullet>
239
+ Acceptance of the Licence
240
+ <p>The provisions of this Licence can be accepted by clicking on an icon "I agree" placed under the
241
+ bottom of a window displaying the text of this Licence or by affirming consent in any other
242
+ similar way, in accordance with the rules of applicable law. Clicking on that icon indicates
243
+ your clear and irrevocable acceptance of this Licence and all of its terms and conditions.</p>
244
+ <p>Similarly, you irrevocably accept this Licence and all of its terms and conditions by exercising
245
+ any rights granted to You by Article 2 of this Licence, such as the use of the Work, the
246
+ creation by You of a Derivative Work or the Distribution and/or Communication by You of the
247
+ Work or copies thereof.</p>
248
+ </item>
249
+ <item>
250
+ <bullet>11.</bullet>
251
+ Information to the public
252
+ <p>In case of any Distribution and/or Communication of the Work by means of electronic communication
253
+ by You (for example, by offering to download the Work from a remote location) the distribution
254
+ channel or media (for example, a website) must at least provide to the public the information
255
+ requested by the applicable law regarding the Licensor, the Licence and the way it may be
256
+ accessible, concluded, stored and reproduced by the Licensee.</p>
257
+ </item>
258
+ <item>
259
+ <bullet>12.</bullet>
260
+ Termination of the Licence
261
+ <p>The Licence and the rights granted hereunder will terminate automatically upon any breach by the
262
+ Licensee of the terms of the Licence. Such a termination will not terminate the licences of
263
+ any person who has received the Work from the Licensee under the Licence, provided such
264
+ persons remain in full compliance with the Licence.</p>
265
+ </item>
266
+ <item>
267
+ <bullet>13.</bullet>
268
+ Miscellaneous
269
+ <p>Without prejudice of Article 9 above, the Licence represents the complete agreement between the
270
+ Parties as to the Work licensed hereunder.</p>
271
+ <p>If any provision of the Licence is invalid or unenforceable under applicable law, this will not
272
+ affect the validity or enforceability of the Licence as a whole. Such provision will be
273
+ construed and/or reformed so as necessary to make it valid and enforceable.</p>
274
+ <p>The European Commission may publish other linguistic versions and/or new versions of this
275
+ Licence, so far this is required and reasonable, without reducing the scope of the rights
276
+ granted by the Licence. New versions of the Licence will be published with a unique version
277
+ number.</p>
278
+ <p>All linguistic versions of this Licence, approved by the European Commission, have identical
279
+ value. Parties can take advantage of the linguistic version of their choice.</p>
280
+ </item>
281
+ <item>
282
+ <bullet>14.</bullet>
283
+ Jurisdiction
284
+ <p>Any litigation resulting from the interpretation of this License, arising between the European
285
+ Commission, as a Licensor, and any Licensee, will be subject to the jurisdiction of the Court
286
+ of Justice of the European Communities, as laid down in article 238 of the Treaty establishing
287
+ the European Community.</p>
288
+ <p>Any litigation arising between Parties, other than the European Commission, and resulting from
289
+ the interpretation of this License, will be subject to the exclusive jurisdiction of the
290
+ competent court where the Licensor resides or conducts its primary business.</p>
291
+ </item>
292
+ <item>
293
+ <bullet>15.</bullet>
294
+ Applicable Law
295
+ <p>This Licence shall be governed by the law of the European Union country where the Licensor
296
+ resides or has his registered office.</p>
297
+ <p>This licence shall be governed by the Belgian law if:</p>
298
+ <list>
299
+ <item>
300
+ <bullet>-</bullet>
301
+ a litigation arises between the European Commission, as a Licensor, and any Licensee;
302
+ </item>
303
+ <item>
304
+ <bullet>-</bullet>
305
+ the Licensor, other than the European Commission, has no residence or registered office
306
+ inside a European Union country.
307
+ </item>
308
+ </list>
309
+ </item>
310
+ </list>
311
+ <p>Appendix</p>
312
+ <p>"Compatible Licences" according to article 5 EUPL are:</p>
313
+ <list>
314
+ <item>
315
+ <bullet>-</bullet>
316
+ GNU General Public License (GNU GPL) v. 2
317
+ </item>
318
+ <item>
319
+ <bullet>-</bullet>
320
+ Open Software License (OSL) v. 2.1, v. 3.0
321
+ </item>
322
+ <item>
323
+ <bullet>-</bullet>
324
+ Common Public License v. 1.0
325
+ </item>
326
+ <item>
327
+ <bullet>-</bullet>
328
+ Eclipse Public License v. 1.0
329
+ </item>
330
+ <item>
331
+ <bullet>-</bullet>
332
+ Cecill v. 2.0
333
+ </item>
334
+ </list>
335
+ </text>
336
+ </license>
337
+ </SPDXLicenseCollection>
@@ -0,0 +1,502 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license licenseId="EUPL-1.2" isOsiApproved="true"
4
+ name="European Union Public License 1.2">
5
+ <crossRefs>
6
+ <crossRef>https://joinup.ec.europa.eu/page/eupl-text-11-12</crossRef>
7
+ <crossRef>https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl_v1.2_en.pdf</crossRef>
8
+ <crossRef>https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt</crossRef>
9
+ <crossRef>https://joinup.ec.europa.eu/sites/default/files/inline-files/EUPL%20v1_2%20EN(1).txt</crossRef>
10
+ <crossRef>http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32017D0863</crossRef>
11
+ <crossRef>https://opensource.org/licenses/EUPL-1.2</crossRef>
12
+ </crossRefs>
13
+ <notes>
14
+ This license was released: 19 May 2016. This license is available in the
15
+ 22 official languages of the EU. The English version is included here.
16
+ </notes>
17
+ <text>
18
+ <titleText>
19
+ <p>
20
+ European Union Public Licence v. 1.2
21
+ </p>
22
+ </titleText>
23
+ <p>
24
+ EUPL © the European Union 2007, 2016
25
+ </p>
26
+ <p>
27
+ This European Union Public Licence (the ‘EUPL’) applies to the
28
+ Work (as defined below) which is provided under the terms of
29
+ this Licence. Any use of the Work, other than as authorised
30
+ under this Licence is prohibited (to the extent such use
31
+ is covered by a right of the copyright holder of the Work).
32
+ </p>
33
+ <p>
34
+ The Work is provided under the terms of this Licence when the
35
+ Licensor (as defined below) has placed the following notice
36
+ immediately following the copyright notice for the Work:
37
+ </p>
38
+ <list>
39
+ <item>
40
+ <p>
41
+ Licensed under the EUPL
42
+ </p>
43
+ </item>
44
+ <item>
45
+ <p>
46
+ or has expressed by any other means his
47
+ willingness to license under the EUPL.
48
+ </p>
49
+ </item>
50
+ </list>
51
+ <list>
52
+ <item>
53
+ <bullet>1.</bullet>
54
+ Definitions
55
+ <p>
56
+ In this Licence, the following terms have the following meaning:
57
+ </p>
58
+ <list>
59
+ <item>
60
+ <bullet>—</bullet>
61
+ ‘The Licence’: this Licence.
62
+ </item>
63
+ <item>
64
+ <bullet>—</bullet>
65
+ ‘The Original Work’: the work or software distributed or
66
+ communicated by the Licensor under this Licence, available as
67
+ Source Code and also as Executable Code as the case may be.
68
+ </item>
69
+ <item>
70
+ <bullet>—</bullet>
71
+ ‘Derivative Works’: the works or software that could be created
72
+ by the Licensee, based upon the Original Work or modifications
73
+ thereof. This Licence does not define the extent of modification
74
+ or dependence on the Original Work required in order to classify
75
+ a work as a Derivative Work; this extent is determined by
76
+ copyright law applicable in the country mentioned in Article 15.
77
+ </item>
78
+ <item>
79
+ <bullet>—</bullet>
80
+ ‘The Work’: the Original Work or its Derivative Works.
81
+ </item>
82
+ <item>
83
+ <bullet>—</bullet>
84
+ ‘The Source Code’: the human-readable form of the Work
85
+ which is the most convenient for people to study and modify.
86
+ </item>
87
+ <item>
88
+ <bullet>—</bullet>
89
+ ‘The Executable Code’: any code which has generally been compiled
90
+ and which is meant to be interpreted by a computer as a program.
91
+ </item>
92
+ <item>
93
+ <bullet>—</bullet>
94
+ ‘The Licensor’: the natural or legal person that
95
+ distributes or communicates the Work under the Licence.
96
+ </item>
97
+ <item>
98
+ <bullet>—</bullet>
99
+ ‘Contributor(s)’: any natural or legal person who
100
+ modifies the Work under the Licence, or otherwise
101
+ contributes to the creation of a Derivative Work.
102
+ </item>
103
+ <item>
104
+ <bullet>—</bullet>
105
+ ‘The Licensee’ or ‘You’: any natural or legal person who
106
+ makes any usage of the Work under the terms of the Licence.
107
+ </item>
108
+ <item>
109
+ <bullet>—</bullet>
110
+ ‘Distribution’ or ‘Communication’: any act of selling, giving,
111
+ lending, renting, distributing, communicating, transmitting,
112
+ or otherwise making available, online or offline, copies of
113
+ the Work or providing access to its essential functionalities
114
+ at the disposal of any other natural or legal person.
115
+ </item>
116
+ </list>
117
+ </item>
118
+ <item>
119
+ <bullet>2.</bullet>
120
+ Scope of the rights granted by the Licence
121
+ <p>
122
+ The Licensor hereby grants You a worldwide, royalty-free,
123
+ non-exclusive, sublicensable licence to do the following,
124
+ for the duration of copyright vested in the Original Work:
125
+ </p>
126
+ <list>
127
+ <item>
128
+ <bullet>—</bullet>
129
+ use the Work in any circumstance and for all usage,
130
+ </item>
131
+ <item>
132
+ <bullet>—</bullet>
133
+ reproduce the Work,
134
+ </item>
135
+ <item>
136
+ <bullet>—</bullet>
137
+ modify the Work, and make Derivative Works based upon the Work,
138
+ </item>
139
+ <item>
140
+ <bullet>—</bullet>
141
+ communicate to the public, including the right to make
142
+ available or display the Work or copies thereof to the
143
+ public and perform publicly, as the case may be, the Work,
144
+ </item>
145
+ <item>
146
+ <bullet>—</bullet>
147
+ distribute the Work or copies thereof,
148
+ </item>
149
+ <item>
150
+ <bullet>—</bullet>
151
+ lend and rent the Work or copies thereof,
152
+ </item>
153
+ <item>
154
+ <bullet>—</bullet>
155
+ sublicense rights in the Work or copies thereof.
156
+ </item>
157
+ </list>
158
+ <p>
159
+ Those rights can be exercised on any media,
160
+ supports and formats, whether now known or later
161
+ invented, as far as the applicable law permits so.
162
+ </p>
163
+ <p>
164
+ In the countries where moral rights apply, the Licensor
165
+ waives his right to exercise his moral right to the
166
+ extent allowed by law in order to make effective the
167
+ licence of the economic rights here above listed.
168
+ </p>
169
+ <p>
170
+ The Licensor grants to the Licensee royalty-free, non-exclusive usage
171
+ rights to any patents held by the Licensor, to the extent necessary
172
+ to make use of the rights granted on the Work under this Licence.
173
+ </p>
174
+ </item>
175
+ <item>
176
+ <bullet>3.</bullet>
177
+ Communication of the Source Code
178
+ <p>
179
+ The Licensor may provide the Work either in its Source Code form,
180
+ or as Executable Code. If the Work is provided as Executable
181
+ Code, the Licensor provides in addition a machine-readable copy
182
+ of the Source Code of the Work along with each copy of the Work
183
+ that the Licensor distributes or indicates, in a notice following
184
+ the copyright notice attached to the Work, a repository where
185
+ the Source Code is easily and freely accessible for as long as
186
+ the Licensor continues to distribute or communicate the Work.
187
+ </p>
188
+ </item>
189
+ <item>
190
+ <bullet>4.</bullet>
191
+ Limitations on copyright
192
+ <p>
193
+ Nothing in this Licence is intended to deprive the Licensee of
194
+ the benefits from any exception or limitation to the exclusive
195
+ rights of the rights owners in the Work, of the exhaustion
196
+ of those rights or of other applicable limitations thereto.
197
+ </p>
198
+ </item>
199
+ <item>
200
+ <bullet>5.</bullet>
201
+ Obligations of the Licensee
202
+ <p>
203
+ The grant of the rights mentioned above is subject
204
+ to some restrictions and obligations imposed on
205
+ the Licensee. Those obligations are the following:
206
+ </p>
207
+ <p>
208
+ Attribution right: The Licensee shall keep intact all copyright,
209
+ patent or trademarks notices and all notices that refer to the
210
+ Licence and to the disclaimer of warranties. The Licensee must
211
+ include a copy of such notices and a copy of the Licence with every
212
+ copy of the Work he/she distributes or communicates. The Licensee
213
+ must cause any Derivative Work to carry prominent notices stating
214
+ that the Work has been modified and the date of modification.
215
+ </p>
216
+ <p>
217
+ Copyleft clause: If the Licensee distributes or communicates copies
218
+ of the Original Works or Derivative Works, this Distribution or
219
+ Communication will be done under the terms of this Licence or of a
220
+ later version of this Licence unless the Original Work is expressly
221
+ distributed only under this version of the Licence — for example by
222
+ communicating ‘EUPL v. 1.2 only’. The Licensee (becoming Licensor)
223
+ cannot offer or impose any additional terms or conditions on the Work
224
+ or Derivative Work that alter or restrict the terms of the Licence.
225
+ </p>
226
+ <p>
227
+ Compatibility clause: If the Licensee Distributes or Communicates
228
+ Derivative Works or copies thereof based upon both the Work
229
+ and another work licensed under a Compatible Licence, this
230
+ Distribution or Communication can be done under the terms of
231
+ this Compatible Licence. For the sake of this clause, ‘Compatible
232
+ Licence’ refers to the licences listed in the appendix attached
233
+ to this Licence. Should the Licensee's obligations under the
234
+ Compatible Licence conflict with his/her obligations under this
235
+ Licence, the obligations of the Compatible Licence shall prevail.
236
+ </p>
237
+ <p>
238
+ Provision of Source Code: When distributing or communicating
239
+ copies of the Work, the Licensee will provide a machine-readable
240
+ copy of the Source Code or indicate a repository where this
241
+ Source will be easily and freely available for as long as
242
+ the Licensee continues to distribute or communicate the Work.
243
+ </p>
244
+ <p>
245
+ Legal Protection: This Licence does not grant permission
246
+ to use the trade names, trademarks, service marks, or
247
+ names of the Licensor, except as required for reasonable
248
+ and customary use in describing the origin of the Work
249
+ and reproducing the content of the copyright notice.
250
+ </p>
251
+ </item>
252
+ <item>
253
+ <bullet>6.</bullet>
254
+ Chain of Authorship
255
+ <p>
256
+ The original Licensor warrants that the copyright in the Original
257
+ Work granted hereunder is owned by him/her or licensed to him/her
258
+ and that he/she has the power and authority to grant the Licence.
259
+ </p>
260
+ <p>
261
+ Each Contributor warrants that the copyright in the modifications
262
+ he/she brings to the Work are owned by him/her or licensed to him/her
263
+ and that he/she has the power and authority to grant the Licence.
264
+ </p>
265
+ <p>
266
+ Each time You accept the Licence, the original Licensor
267
+ and subsequent Contributors grant You a licence to their
268
+ contributions to the Work, under the terms of this Licence.
269
+ </p>
270
+ </item>
271
+ <item>
272
+ <bullet>7.</bullet>
273
+ Disclaimer of Warranty
274
+ <p>
275
+ The Work is a work in progress, which is continuously improved by
276
+ numerous Contributors. It is not a finished work and may therefore
277
+ contain defects or ‘bugs’ inherent to this type of development.
278
+ </p>
279
+ <p>
280
+ For the above reason, the Work is provided under the Licence on
281
+ an ‘as is’ basis and without warranties of any kind concerning
282
+ the Work, including without limitation merchantability,
283
+ fitness for a particular purpose, absence of defects or errors,
284
+ accuracy, non-infringement of intellectual property rights
285
+ other than copyright as stated in Article 6 of this Licence.
286
+ </p>
287
+ <p>
288
+ This disclaimer of warranty is an essential part of the Licence
289
+ and a condition for the grant of any rights to the Work.
290
+ </p>
291
+ </item>
292
+ <item>
293
+ <bullet>8.</bullet>
294
+ Disclaimer of Liability
295
+ <p>
296
+ Except in the cases of wilful misconduct or damages directly caused
297
+ to natural persons, the Licensor will in no event be liable for
298
+ any direct or indirect, material or moral, damages of any kind,
299
+ arising out of the Licence or of the use of the Work, including
300
+ without limitation, damages for loss of goodwill, work stoppage,
301
+ computer failure or malfunction, loss of data or any commercial
302
+ damage, even if the Licensor has been advised of the possibility of
303
+ such damage. However, the Licensor will be liable under statutory
304
+ product liability laws as far such laws apply to the Work.
305
+ </p>
306
+ </item>
307
+ <item>
308
+ <bullet>9.</bullet>
309
+ Additional agreements
310
+ <p>
311
+ While distributing the Work, You may choose to conclude an additional
312
+ agreement, defining obligations or services consistent with this
313
+ Licence. However, if accepting obligations, You may act only on your
314
+ own behalf and on your sole responsibility, not on behalf of the
315
+ original Licensor or any other Contributor, and only if You agree
316
+ to indemnify, defend, and hold each Contributor harmless for any
317
+ liability incurred by, or claims asserted against such Contributor
318
+ by the fact You have accepted any warranty or additional liability.
319
+ </p>
320
+ </item>
321
+ <item>
322
+ <bullet>10.</bullet>
323
+ Acceptance of the Licence
324
+ <p>
325
+ The provisions of this Licence can be accepted by clicking on
326
+ an icon ‘I agree’ placed under the bottom of a window displaying
327
+ the text of this Licence or by affirming consent in any other
328
+ similar way, in accordance with the rules of applicable law.
329
+ Clicking on that icon indicates your clear and irrevocable
330
+ acceptance of this Licence and all of its terms and conditions.
331
+ </p>
332
+ <p>
333
+ Similarly, you irrevocably accept this Licence and all of its
334
+ terms and conditions by exercising any rights granted to You
335
+ by Article 2 of this Licence, such as the use of the Work,
336
+ the creation by You of a Derivative Work or the Distribution
337
+ or Communication by You of the Work or copies thereof.
338
+ </p>
339
+ </item>
340
+ <item>
341
+ <bullet>11.</bullet>
342
+ Information to the public
343
+ <p>
344
+ In case of any Distribution or Communication of the Work by means
345
+ of electronic communication by You (for example, by offering
346
+ to download the Work from a remote location) the distribution
347
+ channel or media (for example, a website) must at least provide
348
+ to the public the information requested by the applicable
349
+ law regarding the Licensor, the Licence and the way it may be
350
+ accessible, concluded, stored and reproduced by the Licensee.
351
+ </p>
352
+ </item>
353
+ <item>
354
+ <bullet>12.</bullet>
355
+ Termination of the Licence
356
+ <p>
357
+ The Licence and the rights granted hereunder
358
+ will terminate automatically upon any breach
359
+ by the Licensee of the terms of the Licence.
360
+ </p>
361
+ <p>
362
+ Such a termination will not terminate the licences of any person
363
+ who has received the Work from the Licensee under the Licence,
364
+ provided such persons remain in full compliance with the Licence.
365
+ </p>
366
+ </item>
367
+ <item>
368
+ <bullet>13.</bullet>
369
+ Miscellaneous
370
+ <p>
371
+ Without prejudice of Article 9 above, the Licence represents
372
+ the complete agreement between the Parties as to the Work.
373
+ </p>
374
+ <p>
375
+ If any provision of the Licence is invalid or unenforceable under
376
+ applicable law, this will not affect the validity or enforceability
377
+ of the Licence as a whole. Such provision will be construed
378
+ or reformed so as necessary to make it valid and enforceable.
379
+ </p>
380
+ <p>
381
+ The European Commission may publish other linguistic versions or
382
+ new versions of this Licence or updated versions of the Appendix,
383
+ so far this is required and reasonable, without reducing the
384
+ scope of the rights granted by the Licence. New versions of
385
+ the Licence will be published with a unique version number.
386
+ </p>
387
+ <p>
388
+ All linguistic versions of this Licence, approved by the
389
+ European Commission, have identical value. Parties can
390
+ take advantage of the linguistic version of their choice.
391
+ </p>
392
+ </item>
393
+ <item>
394
+ <bullet>14.</bullet>
395
+ Jurisdiction
396
+ <p>
397
+ Without prejudice to specific agreement between parties,
398
+ </p>
399
+ <list>
400
+ <item>
401
+ <bullet>—</bullet>
402
+ any litigation resulting from the interpretation of this
403
+ License, arising between the European Union institutions,
404
+ bodies, offices or agencies, as a Licensor, and any
405
+ Licensee, will be subject to the jurisdiction of the Court
406
+ of Justice of the European Union, as laid down in article
407
+ 272 of the Treaty on the Functioning of the European Union,
408
+ </item>
409
+ <item>
410
+ <bullet>—</bullet>
411
+ any litigation arising between other parties and resulting
412
+ from the interpretation of this License, will be subject
413
+ to the exclusive jurisdiction of the competent court where
414
+ the Licensor resides or conducts its primary business.
415
+ </item>
416
+ </list>
417
+ </item>
418
+ <item>
419
+ <bullet>15.</bullet>
420
+ Applicable Law
421
+ <p>
422
+ Without prejudice to specific agreement between parties,
423
+ </p>
424
+ <list>
425
+ <item>
426
+ <bullet>—</bullet>
427
+ this Licence shall be governed by the law of the
428
+ European Union Member State where the Licensor has
429
+ his seat, resides or has his registered office,
430
+ </item>
431
+ <item>
432
+ <bullet>—</bullet>
433
+ this licence shall be governed by Belgian law if
434
+ the Licensor has no seat, residence or registered
435
+ office inside a European Union Member State.
436
+ </item>
437
+ </list>
438
+ </item>
439
+ </list>
440
+ <p>
441
+ Appendix
442
+ </p>
443
+ <p>
444
+ ‘Compatible Licences’ according to Article 5 EUPL are:
445
+ </p>
446
+ <list>
447
+ <item>
448
+ <bullet>—</bullet>
449
+ GNU General Public License (GPL) v. 2, v. 3
450
+ </item>
451
+ <item>
452
+ <bullet>—</bullet>
453
+ GNU Affero General Public License (AGPL) v. 3
454
+ </item>
455
+ <item>
456
+ <bullet>—</bullet>
457
+ Open Software License (OSL) v. 2.1, v. 3.0
458
+ </item>
459
+ <item>
460
+ <bullet>—</bullet>
461
+ Eclipse Public License (EPL) v. 1.0
462
+ </item>
463
+ <item>
464
+ <bullet>—</bullet>
465
+ CeCILL v. 2.0, v. 2.1
466
+ </item>
467
+ <item>
468
+ <bullet>—</bullet>
469
+ Mozilla Public Licence (MPL) v. 2
470
+ </item>
471
+ <item>
472
+ <bullet>—</bullet>
473
+ GNU Lesser General Public Licence (LGPL) v. 2.1, v. 3
474
+ </item>
475
+ <item>
476
+ <bullet>—</bullet>
477
+ Creative Commons Attribution-ShareAlike v. 3.0
478
+ Unported (CC BY-SA 3.0) for works other than software
479
+ </item>
480
+ <item>
481
+ <bullet>—</bullet>
482
+ European Union Public Licence (EUPL) v. 1.1, v. 1.2
483
+ </item>
484
+ <item>
485
+ <bullet>—</bullet>
486
+ Québec Free and Open-Source Licence — Reciprocity
487
+ (LiLiQ-R) or Strong Reciprocity (LiLiQ-R+).
488
+ </item>
489
+ </list>
490
+ <p>
491
+ The European Commission may update this Appendix to later versions
492
+ of the above licences without producing a new version of the EUPL, as
493
+ long as they provide the rights granted in Article 2 of this Licence
494
+ and protect the covered Source Code from exclusive appropriation.
495
+ </p>
496
+ <p>
497
+ All other changes or additions to this Appendix
498
+ require the production of a new EUPL version.
499
+ </p>
500
+ </text>
501
+ </license>
502
+ </SPDXLicenseCollection>