1Software::License::CCpaUcske(r3)Contributed Perl DocumenStoafttiwoanre::License::CCpack(3)
2
3
4

NAME

6       Software::License::CCpack - Software::License pack for Creative
7       Commons' licenses
8

SYNOPSIS

10           use Software::License::CC_BY_4_0;
11
12           my $license = Software::License::CC_BY_4_0->new({
13              holder => 'Brendan Byrd',
14           });
15
16           print $license->fulltext;
17

DESCRIPTION

19       This "license pack" contains all of the licenses from Creative Commons,
20       except for CC0, which is already included in Software::License.
21
22       Note that I don't recommend using these licenses for your own CPAN
23       modules.  (Most of the licenses aren't even compatible with CPAN.)
24       However, S:L modules are useful for more than mere CPAN::Meta->license
25       declaration, so these modules exist for those other purposes.
26

AVAILABILITY

28       The project homepage is
29       <https://github.com/SineSwiper/Software-License-CCpack>.
30
31       The latest version of this module is available from the Comprehensive
32       Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find
33       a CPAN site near you, or see
34       <https://metacpan.org/module/Software::License::CCpack/>.
35

SUPPORT

37   Internet Relay Chat
38       You can get live help by using IRC ( Internet Relay Chat ). If you
39       don't know what IRC is, please read this excellent guide:
40       <http://en.wikipedia.org/wiki/Internet_Relay_Chat>. Please be courteous
41       and patient when talking to us, as we might be busy or sleeping! You
42       can join those networks/channels and get help:
43
44       ยท   irc.perl.org
45
46           You can connect to the server at 'irc.perl.org' and talk to this
47           person for help: SineSwiper.
48
49   Bugs / Feature Requests
50       Please report any bugs or feature requests via
51       <https://github.com/SineSwiper/Software-License-CCpack/issues>.
52

AUTHOR

54       Brendan Byrd <BBYRD@CPAN.org>
55

CONTRIBUTOR

57       Zoffix Znet <cpan@zoffix.com>
58
60       This software is Copyright (c) 2014 by Brendan Byrd.
61
62       This is free software, licensed under:
63
64         The GNU Lesser General Public License, Version 3, June 2007
65
66
67
68perl v5.30.0                      2019-07-26      Software::License::CCpack(3)
Impressum