This file is indexed.

/usr/share/perl5/Config/Model/models/Dpkg/Copyright/Content.pod is in libconfig-model-dpkg-perl 2.076.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# PODNAME: Config::Model::models::Dpkg::Copyright::Content
# ABSTRACT:  Configuration class Dpkg::Copyright::Content
=head1 NAME

Config::Model::models::Dpkg::Copyright::Content - Configuration class Dpkg::Copyright::Content

=head1 DESCRIPTION

Configuration classes used by L<Config::Model>

=head1 Elements

=head2 Copyright

One or more free-form copyright statement(s), one per line, that apply to the files matched by the above pattern. If a work has no copyright holder (i.e., it is in the public domain), that information should be recorded here.

The Copyright field collects all relevant copyright notices for the files of this paragraph. Not all copyright notices may apply to every individual file, and years of publication for one copyright holder may be gathered together. For example, if file A has:

      Copyright 2008 John Smith Copyright 2009 Angela Watts

and file B has:

      Copyright 2010 Angela Watts

the Copyright field for a stanza covering both file A and file B need contain only:

      Copyright 2008 John Smith Copyright 2009, 2010 Angela Watts

The Copyright field may contain the original copyright statement copied exactly (including the word Copyright), or it can shorten the text, as long as it does not sacrifice information. Examples in this specification use both forms.I<< Mandatory. Type string.  >> 

=head2 License

I<< Optional. Type node of class L<Dpkg::Copyright::FileLicense|Config::Model::models::Dpkg::Copyright::FileLicense> .  >> 

=head2 License-Alias

B<Deprecated> I<< Optional. Type uniline.  >> 

=head2 Comment

This field can provide additional information. For example, it might quote an e-mail from upstream justifying why the license is acceptable to the main archive, or an explanation of how this version of the package has been forked from a version known to be DFSG-free, even though the current upstream version is not.I<< Optional. Type string.  >> 

Note: Comment is migrated with 'C<$old>' and with $old => "C<- X-Comment>"

=head2 X-Comment

B<Deprecated> I<< Optional. Type string.  >> 

=head1 SEE ALSO

=over

=item *

L<cme>

=item *

L<Config::Model::models::Dpkg::Copyright::FileLicense>

=back

=head1 AUTHOR

=over

=item Dominique Dumont


=back

=head1 COPYRIGHT

=over

=item 2010,2011 Dominique Dumont


=back

=head1 LICENSE

=over

=item LGPL2


=back

=cut