1use strict;
2use warnings;
3package Software::License::None;
4$Software::License::None::VERSION = '0.104001';
5use parent 'Software::License';
6# ABSTRACT: describes a "license" that gives no license for re-use
7
8sub name      { q("No License" License) }
9sub url       { undef }
10
11sub meta_name  { 'restrictive' }
12sub meta2_name { 'restricted'  }
13
141;
15
16=pod
17
18=encoding UTF-8
19
20=head1 NAME
21
22Software::License::None - describes a "license" that gives no license for re-use
23
24=head1 VERSION
25
26version 0.104001
27
28=head1 AUTHOR
29
30Ricardo Signes <rjbs@semiotic.systems>
31
32=head1 COPYRIGHT AND LICENSE
33
34This software is copyright (c) 2021 by Ricardo Signes.
35
36This is free software; you can redistribute it and/or modify it under
37the same terms as the Perl 5 programming language system itself.
38
39=cut
40
41__DATA__
42__NOTICE__
43This software is copyright (c) {{$self->year}} by {{$self->_dotless_holder}}.  No
44license is granted to other entities.
45__LICENSE__
46All rights reserved.
47