File: copyright_hints

package info (click to toggle)
cgminer 4.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,860 kB
  • sloc: ansic: 75,257; php: 2,792; java: 387; makefile: 278; python: 73; sh: 31; ruby: 23
file content (681 lines) | stat: -rw-r--r-- 16,277 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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS

Files: 01-cgminer.rules
 A1-board-selector.h
 A1-common.h
 A1-desk-board-selector.c
 A1-trimpot-mcp4x.h
 API-README
 ASIC-README
 AUTHORS
 ChangeLog
 FPGA-README
 LICENSE
 MCast.class
 Makefile.am
 README
 api-example.php
 autogen.sh
 bench_block.h
 bitstreams/README
 bitstreams/fpgaminer_top_fixed7_197MHz.ncd
 ccan/Makefile.am
 ccan/compiler/_info
 ccan/compiler/compiler.h
 ccan/compiler/test/compile_fail-printf.c
 ccan/compiler/test/run-is_compile_constant.c
 ccan/opt/_info
 ccan/opt/helpers.c
 ccan/opt/opt.c
 ccan/opt/opt.h
 ccan/opt/parse.c
 ccan/opt/private.h
 ccan/opt/test/compile_ok-const-arg.c
 ccan/opt/test/run-checkopt.c
 ccan/opt/test/run-correct-reporting.c
 ccan/opt/test/run-helpers.c
 ccan/opt/test/run-iter.c
 ccan/opt/test/run-no-options.c
 ccan/opt/test/run-usage.c
 ccan/opt/test/run.c
 ccan/opt/test/utils.c
 ccan/opt/test/utils.h
 ccan/opt/usage.c
 ccan/typesafe_cb/_info
 ccan/typesafe_cb/test/compile_fail-cast_if_type-promotable.c
 ccan/typesafe_cb/test/compile_fail-typesafe_cb-int.c
 ccan/typesafe_cb/test/compile_fail-typesafe_cb.c
 ccan/typesafe_cb/test/compile_fail-typesafe_cb_cast-multi.c
 ccan/typesafe_cb/test/compile_fail-typesafe_cb_cast.c
 ccan/typesafe_cb/test/compile_fail-typesafe_cb_postargs.c
 ccan/typesafe_cb/test/compile_fail-typesafe_cb_preargs.c
 ccan/typesafe_cb/test/compile_ok-typesafe_cb-NULL.c
 ccan/typesafe_cb/test/compile_ok-typesafe_cb-undefined.c
 ccan/typesafe_cb/test/compile_ok-typesafe_cb-vars.c
 ccan/typesafe_cb/test/compile_ok-typesafe_cb_cast.c
 ccan/typesafe_cb/test/run.c
 ccan/typesafe_cb/typesafe_cb.h
 compat.h
 compat/.gitignore
 compat/Makefile.am
 compat/jansson-2.6/CHANGES
 compat/jansson-2.6/Makefile.am
 compat/jansson-2.6/configure.ac
 compat/jansson-2.6/jansson.pc.in
 compat/jansson-2.6/src/Makefile.am
 compat/jansson-2.6/src/error.c
 compat/jansson-2.6/src/jansson.def
 compat/jansson-2.6/src/strconv.c
 compat/libusb-1.0/Makefile.am
 compat/libusb-1.0/NEWS
 compat/libusb-1.0/PORTING
 compat/libusb-1.0/README
 compat/libusb-1.0/THANKS
 compat/libusb-1.0/TODO
 compat/libusb-1.0/configure.ac
 compat/libusb-1.0/libusb-1.0.pc.in
 compat/libusb-1.0/libusb/Makefile.am
 compat/libusb-1.0/libusb/libusb-1.0.def
 compat/libusb-1.0/libusb/libusb-1.0.rc
 compat/libusb-1.0/libusb/os/poll_posix.h
 compat/libusb-1.0/libusb/version.h
 compat/libusb-1.0/m4/.gitignore
 configure.ac
 crc16.c
 debian/NEWS
 debian/TODO.Debian
 debian/cgminer-api.1
 debian/clean
 debian/compat
 debian/control
 debian/docs
 debian/examples
 debian/install
 debian/links
 debian/manpages
 debian/patches/kfreebsd_usb.patch
 debian/patches/series
 debian/patches/system_jansson.patch
 debian/rules
 debian/source/format
 debian/source/options
 debian/watch
 driver-blockerupter.c
 driver-blockerupter.h
 elist.h
 example.conf
 i2c-context.h
 knc-asic.h
 lib/memchr.valgrind
 linux-usb-cgminer
 logging.h
 miner.h
 miner.php
 mknsis.sh
 spi-context.h
 usbtest.py
 util.h
 windows-build.txt
