line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
10
|
|
|
10
|
|
77725
|
use strict; |
|
10
|
|
|
|
|
33
|
|
|
10
|
|
|
|
|
306
|
|
2
|
10
|
|
|
10
|
|
55
|
use warnings; |
|
10
|
|
|
|
|
19
|
|
|
10
|
|
|
|
|
498
|
|
3
|
|
|
|
|
|
|
package Software::License::AGPL_3; |
4
|
|
|
|
|
|
|
$Software::License::AGPL_3::VERSION = '0.104001'; |
5
|
10
|
|
|
10
|
|
1486
|
use parent 'Software::License'; |
|
10
|
|
|
|
|
1015
|
|
|
10
|
|
|
|
|
48
|
|
6
|
|
|
|
|
|
|
# ABSTRACT: GNU Affero General Public License, Version 3 |
7
|
|
|
|
|
|
|
|
8
|
23
|
|
|
23
|
1
|
231
|
sub name { 'The GNU Affero General Public License, Version 3, November 2007' } |
9
|
0
|
|
|
0
|
1
|
0
|
sub url { 'http://www.gnu.org/licenses/agpl-3.0.txt' } |
10
|
|
|
|
|
|
|
|
11
|
43
|
|
|
43
|
1
|
151
|
sub meta_name { 'open_source' } |
12
|
42
|
|
|
42
|
1
|
103
|
sub meta2_name { 'agpl_3' } |
13
|
43
|
|
|
43
|
1
|
208
|
sub spdx_expression { 'AGPL-3.0' } |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
1; |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=pod |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=encoding UTF-8 |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 NAME |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Software::License::AGPL_3 - GNU Affero General Public License, Version 3 |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 VERSION |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
version 0.104001 |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 AUTHOR |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
Ricardo Signes |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
This software is copyright (c) 2021 by Ricardo Signes. |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
38
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=cut |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
__DATA__ |