line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Software::License::CC_BY_NC_4_0; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
10579
|
use strict; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
38
|
|
4
|
1
|
|
|
1
|
|
4
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
30
|
|
5
|
|
|
|
|
|
|
|
6
|
1
|
|
|
1
|
|
6
|
use base 'Software::License'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
156
|
|
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:BBYRD'; # AUTHORITY |
9
|
|
|
|
|
|
|
our $VERSION = '1.10'; # VERSION |
10
|
|
|
|
|
|
|
# ABSTRACT: Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0) |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
### NOTE: This file was auto-generated using cc-license.sh. Do not edit this file! |
13
|
|
|
|
|
|
|
|
14
|
1
|
|
|
1
|
1
|
21346
|
sub name { 'Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)' } |
15
|
1
|
|
|
1
|
1
|
835
|
sub url { 'http://creativecommons.org/licenses/by-nc/4.0/' } |
16
|
|
|
|
|
|
|
|
17
|
1
|
|
|
1
|
1
|
435
|
sub version { '4.0' } |
18
|
2
|
|
|
2
|
1
|
1970
|
sub meta_name { 'restricted' } |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
1; |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=pod |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=encoding UTF-8 |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 NAME |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Software::License::CC_BY_NC_4_0 - Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0) |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head1 AVAILABILITY |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
The project homepage is L. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
The latest version of this module is available from the Comprehensive Perl |
35
|
|
|
|
|
|
|
Archive Network (CPAN). Visit L to find a CPAN |
36
|
|
|
|
|
|
|
site near you, or see L. |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
=head1 AUTHOR |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
Brendan Byrd |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
This software is Copyright (c) 2014 by Brendan Byrd. |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
This is free software, licensed under: |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
The GNU Lesser General Public License, Version 3, June 2007 |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=cut |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
__DATA__ |