Copyright: *No copyright*
License: UNKNOWN
 FIXME

Files: m4/00gnulib.m4
 m4/extensions.m4
 m4/gnulib-cache.m4
 m4/gnulib-common.m4
 m4/gnulib-comp.m4
 m4/gnulib-tool.m4
 m4/include_next.m4
 m4/longlong.m4
 m4/memchr.m4
 m4/memmem.m4
 m4/mmap-anon.m4
 m4/multiarch.m4
 m4/sigaction.m4
 m4/signal_h.m4
 m4/signalblocking.m4
 m4/stddef_h.m4
 m4/stdint.m4
 m4/string_h.m4
 m4/warn-on-use.m4
 m4/wchar_t.m4
Copyright: 1999-2007, 2009-2011, Free Software Foundation, Inc
  2001-2002, 2006-2011, Free Software Foundation, Inc
  2001-2011, Free Software Foundation, Inc
  2002-2003, 2008-2011, Free Software Foundation, Inc
  2002-2004, 2007-2011, Free Software Foundation, Inc
  2002-2004, 2009-2011, Free Software Foundation, Inc
  2002-2011, Free Software Foundation, Inc
  2003, 2006-2011, Free Software Foundation, Inc
  2004-2005, 2009-2011, Free Software Foundation, Inc
  2005, 2007, 2009-2011, Free Software Foundation, Inc
  2006-2011, Free Software Foundation, Inc
  2007-2011, Free Software Foundation, Inc
  2008-2011, Free Software Foundation, Inc
  2009-2011, Free Software Foundation, Inc
  2010-2011, Free Software Foundation, Inc
License: UNKNOWN
 FIXME

Files: compat/jansson-2.6/src/dump.c
 compat/jansson-2.6/src/hashtable.c
 compat/jansson-2.6/src/hashtable.h
 compat/jansson-2.6/src/jansson.h
 compat/jansson-2.6/src/jansson_config.h.in
 compat/jansson-2.6/src/jansson_private.h
 compat/jansson-2.6/src/load.c
 compat/jansson-2.6/src/strbuffer.c
 compat/jansson-2.6/src/strbuffer.h
 compat/jansson-2.6/src/utf.c
 compat/jansson-2.6/src/utf.h
 compat/jansson-2.6/src/value.c
Copyright: 2009-2013, Petri Lehtinen <petri@digip.org>
  2010-2013, Petri Lehtinen <petri@digip.org>
License: UNKNOWN
 FIXME

Files: arg-nonnull.h
 c++defs.h
 lib/dummy.c
 lib/sig-handler.h
 lib/sigaction.c
 lib/signal.in.h
 lib/sigprocmask.c
 lib/stddef.in.h
 lib/stdint.in.h
 lib/string.in.h
 warn-on-use.h
Copyright: 1995-1996, 2001-2011, Free Software Foundation, Inc
  2001-2002, 2004-2011, Free Software Foundation, Inc
  2004, 2007, 2009-2011, Free Software Foundation, Inc
  2006-2011, Free Software Foundation, Inc
  2008-2011, Free Software Foundation, Inc
  2009-2011, Free Software Foundation, Inc
  2010-2011, Free Software Foundation, Inc
