File: copyright_hints

package info (click to toggle)
liblist-objects-withutils-perl 2.028003-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,292 kB
  • sloc: perl: 1,957; makefile: 17; sh: 6
file content (309 lines) | stat: -rw-r--r-- 7,828 bytes parent folder | download | duplicates (2)
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS

Files: Changes
 MANIFEST
 META.json
 META.yml
 Makefile.PL
 README.mkdn
 bench/constructors.pl
 bench/profile/array.pl
 cpanfile
 debian/compat
 debian/control
 debian/docs
 debian/examples
 debian/gbp.conf
 debian/rules
 debian/source/format
 debian/watch
 dist.ini
 examples/blog-post-list-objects.mkdn
 examples/calc.pl
 examples/cheap_accessors.pl
 examples/lotto.pl
 examples/moo_attributes.pl
 examples/pairs_to_objs.pl
 examples/typed_autovivification.pl
 lib/List/Objects/WithUtils.pm
 lib/List/Objects/WithUtils/Array.pm
 lib/List/Objects/WithUtils/Array/Immutable.pm
 lib/List/Objects/WithUtils/Array/Immutable/Typed.pm
 lib/List/Objects/WithUtils/Array/Junction.pm
 lib/List/Objects/WithUtils/Array/Typed.pm
 lib/List/Objects/WithUtils/Autobox.pm
 lib/List/Objects/WithUtils/Hash.pm
 lib/List/Objects/WithUtils/Hash/Immutable.pm
 lib/List/Objects/WithUtils/Hash/Immutable/Typed.pm
 lib/List/Objects/WithUtils/Hash/Inflated.pm
 lib/List/Objects/WithUtils/Hash/Inflated/RW.pm
 lib/List/Objects/WithUtils/Hash/Typed.pm
 lib/List/Objects/WithUtils/Role/Array.pm
 lib/List/Objects/WithUtils/Role/Array/Immutable.pm
 lib/List/Objects/WithUtils/Role/Array/TiedRO.pm
 lib/List/Objects/WithUtils/Role/Array/Typed.pm
 lib/List/Objects/WithUtils/Role/Array/WithJunctions.pm
 lib/List/Objects/WithUtils/Role/Hash.pm
 lib/List/Objects/WithUtils/Role/Hash/Immutable.pm
 lib/List/Objects/WithUtils/Role/Hash/TiedRO.pm
 lib/List/Objects/WithUtils/Role/Hash/Typed.pm
 lib/Lowu.pm
 t/00-report-prereqs.dd
 t/00-report-prereqs.t
 t/00_load/all.t
 t/00_load/all_typetinyish.t
 t/00_load/autobox.t
 t/00_load/autobox_subclass.t
 t/00_load/badopts.t
 t/00_load/bare.t
 t/00_load/failed_require.t
 t/00_load/functions.t
 t/00_load/hashopts.t
 t/00_load/lowu.t
 t/00_load/selective.t
 t/00_load/targeted.t
 t/01_array/all.t
 t/01_array/bisect.t
 t/01_array/clear.t
 t/01_array/copy.t
 t/01_array/count.t
 t/01_array/defined.t
 t/01_array/delete.t
 t/01_array/delete_when.t
 t/01_array/diff.t
 t/01_array/end.t
 t/01_array/exists.t
 t/01_array/first_index.t
 t/01_array/first_where.t
 t/01_array/flatten.t
 t/01_array/flatten_all.t
 t/01_array/folds.t
 t/01_array/get.t
 t/01_array/get_or_else.t
 t/01_array/grep.t
 t/01_array/has_any.t
 t/01_array/head.t
 t/01_array/indexes.t
 t/01_array/inflate.t
 t/01_array/insert.t
 t/01_array/intersection.t
 t/01_array/is_empty.t
 t/01_array/items_after.t
 t/01_array/items_after_incl.t
 t/01_array/items_before.t
 t/01_array/items_before_incl.t
 t/01_array/join.t
 t/01_array/kv.t
 t/01_array/last_index.t
 t/01_array/last_where.t
 t/01_array/map.t
 t/01_array/mapval.t
 t/01_array/mesh.t
 t/01_array/natatime.t
 t/01_array/nsect.t
 t/01_array/nsort_by.t
 t/01_array/part.t
 t/01_array/part_to_hash.t
 t/01_array/pick.t
 t/01_array/pop.t
 t/01_array/push.t
 t/01_array/random.t
 t/01_array/repeated.t
 t/01_array/reverse.t
 t/01_array/roll.t
 t/01_array/rotate.t
 t/01_array/rotate_in_place.t
 t/01_array/rotator.t
 t/01_array/set.t
 t/01_array/shift.t
 t/01_array/shuffle.t
 t/01_array/sliced.t
 t/01_array/sort.t
 t/01_array/sort_by.t
 t/01_array/splice.t
 t/01_array/squished.t
 t/01_array/ssect.t
 t/01_array/subclassed.t
 t/01_array/tail.t
 t/01_array/tuples.t
 t/01_array/type.t
 t/01_array/unbless.t
 t/01_array/uniq.t
 t/01_array/uniq_by.t
 t/01_array/unshift.t
 t/01_array/utilsby_no_xs.t
 t/01_array/visit.t
 t/02_hash/array_type.t
 t/02_hash/clear.t
 t/02_hash/copy.t
 t/02_hash/defined.t
 t/02_hash/delete.t
 t/02_hash/diff.t
 t/02_hash/exists.t
 t/02_hash/export.t
 t/02_hash/get.t
 t/02_hash/get_or_else.t
 t/02_hash/get_path.t
 t/02_hash/inflate.t
 t/02_hash/intersection.t
 t/02_hash/inverted.t
 t/02_hash/is_empty.t
 t/02_hash/iter.t
 t/02_hash/keys.t
 t/02_hash/kv.t
 t/02_hash/kv_grep.t
 t/02_hash/kv_map.t
 t/02_hash/kv_sort.t
 t/02_hash/maybe_set.t
 t/02_hash/random_key.t
 t/02_hash/random_kv.t
 t/02_hash/random_value.t
 t/02_hash/set.t
 t/02_hash/sliced.t
 t/02_hash/subclassed.t
 t/02_hash/unbless.t
 t/02_hash/values.t
 t/03_junctions/all.t
 t/03_junctions/any.t
 t/03_junctions/subclasses.t
 t/04_immutable/immarray.t
 t/04_immutable/immhash.t
 t/05_typed/array_of.t
 t/05_typed/hash_of.t
 t/05_typed/tuples.t
 t/05_typed/validated.t
 t/06_immutable_typed/immarray_of.t
 t/06_immutable_typed/immhash_of.t
 t/07_json/json.t
 t/08_zpl/zpl.t
 t/09_autobox_array/all.t
 t/09_autobox_array/bisect.t
 t/09_autobox_array/clear.t
 t/09_autobox_array/copy.t
 t/09_autobox_array/count.t
 t/09_autobox_array/defined.t
 t/09_autobox_array/delete.t
 t/09_autobox_array/delete_when.t
 t/09_autobox_array/diff.t
 t/09_autobox_array/end.t
 t/09_autobox_array/exists.t
 t/09_autobox_array/first_index.t
 t/09_autobox_array/first_where.t
 t/09_autobox_array/flatten.t
 t/09_autobox_array/flatten_all.t
 t/09_autobox_array/folds.t
 t/09_autobox_array/get.t
 t/09_autobox_array/get_or_else.t
 t/09_autobox_array/grep.t
 t/09_autobox_array/has_any.t
 t/09_autobox_array/head.t
 t/09_autobox_array/indexes.t
 t/09_autobox_array/inflate.t
 t/09_autobox_array/insert.t
 t/09_autobox_array/intersection.t
 t/09_autobox_array/items_after.t
 t/09_autobox_array/items_after_incl.t
 t/09_autobox_array/items_before.t
 t/09_autobox_array/items_before_incl.t
 t/09_autobox_array/join.t
 t/09_autobox_array/kv.t
 t/09_autobox_array/last_index.t
 t/09_autobox_array/last_where.t
 t/09_autobox_array/map.t
 t/09_autobox_array/mapval.t
 t/09_autobox_array/mesh.t
 t/09_autobox_array/natatime.t
 t/09_autobox_array/nsect.t
 t/09_autobox_array/nsort_by.t
 t/09_autobox_array/part.t
 t/09_autobox_array/part_to_hash.t
 t/09_autobox_array/pop.t
 t/09_autobox_array/push.t
 t/09_autobox_array/random.t
 t/09_autobox_array/reverse.t
 t/09_autobox_array/rotate.t
 t/09_autobox_array/rotate_in_place.t
 t/09_autobox_array/rotator.t
 t/09_autobox_array/set.t
 t/09_autobox_array/shift.t
 t/09_autobox_array/shuffle.t
 t/09_autobox_array/sliced.t
 t/09_autobox_array/sort.t
 t/09_autobox_array/sort_by.t
 t/09_autobox_array/splice.t
 t/09_autobox_array/ssect.t
 t/09_autobox_array/tail.t
 t/09_autobox_array/tuples.t
 t/09_autobox_array/uniq.t
 t/09_autobox_array/uniq_by.t
 t/09_autobox_array/unshift.t
 t/09_autobox_array/utilsby_no_xs.t
 t/09_autobox_array/visit.t
 t/09_autobox_hash/array_type.t
 t/09_autobox_hash/clear.t
 t/09_autobox_hash/copy.t
 t/09_autobox_hash/defined.t
 t/09_autobox_hash/delete.t
 t/09_autobox_hash/diff.t
 t/09_autobox_hash/exists.t
 t/09_autobox_hash/get.t
 t/09_autobox_hash/get_or_else.t
 t/09_autobox_hash/get_path.t
 t/09_autobox_hash/inflate.t
 t/09_autobox_hash/intersection.t
 t/09_autobox_hash/inverted.t
 t/09_autobox_hash/iter.t
 t/09_autobox_hash/keys.t
 t/09_autobox_hash/kv.t
 t/09_autobox_hash/kv_grep.t
 t/09_autobox_hash/kv_map.t
 t/09_autobox_hash/kv_sort.t
 t/09_autobox_hash/maybe_set.t
 t/09_autobox_hash/set.t
 t/09_autobox_hash/sliced.t
 t/09_autobox_hash/values.t
 t/author-no-tabs.t
 t/author-pod-coverage.t
 t/author-pod-syntax.t
 t/release-cpan-changes.t
 t/release-dist-manifest.t
 t/release-pod-linkcheck.t
 t/release-portability.t
 t/release-synopsis.t
 xt/reverse_dependencies.t
Copyright: NONE
License: UNKNOWN
 FIXME

Files: LICENSE
Copyright: 1989, Free Software Foundation, Inc.
  19xx name of author
  19yy <name of author>
  2016, Jon Portnoy.
  disclaimer" for the program, if
  ed by the Free
  interest in the
  of this Package, but belong to whomever generated them, and may be sold
  the software, and
License: Artistic or GPL-1+
 FIXME

Files: debian/copyright-check
Copyright: 2016-2019, Jonas Smedegaard <dr@jones.dk>
License: GPL-3+
 FIXME

Files: debian/source/lintian-overrides
Copyright: Artistic
  GPL-1+
  GPL-3+
  artistic
  gpl-1+
  gpl-3+
License: UNKNOWN
 FIXME