Pod::Weaver::PluginBundle::Author::AJNN::License - Pod section for copyright and license statement
version 0.05
package Pod::Weaver::PluginBundle::Author::AJNN; use Pod::Weaver::PluginBundle::Author::AJNN::License; sub mvp_bundle_config { return ( ..., [ '@AJNN/License', __PACKAGE__ . '::License', {}, ], ) }
This package provides AJNN's customised copyright and license statement.
In particular, for distributions which declare their license as Artistic-2.0 and which declare AJNN as their only author, the license statement is modified to explicitly allow reuse under the same terms as the Perl 5 programming language system itself as well. Effectively, this results in triple-licensing under (Artistic-2.0 OR Artistic-1.0-Perl OR GPL-1.0-or-later), at the choice of the user.
Reuse under Perl 5 terms might already be allowed under section (4) (c) (ii) of Artistic-2.0, but I like to state this explicitly for the avoidance of doubt.
Multiple authors are unsupported.
Pod::Weaver::PluginBundle::Author::AJNN
Pod::Weaver::Section::Legal
Arne Johannessen <ajnn@cpan.org>
If you contact me by email, please make sure you include the word "Perl" in your subject header to help beat the spam filters.
Arne Johannessen has dedicated the work to the Commons by waiving all of his or her rights to the work worldwide under copyright law and all related or neighboring legal rights he or she had in the work, to the extent allowable by law.
Works under CC0 do not require attribution. When citing the work, you should not imply endorsement by the author.
To install Dist::Zilla::PluginBundle::Author::AJNN, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Dist::Zilla::PluginBundle::Author::AJNN
CPAN shell
perl -MCPAN -e shell install Dist::Zilla::PluginBundle::Author::AJNN
For more information on module installation, please visit the detailed CPAN module installation guide.