License: GPL-3+
 FIXME

Files: driver-bitfury.c
 driver-bitfury.h
 driver-drillbit.h
 libbitfury.h
 mcp2210.c
 mcp2210.h
Copyright: 2013, Con Kolivas
  2013-2014, Con Kolivas
  2014, Con Kolivas
License: GPL-3+
 FIXME

Files: A1-board-selector-CCD.c
 A1-board-selector-CCR.c
 A1-trimpot-mcp4x.c
 driver-SPI-bitmine-A1.c
 i2c-context.c
 spi-context.c
Copyright: 2013-2014, Zefir Kurtisi <zefir.kurtisi@gmail.com>
  2014, Zefir Kurtisi <zefir.kurtisi@gmail.com>
License: GPL-3+
 FIXME

Files: driver-spondoolies-sp10-p.c
 driver-spondoolies-sp10-p.h
 driver-spondoolies-sp10.c
 driver-spondoolies-sp30.c
Copyright: 2014, Con Kolivas <kernel@kolivas.org>
  2014, Zvi (Zvisha) Shteingart - Spondoolies-tech.com
License: GPL-3+
 FIXME

Files: driver-knc.c
 knc-asic.c
 knc-transport-spi.c
 knc-transport.h
Copyright: 2014, KnCminer
License: GPL-3+
 FIXME

Files: compat/libusb-1.0/libusb/os/poll_windows.c
 compat/libusb-1.0/libusb/os/poll_windows.h
 compat/libusb-1.0/libusb/os/windows_usb.c
 compat/libusb-1.0/libusb/os/windows_usb.h
Copyright: 2009-2010, Pete Batard <pbatard@gmail.com>
License: LGPL-2.1+
 FIXME

Files: api.c
 driver-bflsc.c
 logging.c
Copyright: 2011-2012, Con Kolivas
  2011-2014, Andrew Smith
  2011-2014, Con Kolivas
  2013, Andrew Smith
  2013-2014, Con Kolivas
License: GPL-3+
 FIXME

Files: driver-bflsc.h
 usbutils.c
 usbutils.h
Copyright: 2012-2013, Andrew Smith
  2013, Andrew Smith
  2013-2014, Con Kolivas <kernel@kolivas.org>
License: GPL-3+
 FIXME

Files: driver-minion.c
 klist.c
 klist.h
Copyright: 2013-2014, Andrew Smith - BlackArrow Ltd
License: GPL-3+
 FIXME

Files: driver-avalon2.h
 driver-hashratio.c
 driver-hashratio.h
Copyright: 2012-2014, Xiangfu <xiangfu@openmobilefree.com>
  2013-2014, Con Kolivas <kernel@kolivas.org>
License: GPL-3+
 FIXME

Files: compat/libusb-1.0/libusb/io.c
 compat/libusb-1.0/libusb/libusbi.h
 compat/libusb-1.0/libusb/os/linux_usbfs.h
Copyright: 2001, Johannes Erdfelt <johannes@erdfelt.com>
  2007, Daniel Drake <dsd@gentoo.org>
  2007-2009, Daniel Drake <dsd@gentoo.org>
License: LGPL-2.1+
 FIXME

Files: compat/libusb-1.0/libusb/os/linux_netlink.c
 compat/libusb-1.0/libusb/os/linux_udev.c
 compat/libusb-1.0/libusb/os/linux_usbfs.c
Copyright: 2001, Johannes Erdfelt <johannes@erdfelt.com>
  2007-2009, Daniel Drake <dsd@gentoo.org>
  2012-2013, Nathan Hjelm <hjelmn@mac.com>
  2013, Nathan Hjelm <hjelmn@mac.com>
License: LGPL-2.1+
 FIXME

Files: sha2.c
 sha2.h
Copyright: 2005, 2007 Olivier Gay <olivier.gay@a3.epfl.ch>
  2013, Con Kolivas <kernel@kolivas.org>
