line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
10
|
|
|
10
|
|
8716
|
use strict; |
|
10
|
|
|
|
|
22
|
|
|
10
|
|
|
|
|
302
|
|
2
|
10
|
|
|
10
|
|
49
|
use warnings; |
|
10
|
|
|
|
|
20
|
|
|
10
|
|
|
|
|
462
|
|
3
|
|
|
|
|
|
|
package Software::License::EUPL_1_1; |
4
|
|
|
|
|
|
|
$Software::License::EUPL_1_1::VERSION = '0.104004'; |
5
|
10
|
|
|
10
|
|
6077
|
use utf8; |
|
10
|
|
|
|
|
148
|
|
|
10
|
|
|
|
|
106
|
|
6
|
10
|
|
|
10
|
|
325
|
use parent 'Software::License'; |
|
10
|
|
|
|
|
23
|
|
|
10
|
|
|
|
|
45
|
|
7
|
|
|
|
|
|
|
# ABSTRACT: The European Union Public License (EUPL) v1.1 |
8
|
|
|
|
|
|
|
|
9
|
22
|
|
|
22
|
1
|
123
|
sub name { 'The European Union Public License (EUPL) v1.1' } |
10
|
0
|
|
|
0
|
1
|
0
|
sub url { 'https://joinup.ec.europa.eu/software/page/eupl' } |
11
|
|
|
|
|
|
|
|
12
|
43
|
|
|
43
|
1
|
131
|
sub meta_name { 'open_source' } |
13
|
42
|
|
|
42
|
1
|
90
|
sub meta2_name { 'open_source' } |
14
|
43
|
|
|
43
|
1
|
116
|
sub spdx_expression { 'EUPL-1.1' } |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
1; |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=pod |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=encoding UTF-8 |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 NAME |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Software::License::EUPL_1_1 - The European Union Public License (EUPL) v1.1 |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 VERSION |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
version 0.104004 |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head1 PERL VERSION |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
This module is part of CPAN toolchain, or is treated as such. As such, it |
33
|
|
|
|
|
|
|
follows the agreement of the Perl Toolchain Gang to require no newer version |
34
|
|
|
|
|
|
|
of perl than one released in the last ten years. This version may change by |
35
|
|
|
|
|
|
|
agreement of the Toolchain Gang, but for now is governed by the L
|
36
|
|
|
|
|
|
|
Consensus|https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancaster-consensus.md> |
37
|
|
|
|
|
|
|
of 2013 and the Lyon Amendment of 2023 (described at the linked-to document). |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
Although it may work on older versions of perl, no guarantee is made that the |
40
|
|
|
|
|
|
|
minimum required version will not be increased. The version may be increased |
41
|
|
|
|
|
|
|
for any reason, and there is no promise that patches will be accepted to |
42
|
|
|
|
|
|
|
lower the minimum required perl. |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=head1 AUTHOR |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
Ricardo Signes |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
This software is copyright (c) 2023 by Ricardo Signes. |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
53
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
=cut |
56
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
__DATA__ |