GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Software::License::CCpack(3) User Contributed Perl Documentation Software::License::CCpack(3)

Software::License::CCpack - Software::License pack for Creative Commons' licenses

    use Software::License::CC_BY_4_0;
 
    my $license = Software::License::CC_BY_4_0->new({
       holder => 'Brendan Byrd',
    });
 
    print $license->fulltext;

This "license pack" contains all of the licenses from Creative Commons, except for CC0, which is already included in Software::License.

Note that I don't recommend using these licenses for your own CPAN modules. (Most of the licenses aren't even compatible with CPAN.) However, S:L modules are useful for more than mere CPAN::Meta->license declaration, so these modules exist for those other purposes.

The project homepage is <https://github.com/SineSwiper/Software-License-CCpack>.

The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN site near you, or see <https://metacpan.org/module/Software::License::CCpack/>.

You can get live help by using IRC ( Internet Relay Chat ). If you don't know what IRC is, please read this excellent guide: <http://en.wikipedia.org/wiki/Internet_Relay_Chat>. Please be courteous and patient when talking to us, as we might be busy or sleeping! You can join those networks/channels and get help:
irc.perl.org

You can connect to the server at 'irc.perl.org' and talk to this person for help: SineSwiper.

Please report any bugs or feature requests via <https://github.com/SineSwiper/Software-License-CCpack/issues>.

Brendan Byrd <BBYRD@CPAN.org>

Zoffix Znet <cpan@zoffix.com>

This software is Copyright (c) 2014 by Brendan Byrd.

This is free software, licensed under:

  The GNU Lesser General Public License, Version 3, June 2007
2014-10-19 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.