License: BSD-3-clause
 FIXME

Files: driver-avalon.c
 driver-avalon2.c
Copyright: 2012, Andrew Smith
  2012, Luke Dashjr
  2012-2013, Xiangfu <xiangfu@openmobilefree.com>
  2012-2014, Xiangfu <xiangfu@openmobilefree.com>
  2013-2014, Con Kolivas <kernel@kolivas.org>
License: GPL-3+
 FIXME

Files: driver-cointerra.c
 driver-cointerra.h
Copyright: 2013-2014, Con Kolivas <kernel@kolivas.org>
License: GPL-3+
 FIXME

Files: driver-spondoolies-sp10.h
 driver-spondoolies-sp30.h
Copyright: 2014, Con Kolivas <kernel@kolivas.org>
  2014, Zvi Shteingart - Spondoolies-tech.com
License: GPL-3+
 FIXME

Files: hf_protocol.h
 hf_protocol_be.h
Copyright: 2013-2014, HashFast Technologies LLC
License: GPL-3+
 FIXME

Files: bitforce-firmware-flash.c
 fpgautils.h
Copyright: 2012, Luke Dashjr
License: GPL-3+
 FIXME

Files: driver-spondoolies-sp30-p.c
 driver-spondoolies-sp30-p.h
Copyright: 2014, Zvi (Zvisha) Shteingart - Spondoolies-tech.com
License: GPL-3+
 FIXME

Files: compat/libusb-1.0/libusb/core.c
 compat/libusb-1.0/libusb/descriptor.c
Copyright: 2001, Johannes Erdfelt <johannes@erdfelt.com>
  2007, Daniel Drake <dsd@gentoo.org>
  2007-2008, Daniel Drake <dsd@gentoo.org>
  2012-2013, Nathan Hjelm <hjelmn@cs.unm.edu>
License: LGPL-2.1+
 FIXME

Files: compat/libusb-1.0/libusb/os/threads_windows.c
 compat/libusb-1.0/libusb/os/threads_windows.h
Copyright: 2010, Michael Plante <michael.plante@gmail.com>
License: LGPL-2.1+
 FIXME

Files: compat/libusb-1.0/libusb/os/darwin_usb.c
 compat/libusb-1.0/libusb/os/darwin_usb.h
Copyright: 2008-2013, Nathan Hjelm <hjelmn@users.sourceforge.net>
License: LGPL-2.1+
 FIXME

Files: uthash.h
Copyright: 2003-2013, Troy D. Hanson http://troydhanson.github.com/uthash/
License: BSD-2-clause
 FIXME

Files: compat/jansson-2.6/README.rst
Copyright: *No copyright*
License: Expat
 FIXME

Files: compat/jansson-2.6/LICENSE
Copyright: 2009-2013, Petri Lehtinen <petri@digip.org>
License: Expat
 FIXME

Files: lib/memchr.c
Copyright: 1991, 1993, 1996-1997, 1999-2000, 2003-2004, 2006, 2008-2011
License: GPL
 FIXME

Files: crc.h
Copyright: 2007-2009, Sebastien Bourdeauducq
License: GPL-3
 FIXME

Files: lib/str-two-way.h
Copyright: 2008-2011, Free Software Foundation, Inc
  A macro that canonicalizes an element right after
License: GPL-3+
 FIXME

Files: noncedup.c
Copyright: 2014, Andrew Smith
License: GPL-3+
 FIXME

Files: driver-bitmain.h
Copyright: 2013, BitMain <xlc1985@126.com>
  2013, BitMain project
  2014, Andrew Smith
License: GPL-3+
 FIXME

Files: driver-klondike.c
Copyright: 2013, Andrew Smith
  2013, Chris Savery
  2013, Con Kolivas
License: GPL-3+
 FIXME

Files: driver-bitforce.c
Copyright: 2012, Con Kolivas
  2012, Luke Dashjr
  2012-2013, Andrew Smith
