line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
10
|
|
|
10
|
|
4496
|
use strict; |
|
10
|
|
|
|
|
20
|
|
|
10
|
|
|
|
|
205
|
|
2
|
10
|
|
|
10
|
|
38
|
use warnings; |
|
10
|
|
|
|
|
15
|
|
|
10
|
|
|
|
|
306
|
|
3
|
|
|
|
|
|
|
$Software::License::CC0_1_0::VERSION = '0.104002'; |
4
|
|
|
|
|
|
|
use parent 'Software::License'; |
5
|
10
|
|
|
10
|
|
40
|
# ABSTRACT: the "public domain"-like CC0 license, version 1.0 |
|
10
|
|
|
|
|
15
|
|
|
10
|
|
|
|
|
43
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
#pod =head1 WARNING |
8
|
|
|
|
|
|
|
#pod |
9
|
|
|
|
|
|
|
#pod B<You should really think hard before using this license.> |
10
|
|
|
|
|
|
|
#pod |
11
|
|
|
|
|
|
|
#pod This license is provided for those who want to place their software into the |
12
|
|
|
|
|
|
|
#pod public domain. Doing this means you have waived any copyright protection as |
13
|
|
|
|
|
|
|
#pod much as allowed by law, and that you grant anybody the right to do anything |
14
|
|
|
|
|
|
|
#pod with your software. You cannot reverse your decision to dedicate software as |
15
|
|
|
|
|
|
|
#pod public property, so use this only if you're quite sure that you mean to do |
16
|
|
|
|
|
|
|
#pod it. |
17
|
|
|
|
|
|
|
#pod |
18
|
|
|
|
|
|
|
#pod =cut |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
|
21
|
21
|
|
|
21
|
1
|
34
|
|
22
|
0
|
|
|
0
|
1
|
0
|
1; |
23
|
|
|
|
|
|
|
|
24
|
43
|
|
|
43
|
1
|
107
|
=pod |
25
|
42
|
|
|
42
|
1
|
92
|
|
26
|
43
|
|
|
43
|
1
|
102
|
=encoding UTF-8 |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 NAME |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Software::License::CC0_1_0 - the "public domain"-like CC0 license, version 1.0 |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 VERSION |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
version 0.104002 |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=head1 PERL VERSION |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
This module is part of CPAN toolchain, or is treated as such. As such, it |
39
|
|
|
|
|
|
|
follows the agreement of the Perl Toolchain Gang to require no newer version of |
40
|
|
|
|
|
|
|
perl than v5.8.1. This version may change by agreement of the Toolchain Gang, |
41
|
|
|
|
|
|
|
but for now is governed by the L<Lancaster |
42
|
|
|
|
|
|
|
Consensus|https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancaster-consensus.md> |
43
|
|
|
|
|
|
|
of 2013. |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
=head1 WARNING |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
B<You should really think hard before using this license.> |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
This license is provided for those who want to place their software into the |
50
|
|
|
|
|
|
|
public domain. Doing this means you have waived any copyright protection as |
51
|
|
|
|
|
|
|
much as allowed by law, and that you grant anybody the right to do anything |
52
|
|
|
|
|
|
|
with your software. You cannot reverse your decision to dedicate software as |
53
|
|
|
|
|
|
|
public property, so use this only if you're quite sure that you mean to do |
54
|
|
|
|
|
|
|
it. |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=head1 AUTHOR |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
Ricardo Signes <rjbs@semiotic.systems> |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
This software is copyright (c) 2022 by Ricardo Signes. |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
65
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
66
|
|
|
|
|
|
|
|
67
|
|
|
|
|
|
|
=cut |
68
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
__NOTICE__ |
70
|
|
|
|
|
|
|
|
71
|
|
|
|
|
|
|
{{$self->holder}} has dedicated the work to the Commons by waiving all of his |
72
|
|
|
|
|
|
|
or her rights to the work worldwide under copyright law and all related or |
73
|
|
|
|
|
|
|
neighboring legal rights he or she had in the work, to the extent allowable by |
74
|
|
|
|
|
|
|
law. |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
Works under CC0 do not require attribution. When citing the work, you should |
77
|
|
|
|
|
|
|
not imply endorsement by the author. |
78
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
__LICENSE__ |
80
|
|
|
|
|
|
|
Creative Commons Legal Code |
81
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
CC0 1.0 Universal |
83
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL |
85
|
|
|
|
|
|
|
SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT |
86
|
|
|
|
|
|
|
RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. |
87
|
|
|
|
|
|
|
CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR |
88
|
|
|
|
|
|
|
THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR |
89
|
|
|
|
|
|
|
DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS |
90
|
|
|
|
|
|
|
PROVIDED HEREUNDER. |
91
|
|
|
|
|
|
|
|
92
|
|
|
|
|
|
|
Statement of Purpose |
93
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
The laws of most jurisdictions throughout the world automatically confer |
95
|
|
|
|
|
|
|
exclusive Copyright and Related Rights (defined below) upon the creator and |
96
|
|
|
|
|
|
|
subsequent owner(s) (each and all, an "owner") of an original work of |
97
|
|
|
|
|
|
|
authorship and/or a database (each, a "Work"). |
98
|
|
|
|
|
|
|
|
99
|
|
|
|
|
|
|
Certain owners wish to permanently relinquish those rights to a Work for the |
100
|
|
|
|
|
|
|
purpose of contributing to a commons of creative, cultural and scientific |
101
|
|
|
|
|
|
|
works ("Commons") that the public can reliably and without fear of later |
102
|
|
|
|
|
|
|
claims of infringement build upon, modify, incorporate in other works, reuse |
103
|
|
|
|
|
|
|
and redistribute as freely as possible in any form whatsoever and for any |
104
|
|
|
|
|
|
|
purposes, including without limitation commercial purposes. These owners may |
105
|
|
|
|
|
|
|
contribute to the Commons to promote the ideal of a free culture and the |
106
|
|
|
|
|
|
|
further production of creative, cultural and scientific works, or to gain |
107
|
|
|
|
|
|
|
reputation or greater distribution for their Work in part through the use and |
108
|
|
|
|
|
|
|
efforts of others. |
109
|
|
|
|
|
|
|
|
110
|
|
|
|
|
|
|
For these and/or other purposes and motivations, and without any expectation |
111
|
|
|
|
|
|
|
of additional consideration or compensation, the person associating CC0 with |
112
|
|
|
|
|
|
|
a Work (the "Affirmer"), to the extent that he or she is an owner of |
113
|
|
|
|
|
|
|
Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to |
114
|
|
|
|
|
|
|
the Work and publicly distribute the Work under its terms, with knowledge of |
115
|
|
|
|
|
|
|
his or her Copyright and Related Rights in the Work and the meaning and |
116
|
|
|
|
|
|
|
intended legal effect of CC0 on those rights. |
117
|
|
|
|
|
|
|
|
118
|
|
|
|
|
|
|
1. Copyright and Related Rights. |
119
|
|
|
|
|
|
|
|
120
|
|
|
|
|
|
|
A Work made available under CC0 may be protected by copyright and related or |
121
|
|
|
|
|
|
|
neighboring rights ("Copyright and Related Rights"). Copyright and Related |
122
|
|
|
|
|
|
|
Rights include, but are not limited to, the following: |
123
|
|
|
|
|
|
|
|
124
|
|
|
|
|
|
|
i. the right to reproduce, adapt, distribute, perform, display, |
125
|
|
|
|
|
|
|
communicate, and translate a Work; |
126
|
|
|
|
|
|
|
|
127
|
|
|
|
|
|
|
ii. moral rights retained by the original author(s) and/or performer(s); |
128
|
|
|
|
|
|
|
|
129
|
|
|
|
|
|
|
iii. publicity and privacy rights pertaining to a person's image or |
130
|
|
|
|
|
|
|
likeness depicted in a Work; |
131
|
|
|
|
|
|
|
|
132
|
|
|
|
|
|
|
iv. rights protecting against unfair competition in regards to a Work, |
133
|
|
|
|
|
|
|
subject to the limitations in paragraph 4(a), below; |
134
|
|
|
|
|
|
|
|
135
|
|
|
|
|
|
|
v. rights protecting the extraction, dissemination, use and reuse of data |
136
|
|
|
|
|
|
|
in a Work; |
137
|
|
|
|
|
|
|
|
138
|
|
|
|
|
|
|
vi. database rights (such as those arising under Directive 96/9/EC of the |
139
|
|
|
|
|
|
|
European Parliament and of the Council of 11 March 1996 on the legal |
140
|
|
|
|
|
|
|
protection of databases, and under any national implementation |
141
|
|
|
|
|
|
|
thereof, including any amended or successor version of such |
142
|
|
|
|
|
|
|
directive); |
143
|
|
|
|
|
|
|
|
144
|
|
|
|
|
|
|
vii. and other similar, equivalent or corresponding rights throughout the |
145
|
|
|
|
|
|
|
world based on applicable law or treaty, and any national implementations |
146
|
|
|
|
|
|
|
thereof. |
147
|
|
|
|
|
|
|
|
148
|
|
|
|
|
|
|
2. Waiver. |
149
|
|
|
|
|
|
|
|
150
|
|
|
|
|
|
|
To the greatest extent permitted by, but not in contravention of, applicable |
151
|
|
|
|
|
|
|
law, Affirmer hereby overtly, fully, permanently, irrevocably and |
152
|
|
|
|
|
|
|
unconditionally waives, abandons, and surrenders all of Affirmer's Copyright |
153
|
|
|
|
|
|
|
and Related Rights and associated claims and causes of action, whether now |
154
|
|
|
|
|
|
|
known or unknown (including existing as well as future claims and causes of |
155
|
|
|
|
|
|
|
action), in the Work (i) in all territories worldwide, (ii) for the maximum |
156
|
|
|
|
|
|
|
duration provided by applicable law or treaty (including future time |
157
|
|
|
|
|
|
|
extensions), (iii) in any current or future medium and for any number of |
158
|
|
|
|
|
|
|
copies, and (iv) for any purpose whatsoever, including without limitation |
159
|
|
|
|
|
|
|
commercial, advertising or promotional purposes (the "Waiver"). Affirmer |
160
|
|
|
|
|
|
|
makes the Waiver for the benefit of each member of the public at large and to |
161
|
|
|
|
|
|
|
the detriment of Affirmer's heirs and successors, fully intending that such |
162
|
|
|
|
|
|
|
Waiver shall not be subject to revocation, rescission, cancellation, |
163
|
|
|
|
|
|
|
termination, or any other legal or equitable action to disrupt the quiet |
164
|
|
|
|
|
|
|
enjoyment of the Work by the public as contemplated by Affirmer's express |
165
|
|
|
|
|
|
|
Statement of Purpose. |
166
|
|
|
|
|
|
|
|
167
|
|
|
|
|
|
|
3. Public License Fallback. |
168
|
|
|
|
|
|
|
|
169
|
|
|
|
|
|
|
Should any part of the Waiver for any reason be judged legally invalid or |
170
|
|
|
|
|
|
|
ineffective under applicable law, then the Waiver shall be preserved to the |
171
|
|
|
|
|
|
|
maximum extent permitted taking into account Affirmer's express Statement of |
172
|
|
|
|
|
|
|
Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby |
173
|
|
|
|
|
|
|
grants to each affected person a royalty-free, non transferable, non |
174
|
|
|
|
|
|
|
sublicensable, non exclusive, irrevocable and unconditional license to |
175
|
|
|
|
|
|
|
exercise Affirmer's Copyright and Related Rights in the Work (i) in all |
176
|
|
|
|
|
|
|
territories worldwide, (ii) for the maximum duration provided by applicable |
177
|
|
|
|
|
|
|
law or treaty (including future time extensions), (iii) in any current or |
178
|
|
|
|
|
|
|
future medium and for any number of copies, and (iv) for any purpose |
179
|
|
|
|
|
|
|
whatsoever, including without limitation commercial, advertising or |
180
|
|
|
|
|
|
|
promotional purposes (the "License"). The License shall be deemed effective |
181
|
|
|
|
|
|
|
as of the date CC0 was applied by Affirmer to the Work. Should any part of |
182
|
|
|
|
|
|
|
the License for any reason be judged legally invalid or ineffective under |
183
|
|
|
|
|
|
|
applicable law, such partial invalidity or ineffectiveness shall not |
184
|
|
|
|
|
|
|
invalidate the remainder of the License, and in such case Affirmer hereby |
185
|
|
|
|
|
|
|
affirms that he or she will not (i) exercise any of his or her remaining |
186
|
|
|
|
|
|
|
Copyright and Related Rights in the Work or (ii) assert any associated claims |
187
|
|
|
|
|
|
|
and causes of action with respect to the Work, in either case contrary to |
188
|
|
|
|
|
|
|
Affirmer's express Statement of Purpose. |
189
|
|
|
|
|
|
|
|
190
|
|
|
|
|
|
|
4. Limitations and Disclaimers. |
191
|
|
|
|
|
|
|
|
192
|
|
|
|
|
|
|
a. No trademark or patent rights held by Affirmer are waived, abandoned, |
193
|
|
|
|
|
|
|
surrendered, licensed or otherwise affected by this document. |
194
|
|
|
|
|
|
|
|
195
|
|
|
|
|
|
|
b. Affirmer offers the Work as-is and makes no representations or |
196
|
|
|
|
|
|
|
warranties of any kind concerning the Work, express, implied, statutory |
197
|
|
|
|
|
|
|
or otherwise, including without limitation warranties of title, |
198
|
|
|
|
|
|
|
merchantability, fitness for a particular purpose, non infringement, or |
199
|
|
|
|
|
|
|
the absence of latent or other defects, accuracy, or the present or |
200
|
|
|
|
|
|
|
absence of errors, whether or not discoverable, all to the greatest |
201
|
|
|
|
|
|
|
extent permissible under applicable law. |
202
|
|
|
|
|
|
|
|
203
|
|
|
|
|
|
|
c. Affirmer disclaims responsibility for clearing rights of other persons |
204
|
|
|
|
|
|
|
that may apply to the Work or any use thereof, including without |
205
|
|
|
|
|
|
|
limitation any person's Copyright and Related Rights in the Work. |
206
|
|
|
|
|
|
|
Further, Affirmer disclaims responsibility for obtaining any necessary |
207
|
|
|
|
|
|
|
consents, permissions or other rights required for any use of the Work. |
208
|
|
|
|
|
|
|
|
209
|
|
|
|
|
|
|
d. Affirmer understands and acknowledges that Creative Commons is not a |
210
|
|
|
|
|
|
|
party to this document and has no duty or obligation with respect to |
211
|
|
|
|
|
|
|
this CC0 or use of the Work. |
212
|
|
|
|
|
|
|
|