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,153 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="false" licenseId="CC0-1.0"
4
+ name="Creative Commons Zero v1.0 Universal">
5
+ <crossRefs>
6
+ <crossRef>https://creativecommons.org/publicdomain/zero/1.0/legalcode</crossRef>
7
+ </crossRefs>
8
+ <text>
9
+ <titleText>
10
+ <optional>
11
+ <p>Creative Commons<optional> Legal Code</optional></p>
12
+ </optional>
13
+ <p>CC0 1.0 Universal</p>
14
+ </titleText>
15
+ <optional>
16
+ <p>CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS
17
+ DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
18
+ ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT
19
+ OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE
20
+ USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER.</p>
21
+ </optional>
22
+
23
+ <p>Statement of Purpose</p>
24
+ <p>The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related
25
+ Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner")
26
+ of an original work of authorship and/or a database (each, a "Work").</p>
27
+ <p>Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a
28
+ commons of creative, cultural and scientific works ("Commons") that the public can reliably
29
+ and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse
30
+ and redistribute as freely as possible in any form whatsoever and for any purposes, including without
31
+ limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a
32
+ free culture and the further production of creative, cultural and scientific works, or to gain
33
+ reputation or greater distribution for their Work in part through the use and efforts of others.</p>
34
+ <p>For these and/or other purposes and motivations, and without any expectation of additional consideration
35
+ or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that
36
+ he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to
37
+ the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and
38
+ Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.</p>
39
+ <list>
40
+ <item>
41
+ <bullet>1.</bullet>
42
+ Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and
43
+ related or neighboring rights ("Copyright and Related Rights"). Copyright and
44
+ Related Rights include, but are not limited to, the following:
45
+ <list>
46
+ <item>
47
+ <bullet>i.</bullet>
48
+ the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
49
+ </item>
50
+ <item>
51
+ <bullet>ii.</bullet>
52
+ moral rights retained by the original author(s) and/or performer(s);
53
+ </item>
54
+ <item>
55
+ <bullet>iii.</bullet>
56
+ publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
57
+ </item>
58
+ <item>
59
+ <bullet>iv.</bullet>
60
+ rights protecting against unfair competition in regards to a Work, subject to the limitations
61
+ in paragraph 4(a), below;
62
+ </item>
63
+ <item>
64
+ <bullet>v.</bullet>
65
+ rights protecting the extraction, dissemination, use and reuse of data in a Work;
66
+ </item>
67
+ <item>
68
+ <bullet>vi.</bullet>
69
+ database rights (such as those arising under Directive 96/9/EC of the European Parliament and
70
+ of the Council of 11 March 1996 on the legal protection of databases, and under any
71
+ national implementation thereof, including any amended or successor version of such
72
+ directive); and
73
+ </item>
74
+ <item>
75
+ <bullet>vii.</bullet>
76
+ other similar, equivalent or corresponding rights throughout the world based on applicable
77
+ law or treaty, and any national implementations thereof.
78
+ </item>
79
+ </list>
80
+ </item>
81
+ <item>
82
+ <bullet>2.</bullet>
83
+ Waiver. To the greatest extent permitted by, but not in contravention of, applicable law,
84
+ Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons,
85
+ and surrenders all of Affirmer's Copyright and Related Rights and associated claims and
86
+ causes of action, whether now known or unknown (including existing as well as future claims
87
+ and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum
88
+ duration provided by applicable law or treaty (including future time extensions), (iii) in any
89
+ current or future medium and for any number of copies, and (iv) for any purpose whatsoever,
90
+ including without limitation commercial, advertising or promotional purposes (the
91
+ "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at
92
+ large and to the detriment of Affirmer's heirs and successors, fully intending that such
93
+ Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other
94
+ legal or equitable action to disrupt the quiet enjoyment of the Work by the public as
95
+ contemplated by Affirmer's express Statement of Purpose.
96
+ </item>
97
+ <item>
98
+ <bullet>3.</bullet>
99
+ Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid
100
+ or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent
101
+ permitted taking into account Affirmer's express Statement of Purpose. In addition, to
102
+ the extent the Waiver is so judged Affirmer hereby grants to each affected person a
103
+ royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and
104
+ unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i)
105
+ in all territories worldwide, (ii) for the maximum duration provided by applicable law or
106
+ treaty (including future time extensions), (iii) in any current or future medium and for any
107
+ number of copies, and (iv) for any purpose whatsoever, including without limitation
108
+ commercial, advertising or promotional purposes (the "License"). The License shall
109
+ be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of
110
+ the License for any reason be judged legally invalid or ineffective under applicable law, such
111
+ partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and
112
+ in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her
113
+ remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and
114
+ causes of action with respect to the Work, in either case contrary to Affirmer's express
115
+ Statement of Purpose.
116
+ </item>
117
+ <item>
118
+ <bullet>4.</bullet>
119
+ Limitations and Disclaimers.
120
+ <list>
121
+ <item>
122
+ <bullet>a.</bullet>
123
+ No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed
124
+ or otherwise affected by this document.
125
+ </item>
126
+ <item>
127
+ <bullet>b.</bullet>
128
+ Affirmer offers the Work as-is and makes no representations or warranties of any kind
129
+ concerning the Work, express, implied, statutory or otherwise, including without
130
+ limitation warranties of title, merchantability, fitness for a particular purpose, non
131
+ infringement, or the absence of latent or other defects, accuracy, or the present or
132
+ absence of errors, whether or not discoverable, all to the greatest extent permissible
133
+ under applicable law.
134
+ </item>
135
+ <item>
136
+ <bullet>c.</bullet>
137
+ Affirmer disclaims responsibility for clearing rights of other persons that may apply to the
138
+ Work or any use thereof, including without limitation any person's Copyright and
139
+ Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any
140
+ necessary consents, permissions or other rights required for any use of the Work.
141
+ </item>
142
+ <item>
143
+ <bullet>d.</bullet>
144
+ Affirmer understands and acknowledges that Creative Commons is not a party to this document
145
+ and has no duty or obligation with respect to this CC0 or use of the Work.
146
+ </item>
147
+ </list>
148
+ </item>
149
+ </list>
150
+ <optional><alt match="For more information, please see &lt;http://creativecommons.org/publicdomain/zero/1.0/>" name="upstreamLink"></alt></optional>
151
+ </text>
152
+ </license>
153
+ </SPDXLicenseCollection>
@@ -0,0 +1,669 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="CECILL-2.1"
4
+ name="CeCILL Free Software License Agreement v2.1">
5
+ <crossRefs>
6
+ <crossRef>http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html</crossRef>
7
+ </crossRefs>
8
+ <notes>
9
+ French version can be found here: http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html
10
+ </notes>
11
+ <text>
12
+ <titleText>
13
+ <p>
14
+ CeCILL FREE SOFTWARE LICENSE AGREEMENT
15
+ </p>
16
+ </titleText>
17
+ <p>
18
+ Version 2.1 dated 2013-06-21
19
+ </p>
20
+ <optional>
21
+ <p>
22
+ Notice
23
+ </p>
24
+ <p>
25
+ This Agreement is a Free Software license agreement that is the result of discussions between its authors in order to ensure compliance with the two main principles guiding its drafting:
26
+ </p>
27
+ <list>
28
+ <item>
29
+ <bullet>*</bullet>
30
+
31
+ firstly, compliance with the principles governing the distribution of Free Software: access to source code, broad rights granted to users,
32
+
33
+ </item>
34
+ <item>
35
+ <bullet>*</bullet>
36
+
37
+ secondly, the election of a governing law, French law, with which it is conformant, both as regards the law of torts and intellectual property law, and the protection that it offers to both authors and holders of the economic rights over software.
38
+
39
+ </item>
40
+ </list>
41
+ <p>
42
+ The authors of the <alt name="licenseNameFootnote" match="CeCILL[¹1]?( \(?for Ce[\[\(]a[\]\)] C[\[\(]nrs[\]\)] I[\[\(]nria[\]\)] L[\[\(]ogiciel[\]\)] L[\[\(]ibre[\]\)]\)?)?">CeCILL¹</alt> license are:
43
+ </p>
44
+ <list>
45
+ <item>
46
+ <p>
47
+ Commissariat à l'énergie atomique et aux énergies alternatives - CEA, a public scientific, technical and industrial research establishment, having its principal place of business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
48
+ </p>
49
+ </item>
50
+ <item>
51
+ <p>
52
+ Centre National de la Recherche Scientifique - CNRS, a public scientific and technological establishment, having its principal place of business at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
53
+ </p>
54
+ </item>
55
+ <item>
56
+ <p>
57
+ Institut National de Recherche en Informatique et en Automatique - Inria, a public scientific and technological establishment, having its principal place of business at Domaine de Voluceau, Rocquencourt, BP 105, 78153 Le Chesnay cedex, France.
58
+ </p>
59
+ </item>
60
+ </list>
61
+ </optional>
62
+ <list>
63
+ <item>
64
+ <bullet>Preamble</bullet>
65
+
66
+ The purpose of this Free Software license agreement is to grant users the right to modify and redistribute the software governed by this license within the framework of an open source distribution model.
67
+
68
+ <p>
69
+ The exercising of this right is conditional upon certain obligations for users so as to preserve this status for all subsequent redistributions.
70
+ </p>
71
+ <p>
72
+ In consideration of access to the source code and the rights to copy, modify and redistribute granted by the license, users are provided only with a limited warranty and the software's author, the holder of the economic rights, and the successive licensors only have limited liability.
73
+ </p>
74
+ <p>
75
+ In this respect, the risks associated with loading, using, modifying and/or developing or reproducing the software by the user are brought to the user's attention, given its Free Software status, which may make it complicated to use, with the result that its use is reserved for developers and experienced professionals having in-depth computer knowledge. Users are therefore encouraged to load and test the suitability of the software as regards their requirements in conditions enabling the security of their systems and/or data to be ensured and, more generally, to use and operate it in the same conditions of security. This Agreement may be freely reproduced and published, provided it is not altered, and that no provisions are either added or removed herefrom.
76
+ </p>
77
+ <p>
78
+ This Agreement may apply to any or all software for which the holder of the economic rights decides to submit the use thereof to its provisions.
79
+ </p>
80
+ <p>
81
+ Frequently asked questions can be found on the official website of the CeCILL licenses family (http://www.cecill.info/index.en.html) for any necessary clarification.
82
+ </p>
83
+ </item>
84
+ <item>
85
+ <bullet>Article 1 -</bullet>
86
+
87
+ DEFINITIONS
88
+
89
+ <p>
90
+ For the purpose of this Agreement, when the following expressions commence with a capital letter, they shall have the following meaning:
91
+ </p>
92
+ <list>
93
+ <item>
94
+ <p>
95
+ Agreement: means this license agreement, and its possible subsequent versions and annexes.
96
+ </p>
97
+ </item>
98
+ <item>
99
+ <p>
100
+ Software: means the software in its Object Code and/or Source Code form and, where applicable, its documentation, "as is" when the Licensee accepts the Agreement.
101
+ </p>
102
+ </item>
103
+ <item>
104
+ <p>
105
+ Initial Software: means the Software in its Source Code and possibly its Object Code form and, where applicable, its documentation, "as is" when it is first distributed under the terms and conditions of the Agreement.
106
+ </p>
107
+ </item>
108
+ <item>
109
+ <p>
110
+ Modified Software: means the Software modified by at least one Contribution.
111
+ </p>
112
+ </item>
113
+ <item>
114
+ <p>
115
+ Source Code: means all the Software's instructions and program lines to which access is required so as to modify the Software.
116
+ </p>
117
+ </item>
118
+ <item>
119
+ <p>
120
+ Object Code: means the binary files originating from the compilation of the Source Code.
121
+ </p>
122
+ </item>
123
+ <item>
124
+ <p>
125
+ Holder: means the holder(s) of the economic rights over the Initial Software.
126
+ </p>
127
+ </item>
128
+ <item>
129
+ <p>
130
+ Licensee: means the Software user(s) having accepted the Agreement.
131
+ </p>
132
+ </item>
133
+ <item>
134
+ <p>
135
+ Contributor: means a Licensee having made at least one Contribution.
136
+ </p>
137
+ </item>
138
+ <item>
139
+ <p>
140
+ Licensor: means the Holder, or any other individual or legal entity, who distributes the Software under the Agreement.
141
+ </p>
142
+ </item>
143
+ <item>
144
+ <p>
145
+ Contribution: means any or all modifications, corrections, translations, adaptations and/or new functions integrated into the Software by any or all Contributors, as well as any or all Internal Modules.
146
+ </p>
147
+ </item>
148
+ <item>
149
+ <p>
150
+ Module: means a set of sources files including their documentation that enables supplementary functions or services in addition to those offered by the Software.
151
+ </p>
152
+ </item>
153
+ <item>
154
+ <p>
155
+ External Module: means any or all Modules, not derived from the Software, so that this Module and the Software run in separate address spaces, with one calling the other when they are run.
156
+ </p>
157
+ </item>
158
+ <item>
159
+ <p>
160
+ Internal Module: means any or all Module, connected to the Software so that they both execute in the same address space.
161
+ </p>
162
+ </item>
163
+ <item>
164
+ <p>
165
+ GNU GPL: means the GNU General Public License version 2 or any subsequent version, as published by the Free Software Foundation Inc.
166
+ </p>
167
+ </item>
168
+ <item>
169
+ <p>
170
+ GNU Affero GPL: means the GNU Affero General Public License version 3 or any subsequent version, as published by the Free Software Foundation Inc.
171
+ </p>
172
+ </item>
173
+ <item>
174
+ <p>
175
+ EUPL: means the European Union Public License version 1.1 or any subsequent version, as published by the European Commission.
176
+ </p>
177
+ </item>
178
+ <item>
179
+ <p>
180
+ Parties: mean both the Licensee and the Licensor.
181
+ </p>
182
+ </item>
183
+ </list>
184
+ <p>
185
+ These expressions may be used both in singular and plural form.
186
+ </p>
187
+ </item>
188
+ <item>
189
+ <bullet>Article 2 -</bullet>
190
+
191
+ PURPOSE
192
+
193
+ <p>
194
+ The purpose of the Agreement is the grant by the Licensor to the Licensee of a non-exclusive, transferable and worldwide license for the Software as set forth in Article 5 <optional>&lt;#scope&gt;</optional> hereinafter for the whole term of the protection granted by the rights over said Software.
195
+ </p>
196
+ </item>
197
+ <item>
198
+ <bullet>Article 3 -</bullet>
199
+
200
+ ACCEPTANCE
201
+
202
+ <list>
203
+ <item>
204
+ <bullet>3.1</bullet>
205
+
206
+ The Licensee shall be deemed as having accepted the terms and conditions of this Agreement upon the occurrence of the first of the following events:
207
+
208
+ <list>
209
+ <item>
210
+ <bullet>(i)</bullet>
211
+
212
+ loading the Software by any or all means, notably, by downloading from a remote server, or by loading from a physical medium;
213
+
214
+ </item>
215
+ <item>
216
+ <bullet>(ii)</bullet>
217
+
218
+ the first time the Licensee exercises any of the rights granted hereunder.
219
+
220
+ </item>
221
+ </list>
222
+ </item>
223
+ <item>
224
+ <bullet>3.2</bullet>
225
+
226
+ One copy of the Agreement, containing a notice relating to the characteristics of the Software, to the limited warranty, and to the fact that its use is restricted to experienced users has been provided to the Licensee prior to its acceptance as set forth in Article 3.1 <optional>&lt;#accepting&gt;</optional> hereinabove, and the Licensee hereby acknowledges that it has read and understood it.
227
+
228
+ </item>
229
+ </list>
230
+ </item>
231
+ <item>
232
+ <bullet>Article 4 -</bullet>
233
+
234
+ EFFECTIVE DATE AND TERM
235
+
236
+ <list>
237
+ <item>
238
+ <bullet>4.1</bullet>
239
+
240
+ EFFECTIVE DATE
241
+
242
+ <p>
243
+ The Agreement shall become effective on the date when it is accepted by the Licensee as set forth in Article 3.1 <optional>&lt;#accepting&gt;</optional>.
244
+ </p>
245
+ </item>
246
+ <item>
247
+ <bullet>4.2</bullet>
248
+
249
+ TERM
250
+
251
+ <p>
252
+ The Agreement shall remain in force for the entire legal term of protection of the economic rights over the Software.
253
+ </p>
254
+ </item>
255
+ </list>
256
+ </item>
257
+ <item>
258
+ <bullet>Article 5 -</bullet>
259
+
260
+ SCOPE OF RIGHTS GRANTED
261
+
262
+ <p>
263
+ The Licensor hereby grants to the Licensee, who accepts, the following rights over the Software for any or all use, and for the term of the Agreement, on the basis of the terms and conditions set forth hereinafter.
264
+ </p>
265
+ <p>
266
+ Besides, if the Licensor owns or comes to own one or more patents protecting all or part of the functions of the Software or of its components, the Licensor undertakes not to enforce the rights granted by these patents against successive Licensees using, exploiting or modifying the Software. If these patents are transferred, the Licensor undertakes to have the transferees subscribe to the obligations set forth in this paragraph.
267
+ </p>
268
+ <list>
269
+ <item>
270
+ <bullet>5.1</bullet>
271
+
272
+ RIGHT OF USE
273
+
274
+ <p>
275
+ The Licensee is authorized to use the Software, without any limitation as to its fields of application, with it being hereinafter specified that this comprises:
276
+ </p>
277
+ <list>
278
+ <item>
279
+ <bullet>1.</bullet>
280
+
281
+ permanent or temporary reproduction of all or part of the Software by any or all means and in any or all form.
282
+
283
+ </item>
284
+ <item>
285
+ <bullet>2.</bullet>
286
+
287
+ loading, displaying, running, or storing the Software on any or all medium.
288
+
289
+ </item>
290
+ <item>
291
+ <bullet>3.</bullet>
292
+
293
+ entitlement to observe, study or test its operation so as to determine the ideas and principles behind any or all constituent elements of said Software. This shall apply when the Licensee carries out any or all loading, displaying, running, transmission or storage operation as regards the Software, that it is entitled to carry out hereunder.
294
+
295
+ </item>
296
+ </list>
297
+ </item>
298
+ <item>
299
+ <bullet>5.2</bullet>
300
+
301
+ ENTITLEMENT TO MAKE CONTRIBUTIONS
302
+
303
+ <p>
304
+ The right to make Contributions includes the right to translate, adapt, arrange, or make any or all modifications to the Software, and the right to reproduce the resulting software.
305
+ </p>
306
+ <p>
307
+ The Licensee is authorized to make any or all Contributions to the Software provided that it includes an explicit notice that it is the author of said Contribution and indicates the date of the creation thereof.
308
+ </p>
309
+ </item>
310
+ <item>
311
+ <bullet>5.3</bullet>
312
+
313
+ RIGHT OF DISTRIBUTION
314
+
315
+ <p>
316
+ In particular, the right of distribution includes the right to publish, transmit and communicate the Software to the general public on any or all medium, and by any or all means, and the right to market, either in consideration of a fee, or free of charge, one or more copies of the Software by any means.
317
+ </p>
318
+ <p>
319
+ The Licensee is further authorized to distribute copies of the modified or unmodified Software to third parties according to the terms and conditions set forth hereinafter.
320
+ </p>
321
+ <list>
322
+ <item>
323
+ <bullet>5.3.1.</bullet>
324
+
325
+ DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
326
+
327
+ <p>
328
+ The Licensee is authorized to distribute true copies of the Software in Source Code or Object Code form, provided that said distribution complies with all the provisions of the Agreement and is accompanied by:
329
+ </p>
330
+ <list>
331
+ <item>
332
+ <bullet>1.</bullet>
333
+
334
+ a copy of the Agreement,
335
+
336
+ </item>
337
+ <item>
338
+ <bullet>2.</bullet>
339
+
340
+ a notice relating to the limitation of both the Licensor's warranty and liability as set forth in Articles 8 and 9,
341
+
342
+ </item>
343
+ </list>
344
+ <p>
345
+ and that, in the event that only the Object Code of the Software is redistributed, the Licensee allows effective access to the full Source Code of the Software for a period of at least three years from the distribution of the Software, it being understood that the additional acquisition cost of the Source Code shall not exceed the cost of the data transfer.
346
+ </p>
347
+ </item>
348
+ <item>
349
+ <bullet>5.3.2.</bullet>
350
+
351
+ DISTRIBUTION OF MODIFIED SOFTWARE
352
+
353
+ <p>
354
+ When the Licensee makes a Contribution to the Software, the terms and conditions for the distribution of the resulting Modified Software become subject to all the provisions of this Agreement.
355
+ </p>
356
+ <p>
357
+ The Licensee is authorized to distribute the Modified Software, in source code or object code form, provided that said distribution complies with all the provisions of the Agreement and is accompanied by:
358
+ </p>
359
+ <list>
360
+ <item>
361
+ <bullet>1.</bullet>
362
+
363
+ a copy of the Agreement,
364
+
365
+ </item>
366
+ <item>
367
+ <bullet>2.</bullet>
368
+
369
+ a notice relating to the limitation of both the Licensor's warranty and liability as set forth in Articles 8 and 9,
370
+
371
+ </item>
372
+ </list>
373
+ <p>
374
+ and, in the event that only the object code of the Modified Software is redistributed,
375
+ </p>
376
+ <list>
377
+ <item>
378
+ <bullet>3.</bullet>
379
+
380
+ a note stating the conditions of effective access to the full source code of the Modified Software for a period of at least three years from the distribution of the Modified Software, it being understood that the additional acquisition cost of the source code shall not exceed the cost of the data transfer.
381
+
382
+ </item>
383
+ </list>
384
+ </item>
385
+ <item>
386
+ <bullet>5.3.3.</bullet>
387
+
388
+ DISTRIBUTION OF EXTERNAL MODULES
389
+
390
+ <p>
391
+ When the Licensee has developed an External Module, the terms and conditions of this Agreement do not apply to said External Module, that may be distributed under a separate license agreement.
392
+ </p>
393
+ </item>
394
+ <item>
395
+ <bullet>5.3.4.</bullet>
396
+
397
+ COMPATIBILITY WITH OTHER LICENSES
398
+
399
+ <p>
400
+ The Licensee can include a code that is subject to the provisions of one of the versions of the GNU GPL, GNU Affero GPL and/or EUPL in the Modified or unmodified Software, and distribute that entire code under the terms of the same version of the GNU GPL, GNU Affero GPL and/or EUPL.
401
+ </p>
402
+ <p>
403
+ The Licensee can include the Modified or unmodified Software in a code that is subject to the provisions of one of the versions of the GNU GPL, GNU Affero GPL and/or EUPL and distribute that entire code under the terms of the same version of the GNU GPL, GNU Affero GPL and/or EUPL.
404
+ </p>
405
+ </item>
406
+ </list>
407
+ </item>
408
+ </list>
409
+ </item>
410
+ <item>
411
+ <bullet>Article 6 -</bullet>
412
+
413
+ INTELLECTUAL PROPERTY
414
+
415
+ <list>
416
+ <item>
417
+ <bullet>6.1</bullet>
418
+
419
+ OVER THE INITIAL SOFTWARE
420
+
421
+ <p>
422
+ The Holder owns the economic rights over the Initial Software. Any or all use of the Initial Software is subject to compliance with the terms and conditions under which the Holder has elected to distribute its work and no one shall be entitled to modify the terms and conditions for the distribution of said Initial Software.
423
+ </p>
424
+ <p>
425
+ The Holder undertakes that the Initial Software will remain ruled at least by this Agreement, for the duration set forth in Article 4.2<optional>&lt;#term&gt;</optional>.
426
+ </p>
427
+ </item>
428
+ <item>
429
+ <bullet>6.2</bullet>
430
+
431
+ OVER THE CONTRIBUTIONS
432
+
433
+ <p>
434
+ The Licensee who develops a Contribution is the owner of the intellectual property rights over this Contribution as defined by applicable law.
435
+ </p>
436
+ </item>
437
+ <item>
438
+ <bullet>6.3</bullet>
439
+
440
+ OVER THE EXTERNAL MODULES
441
+
442
+ <p>
443
+ The Licensee who develops an External Module is the owner of the intellectual property rights over this External Module as defined by applicable law and is free to choose the type of agreement that shall govern its distribution.
444
+ </p>
445
+ </item>
446
+ <item>
447
+ <bullet>6.4</bullet>
448
+
449
+ JOINT PROVISIONS
450
+
451
+ <p>
452
+ The Licensee expressly undertakes:
453
+ </p>
454
+ <list>
455
+ <item>
456
+ <bullet>1.</bullet>
457
+
458
+ not to remove, or modify, in any manner, the intellectual property notices attached to the Software;
459
+
460
+ </item>
461
+ <item>
462
+ <bullet>2.</bullet>
463
+
464
+ to reproduce said notices, in an identical manner, in the copies of the Software modified or not.
465
+
466
+ </item>
467
+ </list>
468
+ <p>
469
+ The Licensee undertakes not to directly or indirectly infringe the intellectual property rights on the Software of the Holder and/or Contributors, and to take, where applicable, vis-à-vis its staff, any and all measures required to ensure respect of said intellectual property rights of the Holder and/or Contributors.
470
+ </p>
471
+ </item>
472
+ </list>
473
+ </item>
474
+ <item>
475
+ <bullet>Article 7 -</bullet>
476
+
477
+ RELATED SERVICES
478
+
479
+ <list>
480
+ <item>
481
+ <bullet>7.1</bullet>
482
+
483
+ Under no circumstances shall the Agreement oblige the Licensor to provide technical assistance or maintenance services for the Software.
484
+
485
+ <p>
486
+ However, the Licensor is entitled to offer this type of services. The terms and conditions of such technical assistance, and/or such maintenance, shall be set forth in a separate instrument. Only the Licensor offering said maintenance and/or technical assistance services shall incur liability therefor.
487
+ </p>
488
+ </item>
489
+ <item>
490
+ <bullet>7.2</bullet>
491
+
492
+ Similarly, any Licensor is entitled to offer to its licensees, under its sole responsibility, a warranty, that shall only be binding upon itself, for the redistribution of the Software and/or the Modified Software, under terms and conditions that it is free to decide. Said warranty, and the financial terms and conditions of its application, shall be subject of a separate instrument executed between the Licensor and the Licensee.
493
+
494
+ </item>
495
+ </list>
496
+ </item>
497
+ <item>
498
+ <bullet>Article 8 -</bullet>
499
+
500
+ LIABILITY
501
+
502
+ <list>
503
+ <item>
504
+ <bullet>8.1</bullet>
505
+
506
+ Subject to the provisions of Article 8.2, the Licensee shall be entitled to claim compensation for any direct loss it may have suffered from the Software as a result of a fault on the part of the relevant Licensor, subject to providing evidence thereof.
507
+
508
+ </item>
509
+ <item>
510
+ <bullet>8.2</bullet>
511
+
512
+ The Licensor's liability is limited to the commitments made under this Agreement and shall not be incurred as a result of in particular: (i) loss due the Licensee's total or partial failure to fulfill its obligations, (ii) direct or consequential loss that is suffered by the Licensee due to the use or performance of the Software, and (iii) more generally, any consequential loss. In particular the Parties expressly agree that any or all pecuniary or business loss (i.e. loss of data, loss of profits, operating loss, loss of customers or orders, opportunity cost, any disturbance to business activities) or any or all legal proceedings instituted against the Licensee by a third party, shall constitute consequential loss and shall not provide entitlement to any or all compensation from the Licensor.
513
+
514
+ </item>
515
+ </list>
516
+ </item>
517
+ <item>
518
+ <bullet>Article 9 -</bullet>
519
+
520
+ WARRANTY
521
+
522
+ <list>
523
+ <item>
524
+ <bullet>9.1</bullet>
525
+
526
+ The Licensee acknowledges that the scientific and technical state-of-the-art when the Software was distributed did not enable all possible uses to be tested and verified, nor for the presence of possible defects to be detected. In this respect, the Licensee's attention has been drawn to the risks associated with loading, using, modifying and/or developing and reproducing the Software which are reserved for experienced users.
527
+
528
+ <p>
529
+ The Licensee shall be responsible for verifying, by any or all means, the suitability of the product for its requirements, its good working order, and for ensuring that it shall not cause damage to either persons or properties.
530
+ </p>
531
+ </item>
532
+ <item>
533
+ <bullet>9.2</bullet>
534
+
535
+ The Licensor hereby represents, in good faith, that it is entitled to grant all the rights over the Software (including in particular the rights set forth in Article 5<optional>&lt;#scope&gt;</optional>).
536
+
537
+ </item>
538
+ <item>
539
+ <bullet>9.3</bullet>
540
+
541
+ The Licensee acknowledges that the Software is supplied "as is" by the Licensor without any other express or tacit warranty, other than that provided for in Article 9.2 <optional>&lt;#good-faith&gt;</optional> and, in particular, without any warranty as to its commercial value, its secured, safe, innovative or relevant nature.
542
+
543
+ <p>
544
+ Specifically, the Licensor does not warrant that the Software is free from any error, that it will operate without interruption, that it will be compatible with the Licensee's own equipment and software configuration, nor that it will meet the Licensee's requirements.
545
+ </p>
546
+ </item>
547
+ <item>
548
+ <bullet>9.4</bullet>
549
+
550
+ The Licensor does not either expressly or tacitly warrant that the Software does not infringe any third party intellectual property right relating to a patent, software or any other property right. Therefore, the Licensor disclaims any and all liability towards the Licensee arising out of any or all proceedings for infringement that may be instituted in respect of the use, modification and redistribution of the Software. Nevertheless, should such proceedings be instituted against the Licensee, the Licensor shall provide it with technical and legal expertise for its defense. Such technical and legal expertise shall be decided on a case-by-case basis between the relevant Licensor and the Licensee pursuant to a memorandum of understanding. The Licensor disclaims any and all liability as regards the Licensee's use of the name of the Software. No warranty is given as regards the existence of prior rights over the name of the Software or as regards the existence of a trademark.
551
+
552
+ </item>
553
+ </list>
554
+ </item>
555
+ <item>
556
+ <bullet>Article 10 -</bullet>
557
+
558
+ TERMINATION
559
+
560
+ <list>
561
+ <item>
562
+ <bullet>10.1</bullet>
563
+
564
+ In the event of a breach by the Licensee of its obligations hereunder, the Licensor may automatically terminate this Agreement thirty (30) days after notice has been sent to the Licensee and has remained ineffective.
565
+
566
+ </item>
567
+ <item>
568
+ <bullet>10.2</bullet>
569
+
570
+ A Licensee whose Agreement is terminated shall no longer be authorized to use, modify or distribute the Software. However, any licenses that it may have granted prior to termination of the Agreement shall remain valid subject to their having been granted in compliance with the terms and conditions hereof.
571
+
572
+ </item>
573
+ </list>
574
+ </item>
575
+ <item>
576
+ <bullet>Article 11 -</bullet>
577
+
578
+ MISCELLANEOUS
579
+
580
+ <list>
581
+ <item>
582
+ <bullet>11.1</bullet>
583
+
584
+ EXCUSABLE EVENTS
585
+
586
+ <p>
587
+ Neither Party shall be liable for any or all delay, or failure to perform the Agreement, that may be attributable to an event of force majeure, an act of God or an outside cause, such as defective functioning or interruptions of the electricity or telecommunications networks, network paralysis following a virus attack, intervention by government authorities, natural disasters, water damage, earthquakes, fire, explosions, strikes and labor unrest, war, etc.
588
+ </p>
589
+ </item>
590
+ <item>
591
+ <bullet>11.2</bullet>
592
+
593
+ Any failure by either Party, on one or more occasions, to invoke one or more of the provisions hereof, shall under no circumstances be interpreted as being a waiver by the interested Party of its right to invoke said provision(s) subsequently.
594
+
595
+ </item>
596
+ <item>
597
+ <bullet>11.3</bullet>
598
+
599
+ The Agreement cancels and replaces any or all previous agreements, whether written or oral, between the Parties and having the same purpose, and constitutes the entirety of the agreement between said Parties concerning said purpose. No supplement or modification to the terms and conditions hereof shall be effective as between the Parties unless it is made in writing and signed by their duly authorized representatives.
600
+
601
+ </item>
602
+ <item>
603
+ <bullet>11.4</bullet>
604
+
605
+ In the event that one or more of the provisions hereof were to conflict with a current or future applicable act or legislative text, said act or legislative text shall prevail, and the Parties shall make the necessary amendments so as to comply with said act or legislative text. All other provisions shall remain effective. Similarly, invalidity of a provision of the Agreement, for any reason whatsoever, shall not cause the Agreement as a whole to be invalid.
606
+
607
+ </item>
608
+ <item>
609
+ <bullet>11.5</bullet>
610
+
611
+ LANGUAGE
612
+
613
+ <p>
614
+ The Agreement is drafted in both French and English and both versions are deemed authentic.
615
+ </p>
616
+ </item>
617
+ </list>
618
+ </item>
619
+ <item>
620
+ <bullet>Article 12 -</bullet>
621
+
622
+ NEW VERSIONS OF THE AGREEMENT
623
+
624
+ <list>
625
+ <item>
626
+ <bullet>12.1</bullet>
627
+
628
+ Any person is authorized to duplicate and distribute copies of this Agreement.
629
+
630
+ </item>
631
+ <item>
632
+ <bullet>12.2</bullet>
633
+
634
+ So as to ensure coherence, the wording of this Agreement is protected and may only be modified by the authors of the License, who reserve the right to periodically publish updates or new versions of the Agreement, each with a separate number. These subsequent versions may address new issues encountered by Free Software.
635
+
636
+ </item>
637
+ <item>
638
+ <bullet>12.3</bullet>
639
+
640
+ Any Software distributed under a given version of the Agreement may only be subsequently distributed under the same version of the Agreement or a subsequent version, subject to the provisions of Article 5.3.4<optional>&lt;#compatibility&gt;</optional>.
641
+
642
+ </item>
643
+ </list>
644
+ </item>
645
+ <item>
646
+ <bullet>Article 13 -</bullet>
647
+
648
+ GOVERNING LAW AND JURISDICTION
649
+
650
+ <list>
651
+ <item>
652
+ <bullet>13.1</bullet>
653
+
654
+ The Agreement is governed by French law. The Parties agree to endeavor to seek an amicable solution to any disagreements or disputes that may arise during the performance of the Agreement.
655
+
656
+ </item>
657
+ <item>
658
+ <bullet>13.2</bullet>
659
+
660
+ Failing an amicable solution within two (2) months as from their occurrence, and unless emergency proceedings are necessary, the disagreements or disputes shall be referred to the Paris Courts having jurisdiction, by the more diligent Party.
661
+
662
+ </item>
663
+ </list>
664
+ </item>
665
+ </list>
666
+ <optional>1 CeCILL stands for Ce(a) C(nrs) I(nria) L(ogiciel) L(ibre)</optional>
667
+ </text>
668
+ </license>
669
+ </SPDXLicenseCollection>