License: GPL-3+
 FIXME

Files: libbitfury.c
Copyright: 2013, Andrew Smith
  2013, bitfury
  2014, Con Kolivas
License: GPL-3+
 FIXME

Files: fpgautils.c
Copyright: 2012, Andrew Smith
  2012, Luke Dashjr
  2013, Con Kolivas <kernel@kolivas.org>
License: GPL-3+
 FIXME

Files: driver-icarus.c
Copyright: 2012, Xiangfu <xiangfu@openmobilefree.com>
  2012-2013, Andrew Smith
  2013-2014, Con Kolivas <kernel@kolivas.org>
License: GPL-3+
 FIXME

Files: driver-bitmain.c
Copyright: 2012-2013, Lingchao Xu <lingchao.xu@bitmaintech.com>
  2014, Andrew Smith
License: GPL-3+
 FIXME

Files: driver-modminer.c
Copyright: 2012, Luke Dashjr
  2012-2013, Andrew Smith
License: GPL-3+
 FIXME

Files: driver-bab.c
Copyright: 2013, bitfury
  2013-2014, Andrew Smith
License: GPL-3+
 FIXME

Files: driver-drillbit.c
Copyright: 2013, Angus Gratton
  2013, Con Kolivas
  2013, James Nichols
License: GPL-3+
 FIXME

Files: driver-avalon.h
Copyright: 2013, Avalon project
  2013-2014, Con Kolivas <kernel@kolivas.org>
License: GPL-3+
 FIXME

Files: util.c
Copyright: 2010, Jeff Garzik
  2011-2014, Con Kolivas
License: GPL-3+
 FIXME

Files: cgminer.c
Copyright: 2010, Jeff Garzik
  2011-2012, Luke Dashjr
  2011-2014, Con Kolivas
License: GPL-3+
 FIXME

Files: driver-hashfast.h
Copyright: 2013, Hashfast
  2013-2014, Con Kolivas <kernel@kolivas.org>
License: GPL-3+
 FIXME

Files: driver-hashfast.c
Copyright: 2013, Hashfast Inc
  2013-2014, Con Kolivas <kernel@kolivas.org>
License: GPL-3+
 FIXME

Files: hexdump.c
Copyright: 2009, Daniel Mack <daniel@caiaq.de>
License: GPL-3+
 FIXME

Files: lib/memmem.c
Copyright: 1991-1994, 1996-1998, 2000, 2004, 2007-2011, Free Software
License: GPL-3+
 FIXME

Files: api-example.rb
Copyright: 2014, James Hilliard
License: GPL-3+
 FIXME

Files: api-example.c
Copyright: 2011, Kano
License: GPL-3+
 FIXME

Files: api-example.py
Copyright: 2013, Setkeh Mkfr
License: GPL-3+
 FIXME

Files: bitstreams/COPYING_fpgaminer
Copyright: 2011-2012, fpgaminer@bitcoin-mining.com
License: GPL-3+
 FIXME

Files: ccan/opt/LICENSE
Copyright: 1989, 1991 Free Software Foundation, Inc.
  <year> <name of author>
  disclaimer" for the program, if
  interest in the program
  law:
  the software, and
  year name of author
License: GPL-ever
 FIXME

Files: COPYING
Copyright: 2007, Free Software Foundation, Inc. <http://fsf.org/>
  <year> <name of author>
  are not
  disclaimer" for the program, if necessary
  if you do
  law
  law, except executing it on a
  on the Program, and are irrevocable provided the stated
  on the software, and (2) offer you this License
  permission
  permission, other than the making of an
  treaty adopted on 20 December 1996, or
License: GPL-ever
 FIXME

Files: compat/libusb-1.0/libusb/sync.c
Copyright: 2007-2008, Daniel Drake <dsd@gentoo.org>
License: LGPL-2.1+
 FIXME

