This file is indexed.

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

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
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# PODNAME: Config::Model::models::Dpkg::Copyright::GlobalLicense
# ABSTRACT:  Configuration class Dpkg::Copyright::GlobalLicense
=head1 NAME

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

=head1 DESCRIPTION

Configuration classes used by L<Config::Model>

Represents a license that can be applied to the whole package. This element can be omitted.

=head1 Elements

=head2 short_name

The Copyright and License fields in the header paragraph may complement but do not replace the files paragraphs. They can be used to summarise the contributions and redistribution terms for the whole package, for instance when a work combines a permissive and a copyleft license, or to document a compilation copyright and license. It is possible to use only License in the header paragraph, but Copyright alone makes no sense.I<< Optional. Type uniline.  >> 

Here are some explanations on the possible values:

=over

=item 'Apache'

Apache license. For versions, consult the Apache_Software_Foundation.

=item 'Artistic'

Artistic license. For versions, consult the Perl_Foundation

=item 'BSD-2-clause'

Berkeley software distribution license, 2-clause version

=item 'BSD-3-clause'

Berkeley software distribution license, 3-clause version

=item 'BSD-4-clause'

Berkeley software distribution license, 4-clause version

=item 'CC-BY'

Creative Commons Attribution license

=item 'CC-BY-NC'

Creative Commons Attribution Non-Commercial

=item 'CC-BY-NC-ND'

Creative Commons Attribution Non-Commercial No Derivatives

=item 'CC-BY-NC-SA'

Creative Commons Attribution Non-Commercial Share Alike

=item 'CC-BY-ND'

Creative Commons Attribution No Derivatives

=item 'CC-BY-SA'

Creative Commons Attribution Share Alike license

=item 'CC0'

Creative Commons Universal waiver

=item 'CDDL'

Common Development and Distribution License. For versions, consult Sun Microsystems.

=item 'CPL'

IBM Common Public License. For versions, consult the IBM_Common_Public License_(CPL)_Frequently_asked_questions.

=item 'EFL'

The Eiffel Forum License. For versions, consult the Open_Source_Initiative

=item 'Expat'

The Expat license

=item 'FreeBSD'

FreeBSD Project license

=item 'GFDL'

GNU Free Documentation License

=item 'GFDL-NIV'

GNU Free Documentation License, with no invariant sections

=item 'GPL'

GNU General Public License

=item 'ISC'

Internet_Software_Consortium's license, sometimes also known as the OpenBSD License

=item 'LGPL'

GNU Lesser General Public License, (GNU Library General Public License for versions lower than 2.1)

=item 'LPPL'

LaTeX Project Public License

=item 'MPL'

Mozilla Public License. For versions, consult Mozilla.org

=item 'Perl'

Perl license (equates to "GPL-1+ or Artistic-1")

=item 'Python-CNRI'

Python Software Foundation license. For versions, consult the Python_Software Foundation

=item 'QPL'

Q Public License

=item 'W3C'

W3C Software License. For more information, consult the W3C IntellectualRights FAQ and the 20021231 W3C_Software_notice_and_license

=item 'ZLIB'

zlib/libpng_license

=item 'Zope'

Zope Public License. For versions, consult Zope.org

=back



=head2 full_license

if left blank here, the file must include a stand-alone License section matching each license short name listed on the first line (see the Standalone License Section section). Otherwise, this field should either include the full text of the license(s) or include a pointer to the license file under /usr/share/common-licenses. This field should include all text needed in order to fulfill both Debian Policy requirement for including a copy of the software distribution license, and any license requirements to include warranty disclaimers or other notices with the binary package.
I<< Optional. Type string.  >> 

=head1 SEE ALSO

=over

=item *

L<cme>

=back

=head1 AUTHOR

=over

=item Dominique Dumont


=back

=head1 COPYRIGHT

=over

=item 2010

=item 2011 Dominique Dumont


=back

=head1 LICENSE

=over

=item LGPL2


=back

=cut