1Pod::Weaver::Section::LUesgearl(C3o)ntributed Perl DocumPeondt:a:tWieoanver::Section::Legal(3)
2
3
4
6 Pod::Weaver::Section::Legal - a section for the copyright and license
7
9 version 4.018
10
12 This section plugin will produce a hunk of Pod giving the copyright and
13 license information for the document, like this:
14
15 =head1 COPYRIGHT AND LICENSE
16
17 This document is copyright (C) 1991, Ricardo Signes.
18
19 This document is available under the blah blah blah.
20
21 This plugin will do nothing if no "license" input parameter is
22 available. The "license" is expected to be a Software::License object.
23
25 This module has the same support period as perl itself: it supports
26 the two most recent versions of perl. (That is, if the most recently
27 released version is v5.40, then this module should work on both v5.40
28 and v5.38.)
29
30 Although it may work on older versions of perl, no guarantee is made
31 that the minimum required version will not be increased. The version
32 may be increased for any reason, and there is no promise that patches
33 will be accepted to lower the minimum required perl.
34
36 license_file
37 Specify the name of the license file and an extra line of text will be
38 added telling users to check the file for the full text of the license.
39
40 Defaults to none.
41
42 header
43 The title of the header to be added. (default: "COPYRIGHT AND
44 LICENSE")
45
47 Ricardo SIGNES <rjbs@semiotic.systems>
48
50 This software is copyright (c) 2021 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
56
57perl v5.34.0 2021-07-22 Pod::Weaver::Section::Legal(3)