Files: compat/libusb-1.0/libusb/libusb.h
Copyright: 2001, Johannes Erdfelt <johannes@erdfelt.com>
  2007-2008, Daniel Drake <dsd@gentoo.org>
  2012, Peter Stuge <peter@stuge.se>
  2012-2013, Nathan Hjelm <hjelmn@cs.unm.edu>
License: LGPL-2.1+
 FIXME

Files: compat/libusb-1.0/libusb/os/openbsd_usb.c
Copyright: 2011, Martin Pieuchot <mpi@openbsd.org>
License: LGPL-2.1+
 FIXME

Files: compat/libusb-1.0/libusb/hotplug.c
Copyright: 2012-2013, Nathan Hjelm <hjelmn@mac.com>
  2012-2013, Peter Stuge <peter@stuge.se>
License: LGPL-2.1+
 FIXME

Files: compat/libusb-1.0/libusb/hotplug.h
Copyright: 2012, Nathan Hjelm <hjelmn@users.sourceforge.net>
  2012, Peter Stuge <peter@stuge.se>
License: LGPL-2.1+
 FIXME

Files: compat/libusb-1.0/libusb/os/threads_posix.h
Copyright: 2010, Peter Stuge <peter@stuge.se>
License: LGPL-2.1+
 FIXME

Files: compat/libusb-1.0/libusb/os/threads_posix.c
Copyright: 2011, Peter Stuge <peter@stuge.se>
  2011, Vitali Lovich <vlovich@aliph.com>
License: LGPL-2.1+
 FIXME

Files: ccan/typesafe_cb/LICENSE
Copyright: 1991, 1999 Free Software Foundation, Inc
  <year> <name of author>
  disclaimer" for the library
  interest in the
  law: that is to say, a work containing the Library or a
  the
License: LGPL-ever
 FIXME

Files: compat/libusb-1.0/COPYING
Copyright: 1991, 1999 Free Software Foundation, Inc
  <year> <name of author>
  disclaimer" for the library, if
  interest in the
  law: that is to say, a work containing the Library or a
  the
License: LGPL-ever
 FIXME

Files: API.java
Copyright: Andrew Smith 2012-2013
License: UNKNOWN
 FIXME

Files: MCast.java
Copyright: Andrew Smith 2013
License: UNKNOWN
 FIXME

Files: compat/jansson-2.6/src/memory.c
Copyright: 2009-2013, Petri Lehtinen <petri@digip.org>
  2011-2012, Basile Starynkevitch <basile@starynkevitch.net>
License: UNKNOWN
 FIXME

Files: compat/libusb-1.0/AUTHORS
Copyright: 2001, Johannes Erdfelt <johannes@erdfelt.com>
  2007-2009, Daniel Drake <dsd@gentoo.org>
  2008-2013, Nathan Hjelm <hjelmn@users.sourceforge.net>
  2009-2012, Pete Batard <pete@akeo.ie>
  2010, Michael Plante <michael.plante@gmail.com>
  2010-2012, Peter Stuge <peter@stuge.se>
  2011-2012, Hans de Goede <hdegoede@redhat.com>
  2012, Martin Pieuchot <mpi@openbsd.org>
License: UNKNOWN
 FIXME

Files: m4/onceonly.m4
Copyright: 2002-2003, 2005-2006, 2008-2011, Free Software Foundation
License: UNKNOWN
 FIXME

Files: lib/Makefile.am
Copyright: 2002-2011, Free Software Foundation, Inc
  header cut off
License: UNKNOWN
 FIXME

Files: ccan/compiler/LICENSE
Copyright: 2007, Free Software Foundation, Inc. <http://fsf.org/>
License: UNKNOWN
 FIXME

Files: compat/jansson-2.6/src/pack_unpack.c
Copyright: 2009-2013, Petri Lehtinen <petri@digip.org>
  2011-2012, Graeme Smecher <graeme.smecher@mail.mcgill.ca>
License: UNKNOWN
 FIXME

Files: NEWS
Copyright: dates
  year
License: UNKNOWN
 FIXME