| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
10
|
|
|
10
|
|
13945
|
use strict; |
|
|
10
|
|
|
|
|
19
|
|
|
|
10
|
|
|
|
|
217
|
|
|
2
|
10
|
|
|
10
|
|
37
|
use warnings; |
|
|
10
|
|
|
|
|
16
|
|
|
|
10
|
|
|
|
|
347
|
|
|
3
|
|
|
|
|
|
|
$Software::License::Apache_1_1::VERSION = '0.104002'; |
|
4
|
|
|
|
|
|
|
use parent 'Software::License'; |
|
5
|
10
|
|
|
10
|
|
50
|
# ABSTRACT: The Apache Software License, Version 1.1 |
|
|
10
|
|
|
|
|
59
|
|
|
|
10
|
|
|
|
|
50
|
|
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
|
|
8
|
22
|
|
|
22
|
1
|
120
|
1; |
|
9
|
0
|
|
|
0
|
1
|
0
|
|
|
10
|
43
|
|
|
43
|
1
|
123
|
=pod |
|
11
|
42
|
|
|
42
|
1
|
79
|
|
|
12
|
43
|
|
|
43
|
1
|
92
|
=encoding UTF-8 |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=head1 NAME |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
Software::License::Apache_1_1 - The Apache Software License, Version 1.1 |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 VERSION |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
version 0.104002 |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 PERL VERSION |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
This module is part of CPAN toolchain, or is treated as such. As such, it |
|
25
|
|
|
|
|
|
|
follows the agreement of the Perl Toolchain Gang to require no newer version of |
|
26
|
|
|
|
|
|
|
perl than v5.8.1. This version may change by agreement of the Toolchain Gang, |
|
27
|
|
|
|
|
|
|
but for now is governed by the L<Lancaster |
|
28
|
|
|
|
|
|
|
Consensus|https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancaster-consensus.md> |
|
29
|
|
|
|
|
|
|
of 2013. |
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 AUTHOR |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
Ricardo Signes <rjbs@semiotic.systems> |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
|
36
|
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
This software is copyright (c) 2022 by Ricardo Signes. |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
|
40
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
|
41
|
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=cut |
|
43
|
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
__LICENSE__ |
|
45
|
|
|
|
|
|
|
Apache Software License |
|
46
|
|
|
|
|
|
|
Version 1.1 |
|
47
|
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
Copyright (c) 2000 The Apache Software Foundation. All rights reserved. |
|
49
|
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
Redistribution and use in source and binary forms, with or without |
|
51
|
|
|
|
|
|
|
modification, are permitted provided that the following conditions are met: |
|
52
|
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
1. Redistributions of source code must retain the above copyright notice, this |
|
54
|
|
|
|
|
|
|
list of conditions and the following disclaimer. |
|
55
|
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
2. Redistributions in binary form must reproduce the above copyright notice, |
|
57
|
|
|
|
|
|
|
this list of conditions and the following disclaimer in the documentation |
|
58
|
|
|
|
|
|
|
and/or other materials provided with the distribution. |
|
59
|
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
3. The end-user documentation included with the redistribution, if any, must |
|
61
|
|
|
|
|
|
|
include the following acknowledgment: |
|
62
|
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
"This product includes software developed by the Apache Software |
|
64
|
|
|
|
|
|
|
Foundation (http://www.apache.org/)." |
|
65
|
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
Alternately, this acknowledgment may appear in the software itself, if and |
|
67
|
|
|
|
|
|
|
wherever such third-party acknowledgments normally appear. |
|
68
|
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
4. The names "Apache" and "Apache Software Foundation" must not be used to |
|
70
|
|
|
|
|
|
|
endorse or promote products derived from this software without prior written |
|
71
|
|
|
|
|
|
|
permission. For written permission, please contact apache\@apache.org. |
|
72
|
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
5. Products derived from this software may not be called "Apache", nor may |
|
74
|
|
|
|
|
|
|
"Apache" appear in their name, without prior written permission of the |
|
75
|
|
|
|
|
|
|
Apache Software Foundation. |
|
76
|
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, |
|
78
|
|
|
|
|
|
|
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|
79
|
|
|
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE |
|
80
|
|
|
|
|
|
|
SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
|
81
|
|
|
|
|
|
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
|
82
|
|
|
|
|
|
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
|
83
|
|
|
|
|
|
|
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
|
84
|
|
|
|
|
|
|
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
|
85
|
|
|
|
|
|
|
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
|
86
|
|
|
|
|
|
|
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
87
|
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
This software consists of voluntary contributions made by many individuals on |
|
90
|
|
|
|
|
|
|
behalf of the Apache Software Foundation. For more information on the Apache |
|
91
|
|
|
|
|
|
|
Software Foundation, please see <http://www.apache.org/>. |
|
92
|
|
|
|
|
|
|
|
|
93
|
|
|
|
|
|
|
Portions of this software are based upon public domain software originally |
|
94
|
|
|
|
|
|
|
written at the National Center for Supercomputing Applications, University of |
|
95
|
|
|
|
|
|
|
Illinois, Urbana-Champaign. |