| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
10
|
|
|
10
|
|
6448
|
use strict; |
|
|
10
|
|
|
|
|
18
|
|
|
|
10
|
|
|
|
|
212
|
|
|
2
|
10
|
|
|
10
|
|
111
|
use warnings; |
|
|
10
|
|
|
|
|
17
|
|
|
|
10
|
|
|
|
|
357
|
|
|
3
|
|
|
|
|
|
|
$Software::License::EUPL_1_1::VERSION = '0.104002'; |
|
4
|
|
|
|
|
|
|
use utf8; |
|
5
|
10
|
|
|
10
|
|
4270
|
use parent 'Software::License'; |
|
|
10
|
|
|
|
|
104
|
|
|
|
10
|
|
|
|
|
40
|
|
|
6
|
10
|
|
|
10
|
|
259
|
# ABSTRACT: The European Union Public License (EUPL) v1.1 |
|
|
10
|
|
|
|
|
13
|
|
|
|
10
|
|
|
|
|
42
|
|
|
7
|
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
|
|
9
|
22
|
|
|
22
|
1
|
95
|
|
|
10
|
0
|
|
|
0
|
1
|
0
|
1; |
|
11
|
|
|
|
|
|
|
|
|
12
|
43
|
|
|
43
|
1
|
95
|
=pod |
|
13
|
42
|
|
|
42
|
1
|
76
|
|
|
14
|
43
|
|
|
43
|
1
|
91
|
=encoding UTF-8 |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 NAME |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Software::License::EUPL_1_1 - The European Union Public License (EUPL) v1.1 |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 VERSION |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
version 0.104002 |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 PERL VERSION |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
This module is part of CPAN toolchain, or is treated as such. As such, it |
|
27
|
|
|
|
|
|
|
follows the agreement of the Perl Toolchain Gang to require no newer version of |
|
28
|
|
|
|
|
|
|
perl than v5.8.1. This version may change by agreement of the Toolchain Gang, |
|
29
|
|
|
|
|
|
|
but for now is governed by the L<Lancaster |
|
30
|
|
|
|
|
|
|
Consensus|https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancaster-consensus.md> |
|
31
|
|
|
|
|
|
|
of 2013. |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 AUTHOR |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
Ricardo Signes <rjbs@semiotic.systems> |
|
36
|
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
This software is copyright (c) 2022 by Ricardo Signes. |
|
40
|
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
|
42
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
|
43
|
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=cut |
|
45
|
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
__LICENSE__ |
|
47
|
|
|
|
|
|
|
European Union Public Licence v 1.1 |
|
48
|
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
EUPL (C) the European Community 2007 |
|
50
|
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
This European Union Public Licence (the “EUPL”) applies to the Work or |
|
52
|
|
|
|
|
|
|
Software (as defined below) which is provided under the terms of this |
|
53
|
|
|
|
|
|
|
Licence. Any use of the Work, other than as authorised under this |
|
54
|
|
|
|
|
|
|
Licence is prohibited (to the extent such use is covered by a right of |
|
55
|
|
|
|
|
|
|
the copyright holder of the Work). |
|
56
|
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
The Original Work is provided under the terms of this Licence when the |
|
58
|
|
|
|
|
|
|
Licensor (as defined below) has placed the following notice immediately |
|
59
|
|
|
|
|
|
|
following the copyright notice for the Original Work: Licensed under the |
|
60
|
|
|
|
|
|
|
EUPL V.1.1 or has expressed by any other mean his willingness to license |
|
61
|
|
|
|
|
|
|
under the EUPL. |
|
62
|
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
1. Definitions |
|
64
|
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
In this Licence, the following terms have the following meaning: |
|
66
|
|
|
|
|
|
|
|
|
67
|
|
|
|
|
|
|
- The Licence: this Licence. |
|
68
|
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
- The Original Work or the Software: the software distributed and/or |
|
70
|
|
|
|
|
|
|
communicated by the Licensor under this Licence, available as Source |
|
71
|
|
|
|
|
|
|
Code and also as Executable Code as the case may be. |
|
72
|
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
- Derivative Works: the works or software that could be created by the |
|
74
|
|
|
|
|
|
|
Licensee, based upon the Original Work or modifications thereof. This |
|
75
|
|
|
|
|
|
|
Licence does not define the extent of modification or dependence on the |
|
76
|
|
|
|
|
|
|
Original Work required in order to classify a work as a Derivative Work; |
|
77
|
|
|
|
|
|
|
this extent is determined by copyright law applicable in the country |
|
78
|
|
|
|
|
|
|
mentioned in Article 15. |
|
79
|
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
- The Work: the Original Work and/or its Derivative Works. |
|
81
|
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
- The Source Code: the human-readable form of the Work which is the most |
|
83
|
|
|
|
|
|
|
convenient for people to study and modify. |
|
84
|
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
- The Executable Code: any code which has generally been compiled and |
|
86
|
|
|
|
|
|
|
which is meant to be interpreted by a computer as a program. |
|
87
|
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
- The Licensor: the natural or legal person that distributes and/or |
|
89
|
|
|
|
|
|
|
communicates the Work under the Licence. |
|
90
|
|
|
|
|
|
|
|
|
91
|
|
|
|
|
|
|
- Contributor(s): any natural or legal person who modifies the Work |
|
92
|
|
|
|
|
|
|
under the Licence, or otherwise contributes to the creation of a |
|
93
|
|
|
|
|
|
|
Derivative Work. |
|
94
|
|
|
|
|
|
|
|
|
95
|
|
|
|
|
|
|
- The Licensee or “You”: any natural or legal person who makes any usage |
|
96
|
|
|
|
|
|
|
of the Software under the terms of the Licence. |
|
97
|
|
|
|
|
|
|
|
|
98
|
|
|
|
|
|
|
- Distribution and/or Communication: any act of selling, giving, |
|
99
|
|
|
|
|
|
|
lending, renting, distributing, communicating, transmitting, or |
|
100
|
|
|
|
|
|
|
otherwise making available, on-line or off-line, copies of the Work or |
|
101
|
|
|
|
|
|
|
providing access to its essential functionalities at the disposal of any |
|
102
|
|
|
|
|
|
|
other natural or legal person. |
|
103
|
|
|
|
|
|
|
|
|
104
|
|
|
|
|
|
|
2. Scope of the rights granted by the Licence |
|
105
|
|
|
|
|
|
|
The Licensor hereby grants You a world-wide, royalty-free, |
|
106
|
|
|
|
|
|
|
non-exclusive, sublicensable licence to do the following, for the |
|
107
|
|
|
|
|
|
|
duration of copyright vested in the Original Work: |
|
108
|
|
|
|
|
|
|
|
|
109
|
|
|
|
|
|
|
- use the Work in any circumstance and for all usage, |
|
110
|
|
|
|
|
|
|
- reproduce the Work, |
|
111
|
|
|
|
|
|
|
- modify the Original Work, and make Derivative Works based upon the Work, |
|
112
|
|
|
|
|
|
|
- communicate to the public, including the right to make available or |
|
113
|
|
|
|
|
|
|
display the Work or copies thereof to the public and perform publicly, |
|
114
|
|
|
|
|
|
|
as the case may be, the Work, |
|
115
|
|
|
|
|
|
|
- distribute the Work or copies thereof, |
|
116
|
|
|
|
|
|
|
- lend and rent the Work or copies thereof, |
|
117
|
|
|
|
|
|
|
- sub-license rights in the Work or copies thereof. |
|
118
|
|
|
|
|
|
|
|
|
119
|
|
|
|
|
|
|
Those rights can be exercised on any media, supports and formats, |
|
120
|
|
|
|
|
|
|
whether now known or later invented, as far as the applicable law |
|
121
|
|
|
|
|
|
|
permits so. |
|
122
|
|
|
|
|
|
|
|
|
123
|
|
|
|
|
|
|
In the countries where moral rights apply, the Licensor waives his right |
|
124
|
|
|
|
|
|
|
to exercise his moral right to the extent allowed by law in order to |
|
125
|
|
|
|
|
|
|
make effective the licence of the economic rights here above listed. |
|
126
|
|
|
|
|
|
|
|
|
127
|
|
|
|
|
|
|
The Licensor grants to the Licensee royalty-free, non exclusive usage |
|
128
|
|
|
|
|
|
|
rights to any patents held by the Licensor, to the extent necessary to |
|
129
|
|
|
|
|
|
|
make use of the rights granted on the Work under this Licence. |
|
130
|
|
|
|
|
|
|
|
|
131
|
|
|
|
|
|
|
3. Communication of the Source Code |
|
132
|
|
|
|
|
|
|
The Licensor may provide the Work either in its Source Code form, or as |
|
133
|
|
|
|
|
|
|
Executable Code. If the Work is provided as Executable Code, the |
|
134
|
|
|
|
|
|
|
Licensor provides in addition a machine-readable copy of the Source Code |
|
135
|
|
|
|
|
|
|
of the Work along with each copy of the Work that the Licensor |
|
136
|
|
|
|
|
|
|
distributes or indicates, in a notice following the copyright notice |
|
137
|
|
|
|
|
|
|
attached to the Work, a repository where the Source Code is easily and |
|
138
|
|
|
|
|
|
|
freely accessible for as long as the Licensor continues to distribute |
|
139
|
|
|
|
|
|
|
and/or communicate the Work. |
|
140
|
|
|
|
|
|
|
|
|
141
|
|
|
|
|
|
|
4. Limitations on copyright |
|
142
|
|
|
|
|
|
|
Nothing in this Licence is intended to deprive the Licensee of the |
|
143
|
|
|
|
|
|
|
benefits from any exception or limitation to the exclusive rights of the |
|
144
|
|
|
|
|
|
|
rights owners in the Original Work or Software, of the exhaustion of |
|
145
|
|
|
|
|
|
|
those rights or of other applicable limitations thereto. |
|
146
|
|
|
|
|
|
|
|
|
147
|
|
|
|
|
|
|
5. Obligations of the Licensee |
|
148
|
|
|
|
|
|
|
The grant of the rights mentioned above is subject to some restrictions and obligations |
|
149
|
|
|
|
|
|
|
imposed on the Licensee. Those obligations are the following: |
|
150
|
|
|
|
|
|
|
|
|
151
|
|
|
|
|
|
|
Attribution right: the Licensee shall keep intact all copyright, |
|
152
|
|
|
|
|
|
|
patent or trademarks notices and all notices that refer to the |
|
153
|
|
|
|
|
|
|
Licence and to the disclaimer of warranties. The Licensee must |
|
154
|
|
|
|
|
|
|
include a copy of such notices and a copy of the Licence with every |
|
155
|
|
|
|
|
|
|
copy of the Work he/she distributes and/or communicates. The |
|
156
|
|
|
|
|
|
|
Licensee must cause any Derivative Work to carry prominent notices |
|
157
|
|
|
|
|
|
|
stating that the Work has been modified and the date of |
|
158
|
|
|
|
|
|
|
modification. |
|
159
|
|
|
|
|
|
|
|
|
160
|
|
|
|
|
|
|
Copyleft clause: If the Licensee distributes and/or communicates |
|
161
|
|
|
|
|
|
|
copies of the Original Works or Derivative Works based upon the |
|
162
|
|
|
|
|
|
|
Original Work, this Distribution and/or Communication will be done |
|
163
|
|
|
|
|
|
|
under the terms of this Licence or of a later version of this |
|
164
|
|
|
|
|
|
|
Licence unless the Original Work is expressly distributed only under |
|
165
|
|
|
|
|
|
|
this version of the Licence. The Licensee (becoming Licensor) cannot |
|
166
|
|
|
|
|
|
|
offer or impose any additional terms or conditions on the Work or |
|
167
|
|
|
|
|
|
|
Derivative Work that alter or restrict the terms of the Licence. |
|
168
|
|
|
|
|
|
|
|
|
169
|
|
|
|
|
|
|
Compatibility clause: If the Licensee Distributes and/or Communicates |
|
170
|
|
|
|
|
|
|
Derivative Works or copies thereof based upon both the Original Work and |
|
171
|
|
|
|
|
|
|
another work licensed under a Compatible Licence, this Distribution |
|
172
|
|
|
|
|
|
|
and/or Communication can be done under the terms of this Compatible |
|
173
|
|
|
|
|
|
|
Licence. For the sake of this clause, “Compatible Licence” refers to the |
|
174
|
|
|
|
|
|
|
licences listed in the appendix attached to this Licence. Should the |
|
175
|
|
|
|
|
|
|
Licensee’s obligations under the Compatible Licence conflict with |
|
176
|
|
|
|
|
|
|
his/her obligations under this Licence, the obligations of the |
|
177
|
|
|
|
|
|
|
Compatible Licence shall prevail. |
|
178
|
|
|
|
|
|
|
|
|
179
|
|
|
|
|
|
|
Provision of Source Code: When distributing and/or communicating |
|
180
|
|
|
|
|
|
|
copies of the Work, the Licensee will provide a machine-readable |
|
181
|
|
|
|
|
|
|
copy of the Source Code or indicate a repository where this Source |
|
182
|
|
|
|
|
|
|
will be easily and freely available for as long as the Licensee |
|
183
|
|
|
|
|
|
|
continues to distribute and/or communicate the Work. Legal |
|
184
|
|
|
|
|
|
|
Protection: This Licence does not grant permission to use the trade |
|
185
|
|
|
|
|
|
|
names, trademarks, service marks, or names of the Licensor, except |
|
186
|
|
|
|
|
|
|
as required for reasonable and customary use in describing the |
|
187
|
|
|
|
|
|
|
origin of the Work and reproducing the content of the copyright |
|
188
|
|
|
|
|
|
|
notice. |
|
189
|
|
|
|
|
|
|
|
|
190
|
|
|
|
|
|
|
6. Chain of Authorship |
|
191
|
|
|
|
|
|
|
The original Licensor warrants that the copyright in the Original Work |
|
192
|
|
|
|
|
|
|
granted hereunder is owned by him/her or licensed to him/her and that |
|
193
|
|
|
|
|
|
|
he/she has the power and authority to grant the Licence. |
|
194
|
|
|
|
|
|
|
|
|
195
|
|
|
|
|
|
|
Each Contributor warrants that the copyright in the modifications he/she |
|
196
|
|
|
|
|
|
|
brings to the Work are owned by him/her or licensed to him/her and that |
|
197
|
|
|
|
|
|
|
he/she has the power and authority to grant the Licence. |
|
198
|
|
|
|
|
|
|
|
|
199
|
|
|
|
|
|
|
Each time You accept the Licence, the original Licensor and subsequent |
|
200
|
|
|
|
|
|
|
Contributors grant You a licence to their contributions to the Work, |
|
201
|
|
|
|
|
|
|
under the terms of this Licence. |
|
202
|
|
|
|
|
|
|
|
|
203
|
|
|
|
|
|
|
7. Disclaimer of Warranty |
|
204
|
|
|
|
|
|
|
The Work is a work in progress, which is continuously improved by |
|
205
|
|
|
|
|
|
|
numerous contributors. It is not a finished work and may therefore |
|
206
|
|
|
|
|
|
|
contain defects or “bugs” inherent to this type of software development. |
|
207
|
|
|
|
|
|
|
|
|
208
|
|
|
|
|
|
|
For the above reason, the Work is provided under the Licence on an “as |
|
209
|
|
|
|
|
|
|
is” basis and without warranties of any kind concerning the Work, |
|
210
|
|
|
|
|
|
|
including without limitation merchantability, fitness for a particular |
|
211
|
|
|
|
|
|
|
purpose, absence of defects or errors, accuracy, non-infringement of |
|
212
|
|
|
|
|
|
|
intellectual property rights other than copyright as stated in Article 6 |
|
213
|
|
|
|
|
|
|
of this Licence. |
|
214
|
|
|
|
|
|
|
|
|
215
|
|
|
|
|
|
|
This disclaimer of warranty is an essential part of |
|
216
|
|
|
|
|
|
|
the Licence and a condition for the grant of any rights to the Work. |
|
217
|
|
|
|
|
|
|
|
|
218
|
|
|
|
|
|
|
8. Disclaimer of Liability |
|
219
|
|
|
|
|
|
|
Except in the cases of wilful misconduct or damages directly caused to |
|
220
|
|
|
|
|
|
|
natural persons, the Licensor will in no event be liable for any direct |
|
221
|
|
|
|
|
|
|
or indirect, material or moral, damages of any kind, arising out of |
|
222
|
|
|
|
|
|
|
the Licence or of the use of the Work, including without limitation, |
|
223
|
|
|
|
|
|
|
damages for loss of goodwill, work stoppage, computer failure or |
|
224
|
|
|
|
|
|
|
malfunction, loss of data or any commercial damage, even if the Licensor |
|
225
|
|
|
|
|
|
|
has been advised of the possibility of such damage. However, the |
|
226
|
|
|
|
|
|
|
Licensor will be liable under statutory product liability laws as far |
|
227
|
|
|
|
|
|
|
such laws apply to the Work. |
|
228
|
|
|
|
|
|
|
|
|
229
|
|
|
|
|
|
|
9. Additional agreements |
|
230
|
|
|
|
|
|
|
While distributing the Original Work or Derivative Works, You may choose |
|
231
|
|
|
|
|
|
|
to conclude an additional agreement to offer, and charge a fee for, |
|
232
|
|
|
|
|
|
|
acceptance of support, warranty, indemnity, or other liability |
|
233
|
|
|
|
|
|
|
obligations and/or services consistent with this Licence. However, in |
|
234
|
|
|
|
|
|
|
accepting such obligations, You may act only on your own behalf and on |
|
235
|
|
|
|
|
|
|
your sole responsibility, not on behalf of the original Licensor or any |
|
236
|
|
|
|
|
|
|
other Contributor, and only if You agree to indemnify, defend, and hold |
|
237
|
|
|
|
|
|
|
each Contributor harmless for any liability incurred by, or claims |
|
238
|
|
|
|
|
|
|
asserted against such Contributor by the fact You have accepted any such |
|
239
|
|
|
|
|
|
|
warranty or additional liability. |
|
240
|
|
|
|
|
|
|
|
|
241
|
|
|
|
|
|
|
10. Acceptance of the Licence |
|
242
|
|
|
|
|
|
|
The provisions of this Licence can be accepted by clicking on an icon “I |
|
243
|
|
|
|
|
|
|
agree” placed under the bottom of a window displaying the text of this |
|
244
|
|
|
|
|
|
|
Licence or by affirming consent in any other similar way, in accordance |
|
245
|
|
|
|
|
|
|
with the rules of applicable law. Clicking on that icon indicates your |
|
246
|
|
|
|
|
|
|
clear and irrevocable acceptance of this Licence and all of its terms |
|
247
|
|
|
|
|
|
|
and conditions. |
|
248
|
|
|
|
|
|
|
|
|
249
|
|
|
|
|
|
|
Similarly, you irrevocably accept this Licence and all of its terms and |
|
250
|
|
|
|
|
|
|
conditions by exercising any rights granted to You by Article 2 of this |
|
251
|
|
|
|
|
|
|
Licence, such as the use of the Work, the creation by You of a |
|
252
|
|
|
|
|
|
|
Derivative Work or the Distribution and/or Communication by You of the |
|
253
|
|
|
|
|
|
|
Work or copies thereof. |
|
254
|
|
|
|
|
|
|
|
|
255
|
|
|
|
|
|
|
11. Information to the public |
|
256
|
|
|
|
|
|
|
In case of any Distribution and/or Communication of the Work by means of |
|
257
|
|
|
|
|
|
|
electronic communication by You (for example, by offering to download |
|
258
|
|
|
|
|
|
|
the Work from a remote location) the distribution channel or media (for |
|
259
|
|
|
|
|
|
|
example, a website) must at least provide to the public the information |
|
260
|
|
|
|
|
|
|
requested by the applicable law regarding the Licensor, the Licence and |
|
261
|
|
|
|
|
|
|
the way it may be accessible, concluded, stored and reproduced by the |
|
262
|
|
|
|
|
|
|
Licensee. |
|
263
|
|
|
|
|
|
|
|
|
264
|
|
|
|
|
|
|
12. Termination of the Licence |
|
265
|
|
|
|
|
|
|
The Licence and the rights granted hereunder will terminate |
|
266
|
|
|
|
|
|
|
automatically upon any breach by the Licensee of the terms of the |
|
267
|
|
|
|
|
|
|
Licence. Such a termination will not terminate the licences of any |
|
268
|
|
|
|
|
|
|
person who has received the Work from the Licensee under the Licence, |
|
269
|
|
|
|
|
|
|
provided such persons remain in full compliance with the Licence. |
|
270
|
|
|
|
|
|
|
|
|
271
|
|
|
|
|
|
|
13. Miscellaneous |
|
272
|
|
|
|
|
|
|
Without prejudice of Article 9 above, the Licence represents the |
|
273
|
|
|
|
|
|
|
complete agreement between the Parties as to the Work licensed |
|
274
|
|
|
|
|
|
|
hereunder. If any provision of the Licence is invalid or unenforceable |
|
275
|
|
|
|
|
|
|
under applicable law, this will not affect the validity or |
|
276
|
|
|
|
|
|
|
enforceability of the Licence as a whole. Such provision will be |
|
277
|
|
|
|
|
|
|
construed and/or reformed so as necessary to make it valid and |
|
278
|
|
|
|
|
|
|
enforceable. The European Commission may publish other linguistic |
|
279
|
|
|
|
|
|
|
versions and/or new versions of this Licence, so far this is required |
|
280
|
|
|
|
|
|
|
and reasonable, without reducing the scope of the rights granted by |
|
281
|
|
|
|
|
|
|
the Licence. New versions of the Licence will be published with a unique |
|
282
|
|
|
|
|
|
|
version number. |
|
283
|
|
|
|
|
|
|
|
|
284
|
|
|
|
|
|
|
All linguistic versions of this Licence, approved by the European |
|
285
|
|
|
|
|
|
|
Commission, have identical value. Parties can take advantage of the |
|
286
|
|
|
|
|
|
|
linguistic version of their choice. |
|
287
|
|
|
|
|
|
|
|
|
288
|
|
|
|
|
|
|
14. Jurisdiction |
|
289
|
|
|
|
|
|
|
Any litigation resulting from the interpretation of this License, |
|
290
|
|
|
|
|
|
|
arising between the European Commission, as a Licensor, and any |
|
291
|
|
|
|
|
|
|
Licensee, will be subject to the jurisdiction of the Court of Justice of |
|
292
|
|
|
|
|
|
|
the European Communities, as laid down in article 238 of the Treaty |
|
293
|
|
|
|
|
|
|
establishing the European Community. Any litigation arising between |
|
294
|
|
|
|
|
|
|
Parties, other than the European Commission, and resulting from the |
|
295
|
|
|
|
|
|
|
interpretation of this License, will be subject to the exclusive |
|
296
|
|
|
|
|
|
|
jurisdiction of the competent court where the Licensor resides or |
|
297
|
|
|
|
|
|
|
conducts its primary business. |
|
298
|
|
|
|
|
|
|
|
|
299
|
|
|
|
|
|
|
15. Applicable Law |
|
300
|
|
|
|
|
|
|
This Licence shall be governed by the law of the European Union country |
|
301
|
|
|
|
|
|
|
where the Licensor resides or has his registered office. |
|
302
|
|
|
|
|
|
|
|
|
303
|
|
|
|
|
|
|
This licence shall be governed by the Belgian law if: |
|
304
|
|
|
|
|
|
|
|
|
305
|
|
|
|
|
|
|
- a litigation arises between the European Commission, as a |
|
306
|
|
|
|
|
|
|
Licensor, and any Licensee; |
|
307
|
|
|
|
|
|
|
|
|
308
|
|
|
|
|
|
|
- the Licensor, other than the European Commission, has no residence or |
|
309
|
|
|
|
|
|
|
registered office inside a European Union country. |
|
310
|
|
|
|
|
|
|
|
|
311
|
|
|
|
|
|
|
|