File: copyright

package info (click to toggle)
libgphoto2 2.5.27-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 28,976 kB
  • sloc: ansic: 136,010; javascript: 11,755; sh: 5,292; xml: 4,857; perl: 975; makefile: 750; python: 363; yacc: 337; lex: 92; cpp: 22; sed: 16
file content (917 lines) | stat: -rw-r--r-- 36,420 bytes parent folder | download
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
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
X-Debianized-By: Christophe Barbe <christophe@ufies.org>
X-Debianized-Date: Mon Nov 4 11:07:49 CEST 2002.
Source: https://github.com/gphoto/libgphoto2/

Files: *
Copyright: Lutz Müller <lutz@users.sourceforge.net>
           Scott Fritzinger <scottf@unr.edu>
           Hubert Figuiere <hfiguiere@teaser.fr>
           Marcus Meissner <marcus@jet.franken.de>
License: LGPL-2+

Files: camlibs/adc65/*
Copyright: 2001, Benjamin Moos <benjamin@psnw.com>
License: GPL-2

Files: camlibs/agfa-cl20/*
Copyright: 2002-2003, Philipp Poeml
           2002-2003, Dennis Noordsij
License: LGPL-2+

Files: camlibs/aox/*
Copyright: 2003-2007, Theodore Kilgore <kilgota@auburn.edu>
           2009,      Dan Fandrich <dan@coneharvesters.com>
License: LGPL-2+

Files: camlibs/ax203/ax203.h
       camlibs/ax203/ax203_compress_jpeg.c
       camlibs/ax203/ax203_decode_yuv.c
       camlibs/ax203/ax203.c
       camlibs/ax203/ax203_decode_yuv_delta.c
       camlibs/ax203/library.c
Copyright: 2010-2012, Hans de Goede <hdegoede@redhat.com>
License: LGPL-2.1+

Files: camlibs/ax203/jidctflt.c
Copyright: 1991-1998, Thomas G. Lane
License: IJG

Files: camlibs/ax203/jpeg_memsrcdest.c
Copyright: 1994-1996, Thomas G. Lane
           2010,      Hans de Goede
License: IJG

Files: camlibs/ax203/tinyjpeg.h
       camlibs/ax203/tinyjpeg.c
Copyright: 2006, Luc Saillard <luc@saillard.org>
           2010, Hans de Goede <hdegoede@redhat.com>
License: BSD-3-Clause

Files: camlibs/ax203/tinyjpeg-internal.h
Copyright: 2006, Luc Saillard <luc@saillard.org>
           2010, Hans de Goede <hdegoede@redhat.com>
License: BSD-3-Clause

Files: camlibs/barbie/*
Copyright: 2000, Scott Fritzinger <scottf@unr.edu>
           2000, Andreas Meyer <ahm@spies.com>
           2000, Pete Zaitcev <zaitcev@metabyte.com>
           2000, Jeff Laing <jeffl@SPATIALinfo.com>
           2007, Marcus Meissner <marcus@jet.franken.de>
License: LGPL-2+

Files: camlibs/canon/*
Copyright: 1999, Wolfgang G. Reissnegger
           1999, Werner Almesberger
           1999, J.A. Bezemer
           2000, Philippe Marzouk
           2000, Edouard Lafargue
           2000, Mikael Nyström
License: LGPL-2+

Files: camlibs/casio/*
Copyright: 2001, Lutz Müller
           2004, Michael Haardt
License: LGPL-2+

Files: camlibs/casio/cam2jpgtab.h
       camlibs/casio/jpegtab_f.h
Copyright: Ken-ichi HAYASHI <xg2k-hys@asahi-net.or.jp>
           Jun-ichiro "itojun" Itoh <itojun@itojun.org>
License: LGPL-2+ or BSD-3-clause

Files: camlibs/clicksmart310/*
Copyright: 2006, Theodore Kilgore <kilgota@auburn.edu>
License: LGPL-2+

Files: camlibs/digigr8/*
Copyright: 2005-2012, Theodore Kilgore <kilgota@auburn.edu>
License: LGPL-2.1+

Files: camlibs/digigr8/library.c
Copyright: 2005-2010, Theodore Kilgore <kilgota@auburn.edu>
License: LGPL-2+

Files: camlibs/digigr8/digi_postprocess.c
Copyright: 2001,       Michael Trawny
           2005, 2007, Kilgore <kilgota@auburn.edu>
License: LGPL-2.1+

Files: camlibs/digita/*
Copyright: 1999-2001, Johannes Erdfelt
License: LGPL-2+

Files: camlibs/dimera/mesalib.c
       camlibs/dimera/mesalib.h
       camlibs/dimera/dimera3500.c
Copyright: 2000-2001, Brian Beattie <beattie@aracnet.com>
License: other-2

Files: camlibs/dimera/dimeratab.h
Copyright: ?, Chuck Homic <chuck@vvisions.com>
Comment: The author seems to be in MIA. Following the project
License: LGPL-2+

Files: camlibs/directory/*
Copyright: 2001, Lutz Müller <lutz@users.sf.net>
           2005, Marcus Meissner <marcus@jet.franken.de>
           2007, Hubert Figuiere <hub@figuiere.net>
License: LGPL-2+

Files: camlibs/enigma13/*
Copyright: 2004, Olivier Fauchon <olivier@aixmarseille.com>
License: LGPL-2+

Files: camlibs/fuji/*
Copyright: 2002, Lutz Müller <lutz@users.sourceforge.net>
License: LGPL-2+

Files: camlibs/fuji/fuji.c
Copyright: 1997,       Mamoru Ohno
           1998, 2001, Matthew G. Martin <matt.martin@ieee.org>
           2002,       Lutz Mueller <lutz@users.sourceforge.net>
           ?           Michael Smith <michael@csuite.ns.ca>
           ?           Thierry Bousch <bousch@topo.math.u-psud.fr>
License: GPL-2+

Files: camlibs/gsmart300/*
Copyright: ?     Till Adam <till@adam-lilienthal.de>
           2002, Jérôme Lodewyck <jerome.lodewyck@ens.fr>
License: LGPL-2+

Files: camlibs/hp215/*
Copyright: 1986,      Stephen Satchell, Satchell Evaluations
           1986,      Chuck Forsberg, Omen Technology
           2002,      Jason Surprise <thesurprises1@attbi.com>
           2002-2003, Enno Bartels <ennobartels@t-online.de>
           2005,      Marcus Meissner <marcus@jet.franken.de>
License: LGPL-2+

Files: camlibs/iclick/*
Copyright: 2004, Theodore Kilgore <kilgota@auburn.edu>
           2004, Stephen Pollei <stephen_pollei@comcast.net>
License: LGPL-2+

Files: camlibs/jamcam/*
Copyright: 2001 Chris Pinkham <cpinkham@infi.net>
License: LGPL-2+

Files: camlibs/jd11/*
Copyright: 1999-2001, Marcus Meissner <marcus@jet.franken.de>
License: LGPL-2+

Files: camlibs/jl2005a/*
Copyright: 2006-2007, Theodore Kilgore <kilgota@auburn.edu>
License: LGPL-2+

Files: camlibs/jl2005c/jl2005c.c
       camlibs/jl2005c/jl2005bcd_decompress.h
       camlibs/jl2005c/jl2005c.h
       camlibs/jl2005c/library.c
Copyright: 2006-2010, Theodore Kilgore <kilgota@auburn.edu>
License: LGPL-2+

Files: camlibs/jl2005c/jl2005bcd_decompress.c
Copyright: 2010, Theodore Kilgore <kilgota@auburn.edu>
           2010, Hans de Goede <hdegoede@redhat.com>
License: LGPL-2.1+

Files: camlibs/jl2005c/img_enhance.h
       camlibs/jl2005c/img_enhance.c
Copyright: 2010, Theodore Kilgore <kilgota@auburn.edu>
License: GPL-2+

Files: camlibs/jl2005c/jpeg_memsrcdest.c
Copyright: 1994-1996, Thomas G. Lane
           2010,      Hans de Goede
License: IJG

Files: camlibs/kodak/dc120/*
Copyright: ?, Scott Fritzinger
License: LGPL-2+

Files: camlibs/kodak/dc210/*
Copyright: 2002, Michel Koltan <koltan@gmx.de>
License: LGPL-2+

Files: camlibs/kodak/dc240/*
Copyright: 2001-2002, Hubert Figuiere <hfiguiere@teaser.fr>
           2000-2002, Scott Fritzinger
License: LGPL-2+

Files: camlibs/kodak/dc3200/*
Copyright: 2000-2002, Donn Morrison <dmorriso@gulf.uvic.ca>
License: LGPL-2+

Files: camlibs/kodak/ez200/ez200.c
Copyright: 2004, Bucas Jean-François <jfbucas@tuxfamily.org>
License: LGPL-2+

Files: camlibs/konica/*
Copyright: 2001, Lutz Müller <lutz@users.sourceforge.net>
           2003, Marcus Meissner <marcus@jet.franken.de>
           2003, Aurélien Croc (AP²C) <programming@ap2c.com>
License: LGPL-2+

Files: camlibs/largan/*
Copyright: 2001, Lutz Müller <lutz@users.sourceforge.net>
           2002,      Hubert Figuiere <hfiguiere@teaser.fr>
License: LGPL-2+

Files: camlibs/lg_gsm/*
Copyright: 2003, Theodore Kilgore <kilgota@auburn.edu>
           2005, Guillaume Bedot <littletux@zarb.org>
License: LGPL-2+

Files: camlibs/mars/*
Copyright: 2003-2004, 2008, Theodore Kilgore <kilgota@auburn.edu>
           2008,            Amauri Magagna
License: LGPL-2+

Files: camlibs/minolta/*
Copyright: 2000-2001, Gus Hartmann <gphoto-dimagev@gus-the-cat.org>
License: GPL-2+

Files: camlibs/mustek/*
Copyright: 1999-2000,  Henning Zabel <henning@uni-paderborn.de>
License: GPL-2+

Files: camlibs/mustek/mdc800.c
Copyright: 1999-2000, Henning Zabel <henning@uni-paderborn.de>
           2001,      Marcus Meissner <marcus@jet.franken.de>
License: LGPL-2+

Files: camlibs/panasonic/*
Copyright: 1999, Galen Brooks <galen@nine.com>
           2000, Fredrik Roubert <roubert@df.lth.se>
           2000, Mariusz Zynel <mariusz@mizar.org>
           2001, Andrew Selkirk <aselkirk@mailandnews.com>
License: LGPL-2.1+

Files: camlibs/panasonic/coolshot/*
Copyright: 2001, Chris Pinkham
License: LGPL-2+

Files: camlibs/pccam300/*
Copyright: Till Adam <till@adam-lilienthal.de>
           Miah Gregory <mace@darksilence.net>
License: LGPL-2+

Files: camlibs/pccam600/*
Copyright: Peter Kajberg <pbk@odense.kollegienet.dk>
License: LGPL-2+

Files: camlibs/pentax/*
Copyright: 2008, Pontus Lidman <pontus@lysator.liu.se>
License: GPL-3+

Files: camlibs/pentax/library.c
Copyright: 2011,2017, Marcus Meissner <meissner@suse.de>
License: LGPL-2.1+

Files: camlibs/pentax/js0n.c
Copyright: 2014 Jeremie Miller
comments: Contributions/improvements welcome via github at
          https://github.com/quartzjer/js0n
License: public-domain

Files: camlibs/pentax/pslr.c
       camlibs/pentax/pslr_enum.c
       camlibs/pentax/pslr_lens.c
       camlibs/pentax/pslr_model.c
       camlibs/pentax/pslr.h
       camlibs/pentax/pslr_enum.h
       camlibs/pentax/pslr_lens.h
       camlibs/pentax/pslr_model.h
       camlibs/pentax/pslr_scsi.h
Copyright: 2004,      Jens Dreyer <jens.dreyer@udo.edu>
           2008,      Pontus Lidman <pontus@lysator.liu.se>
           2011,      Vincenc Podobnik <vincenc.podobnik@gmail.com>
           2011-2019, Andras Salamon <andras.salamon@melda.info>
           2012,      Camilo Polymeris <cpolymeris@gmail.com>
           2013,      Ethan Queen <ethanqueen@gmail.com>
           2016,      Tao Wang <twang2218@gmail.com>
License: LGPL-3+

Files: camlibs/polaroid/*
Copyright: ?     Peter Desnoyers <pjd@fred.cambridge.ma.us>
           2001, Lutz Müller <lutz@users.sourceforge.net>
           2001, Nathan Stenzel <nathanstenzel@users.sourceforge.net>
           2001, Michael Trawny <trawny99@users.sourceforge.net>
           2002, Marcus Meissner <marcus@jet.franken.de>
           2003, Mark Slemko <slemkom@users.sourceforge.net>
License: LGPL-2+

Files: camlibs/polaroid/jpeghead.h
Copyright: ? Nathan Stenzel <nathanstenzel@users.sourceforge.net>
License: LGPL-2+

Files: camlibs/ptp2/config.c
       camlibs/ptp2/music-players.h
       camlibs/ptp2/usb.c
       camlibs/ptp2/ptp-pack.c
       camlibs/ptp2/ptp.c
       camlibs/ptp2/ptp.h
       camlibs/ptp2/library.c
       camlibs/ptp2/ptpip.c
       camlibs/ptp2/ptp-private.h
       camlibs/ptp2/ptp-bugs.h
       camlibs/ptp2/device-flags.h
Copyright: 2001-2005, Mariusz Woloszyn <emsi@ipartners.pl>
           2003-2019, Marcus Meissner <marcus@jet.franken.de>
           2005-2006, Hubert Figuiere <hfiguiere@teaser.fr>
           2005-2007, Richard A. Low <richard@wentnet.com>
           2005-2013, Linus Walleij <triad@df.lth.se>
           2007,      Ted Bullock
           2007,      Tero Saarni <tero.saarni@gmail.com>
           2009,      Axel Waggershauser <awagger@web.de>
           2012,      Sony Mobile Communications AB
License: LGPL-2+

Files: camlibs/ptp2/olympus-wrap.c
       camlibs/ptp2/olympus-wrap.h
Copyright: 2012-2013, Marcus Meissner  <marcus@jet.franken.de>
License: LGPL-2.1+

Files: camlibs/ricoh/*
Copyright: 1986, Stephen Satchell
           2002, Lutz Müller <lutz@users.sourceforge.net>
           2003, Marcus Meissner <marcus@jet.franken.de>
License: LGPL-2+

Files: camlibs/ricoh/crctab.h
Copyright: 1986, Stephen Satchell
           1986, Gary S. Brown
License: other-3

Files: camlibs/samsung/*
Copyright: 2000, James McKenzie
           2001, Lutz Müller
           2002, Marcus Meissner
License: LGPL-2+

Files: camlibs/sierra/*
Copyright: 2001-2002, Lutz Müller <lutz@users.sf.net>
           2002,      Patrick Mansfield <patman@aracnet.com>
           ?,         David Selmeczi <david@esr.elte.hu>
License: LGPL-2+

Files: camlibs/sierra/sierra-usbwrap.c
       camlibs/sierra/sierra-usbwrap.h
Copyright: 2002,      Lutz Mueller <lutz@users.sourceforge.net>
           2012-2013, Marcus Meissner <marcus@jet.franken.de>
License: LGPL-2.1+

Files: camlibs/sipix/*
Copyright: 2002,      Vincent Sanders <vince@kyllikki.org>
           2002-2003, Marcus Meissner <marcus@jet.franken.de>
License: LGPL-2+

Files: camlibs/smal/*
Copyright: 2003, Lee Benfield <lee@benf.org>
License: LGPL-2+

Files: camlibs/sonix/*
Copyright: 2005, Theodore Kilgore <kilgota@auburn.edu>
           2008, Amauri Magagna
License: LGPL-2+

Files: camlibs/sonydscf1/*
Copyright: ?,         M. Adam Kendall <joker@penguinpub.com>
           1996-1997, Ken-ichi Hayashi
           2002,      Bart van Leeuwen <bart@netage.nl>
           2002,      Lutz Muller <lutz@users.sourceforge.net>
           2002,      Dan Fandrich <dan@coneharvesters.com>
           2006-2008, Marcus Meissner <marcus@jet.franken.de>
Comment: The upstream will fix this in next release. For now following the project.
License: LGPL-2+

Files: camlibs/sonydscf55/*
Copyright: 2000,           Mark Davies <mdavies@dial.pipex.com>
           2001-2002, 2004 Raymond Penners <raymond@dotsphinx.com>
License: LGPL-2+

Files: camlibs/soundvision/*
Copyright: 1999-2000, Johannes Erdfelt, VA Linux Systems
           2001-2003, Vince Weaver <vince@deater.net>
License: LGPL-2+

Files: camlibs/soundvision/tiger_fastflicks.c
Copyright: ?,         Dr. William Bland <wjb@abstractnonsense.com>
           ?,         Adrien Hernot <amh@BSD-DK.dk>
           2002-2003, Vince Weaver <vince@deater.net>
License: LGPL-2+

Files: camlibs/spca50x/*
Copyright: 2002-2004, Till Adam <till@adam-lilienthal.de>
                      Ian MacArthur <ian@imm.uklinux.net>
                      John Maushammer <gphoto2@maushammer.com>
License: LGPL-2+

Files: camlibs/sq905/*
Copyright: 2003-2010, Theodore Kilgore <kilgota@auburn.edu>
License: LGPL-2+

Files: camlibs/st2205/*
Copyright: 2010, Hans de Goede <hdegoede@redhat.com>
License: LGPL-2.1+

Files: camlibs/stv0674/*
Copyright: 2000,       Adam Harrison <adam@antispin.org>
           2000, 2002, Vince Sanders <vince@kyllikki.org>
License: LGPL-2+

Files: camlibs/stv0680/*
Copyright: 2000, Adam Harrison <adam@antispin.org>
License: GPL-2+

Files: camlibs/stv0680/demosaic_sharpen.c
Copyright: 2002, Kurt Garloff <garloff@suse.de>
License: GPL-1

Files: camlibs/stv0680/saturate.c
       camlibs/stv0680/saturate.h
Copyright: 1995, Spencer Kimball
           1995, Peter Mattis
License: GPL-2+

Files: camlibs/stv0680/sharpen.c
Copyright: 1997-1998, Michael Sweet <mike@easysw.com>
License: GPL-2+

Files: camlibs/sx330z/*
Copyright: 2002, Dominik Kuhlen <dkuhlen@fhm.edu>
License: LGPL-2+

Files: camlibs/template/*
Copyright: 2001, Lutz Müller <lutz@users.sourceforge.net>
           2005, Hans Ulrich Niedermann <gp@n-dimensional.de>
License: LGPL-2+

Files: camlibs/topfield/*
Copyright: 2004, Peter Urbanec <toppy@urbanec.net>
           2008, Marcus Meissner
License: GPL-2+

Files: camlibs/toshiba/*
Copyright: 2003, David Hogue <david@jawa.gotdns.org>
License: LGPL-2+

Files: camlibs/tp6801/*
Copyright: 2011, Hans de Goede <hdegoede@redhat.com>
License: LGPL-2.1+

Files: doc/api/gphoto2-api.sgml
Copyright: 2000, The Free Software Foundation
License: LGPL-1.1+

Files: examples/lunkwill-canon-capture.c
       examples/sample-capture.c
       examples/preview.c
Copyright: 2008
License: public-domain-1

Files: gphoto2/*
Copyright: 2000-2001, Scott Fritzinger
           2001,      Lutz Mueller <lutz@users.sf.net>
           2002,      Hans Ulrich Niedermann <gp@n-dimensional.de>
           2008-2009, Marcus Meissner
License: LGPL-2+

Files: libgphoto2/*
Copyright: 2000,      Scott Fritzinger
           2001-2002, Lutz Mueller <lutz@users.sf.net>
           2002,      Hans Ulrich Niedermann <gp@n-dimensional.de>
           2007-2008, Theodore Kilgore <kilgota@auburn.edu>
           ?          Eero Salminen <esalmine@gmail.com>
           ?          Keigo Hirakawa
           ?          Thomas W. Parks
           2009,      Marcus Meissner
License: LGPL-2+

Files: libgphoto2/exif.c
       libgphoto2/exif.h
Copyright: 1999, Matthew G. Martin
           ?     Edouard Lafargue
           ?     Thierry Bousch <bousch@topo.math.u-psud.fr>
           ?     Paul Wood <pwood@cs.bris.ac.uk>
License: GPL-2+

Files: libgphoto2_port/*
Copyright: 1999,       Beat Christen <spiff@longstreet.ch>
           1999,       Scott Fritzinger <scottf@unr.edu>
           1999-2000,  Johannes Erdfelt <johannes@erdfelt.com>
           2000,       Philippe Marzouk <pmarzouk@bigfoot.com>
           2000,       Edouard Lafargue <Edouard.Lafargue@bigfoot.com>
           2001-2002,  Lutz Müller <lutz@users.sf.net>
           2002, 2007, Hans Ulrich Niedermann <gp@n-dimensional.de>
           2005, 2007, Hubert Figuiere <hub@figuiere.net>
           2006-2015,  Marcus Meissner <marcus@jet.franken.de>
           2010-2012,  Hans de Goede <hdegoede@redhat.com>
License: LGPL-2+

Files: libgphoto2_port/usbdiskdirect/linux.c
       libgphoto2_port/usbscsi/linux.c
Copyright: 2010-2012, Hans de Goede <hdegoede@redhat.com>
License: LGPL-2.1+

Files: libgphoto2_port/po/*
Copyright: 2000,                  Daniele Medri <madrid@linux.it>
           2000,                  Andreas Hyden <a.hyden@cyberpoint.se>
           2000-2002,             Scott Fritzinger <scottf@unr.edu> et al
           2001,                  Jérôme Fenal <jerome@fenal.org>
           2001-2002,             Colin Marquardt <colin@marquardt-home.de>
           2002,                  Fabian Mandelbaum
           2002,                  Evandro Gardenali <evandro@fasternet.com.br>
           2002,                  Stefan Björnelund <stefanb@Update.UU.SE>
           2002,                  Sverker Wiberg <sverkerw@update.uu.se>
           2002,                  Wang Li <charles@linux.net.cn>
           2003, 2005, 2013,      Marcus Meissner <marcus@jet.franken.de>
           2005,                  Ngô Trần Thủy <ngotranthuy@gmail.com>
           2005,                  I<F1>aki Larra<F1>aga <dooteo@euskalgnu.org>
           2005-2015,             Marco Colombo <m.colombo@ed.ac.uk>
           2005, 2013, 2015       Wei-Lun Chao <bluebat@member.fsf.org>
           2005-2016,             Jakub Bogusz <qboosh@pld-linux.org>
           2005, 2007, 2012-2014, Mogens Jaeger <mogensjaeger@gmail.com>
           2006-2007,             Maxim V. Dziumanenko <dziumanenko@gmail.com>
           2006-2007,             Daniel Nylander <po@danielnylander.se>
           2008-2010,             Clytie Siddall <clytie@riverland.net.au>
           2008, 2010, 2012,      Ivan Masár <helix84@centrum.sk>
           2008-2014, 2016        Benno Schulenberg <benno@vertaalt.nl>
           2010, 2016             Fabrício Godoy <skarllot@gmail.com>
           2010-2016,             Yuri Kozlov <yuray@komyakino.ru>
           2011,                  Dimitri Duc <dimitri.duc@gmail.com>
           2012, 2016,            Lutz Mueller and others
           2012-2016,             Yuri Chornoivan <yurchor@ukr.net>
           2012-2014,2017         Trần Ngọc Quân <vnwildman@gmail.com>
           2012-2014,             David Prévot <david@tilapin.org>
           2012-2016,             Jorma Karvonen <karvonen.jorma@gmail.com>
           2012-2016,             Мирослав Николић <miroslavnikolic@rocketmail.com>
           2015-2016,             Sebastian Rasmussen <sebras@gmail.com>
           2016,                  Joe Hansen <joedalton2@yahoo.dk>
           2016,                  Mingye Wang (Arthur2e5) <arthur200126@gmail.com>
           2016,                  Stéphane Aulery <lkpo@free.fr>
           2018,                  Francisco Javier Serrador <fserrador@gmail.com>
License: LGPL-2+

Files: libgphoto2_port/gphoto-m4/gp-byteorder.m4
       libgphoto2_port/gphoto-m4/gp-stdint.m4
Copyright: ?, 2001, Dan Fandrich <dan@coneharvesters.com>
License: public-domain

Files: gphoto-m4/gp-byteorder.m4
       gphoto-m4/gp-stdint.m4
Copyright: ?, 2001, Dan Fandrich <dan@coneharvesters.com>
License: public-domain

Files: packaging/generic/print-camera-list.c
Copyright: 2002,      Lutz Müller <lutz@users.sourceforge.net>
           2002,2005, Hans Ulrich Niedermann <hun@users.sourceforge.net>
           2005,      Julien BLACHE <jblache@debian.org>
License: LGPL-2+

Files: packaging/rpm/Makefile.am
Copyright: 2001, Hans Ulrich Niedermann <gp@n-dimensional.de>
           2009, marcusmeissner
Comment: The upstream will fix this in next release. For now following the project.
License: LGPL-2+

Files: tests/*
Copyright: 2001,                       Lutz Mueller <lutz@users.sf.net>
           2005-2006,                  Hans Ulrich Niedermann <gp@n-dimensional.de>
License: LGPL-2+

Files: po/*
Copyright: 2000,      Keld Simonsen <keld@dkuug.dk>
           2000,      Mandelbaum <fabman@mandrakesoft.com>
           2000,      Lutz Müller <lutz@users.sf.net>
           2000,      Daniele Medri <madrid@linux.it>
           2000,      Yukihiro Nakai <nakai@gnome.gr.jp>
           2000,      Andreas Hyden <a.hyden@cyberpoint.se>
           2000,      Yuri Syrota <rasta@renome.rovno.ua>
           2000-2002, Scott Fritzinger <scottf@unr.edu>
           2001,      Jérôme Fenal <jerome@fenal.org>
           2001-2002, Colin Marquardt <colin@marquardt-home.de>
           2001-2004, Takeshi Aihana <aihana@gnome.gr.jp>
           2002,      AMANO Kazuhiro <haa13142@jnb.odn.ne.jp>
           2002,      Stefan Björnelund <stefanb@update.uu.se>
           2002,      Sverker Wiberg <sverkerw@update.uu.se>
           2002,      Wang Li <charle@linux.net.cn>
           2002-2003, Fabian Mandelbaum <fabman@mandrakesoft.com>
           2003,      Aurélien Croc <aurelien@ap2c.com>
           2003,      Tamas Szanto <tszanto@mol.hu>
           2003-2019, Marcus Meissner <marcus@jet.franken.de>
           2004,      Quique <quique@sindominio.net>
           2005,      Hizkuntza Politikarako Sailburuordetza <hizkpol@ej-gv.es>
           2005,      Valek Filippov <frob@df.ru>
           2005,      Вячеслав Диконов (Vyacheslav Dikonov) <slava@altlinux.ru>
           2005-2007, Maxim V. Dziumanenko <dziumanenko@gmail.com>
           2005-2015, Marco Colombo <m.colombo@ed.ac.uk>
           2006,      Kurt De Bree <kdebree(AT)telenet(DOT)be>
           2006-2018, Jakub Bogusz <qboosh@pld-linux.org>
           2007-2010, Clytie Siddall <clytie@riverland.net.au>
           2008-2009, Tadashi Jokagi <elf2000@users.sourceforge.net>
           2008-2014, Mogens Jaeger <mogensjaeger@gmail.com>
           2009,      Dimitri Duc <dimitri.duc@gmail.com>
           2012,      Pavel Maryanov <acid@jack.kiev.ua>
           2012-2014, David Prévot <david@tilapin.org>
           2012-2017, Trần Ngọc Quân <vnwildman@gmail.com>
           2012-2018, Yuri Chornoivan <yurchor@ukr.net>
           2013,      Pavel Borecki <pavel.borecki@gmail.com>
           2013,      Marek Černocký <marek@manet.cz>
           2015,      Christian Kirbach <christian.kirbach@gmail.com>
           2015-2019, Sebastian Rasmussen <sebras@gmail.com>
           2016-2019, Joe Hansen <joedalton2@yahoo.dk>
           2016-2019  Stéphane Aulery <lkppo@free.fr>
           2017,      Boyuan Yang <073plan@gmail.com>
License: LGPL-2+

Files: debian/*
Copyright: 2002-2004, christophe barbe <christophe@debian.org>
           2004-2007, Frederic Peters <fpeters@debian.org>
           2005,      Julien BLACHE <jblache@debian.org>
           2005,      Aigars Mahinovs <aigarius@debian.org>
           2008-2009, Cyril Brulebois <kibi@debian.org>
           2010-2012, David Paleino <dapal@debian.org>
           2011,      Ana Beatriz Guerrero Lopez <ana@debian.org>
           2013,      Markus Koschany <apo@gambaru.de>
           2013,      Modestas Vainius <modax@debian.org>
           2014,      Laurent Bigonville <bigon@debian.org>
           2014,      Andreas Barth <aba@ayous.org>
           2015-2019, Herbert Parentes Fortes Neto <hpfn@debian.org>
License: LGPL-2+

Files: debian/libgphoto2.metainfo.xml
Copyright: 2018 Herbert Parentes Fortes Neto <hpfn@debian.org>
License: MIT

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: GPL-1
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 1 of the License.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 1 can be found in "/usr/share/common-licenses/GPL-1".

License: GPL-2
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: GPL-2+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: GPL-3+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

License: LGPL-1.1+
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation
 License, Version 1.1 or any later version published by the
 Free Software Foundation with no Invariant Sections, no
 Front-Cover Texts, and no Back-Cover Texts.
Comment: LGPL-2.0+ is being chosen to comply with the DFSG. For the
 complete license text, see: /usr/share/common-licenses/LGPL-2

License: LGPL-2+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-2".

License: LGPL-2.1+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-2.1".

License: LGPL-3+
 This program is free software: you can redistribute it and/or 
 modify it under the terms of the GNU Lesser General Public 
 License as published by the Free Software Foundation, either 
 version 3 of the License, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 and GNU Lesser General Public License along with this program.  
 If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-3"


License: IJG
 Independent JPEG Group License
 .
 LEGAL ISSUES
 .
 In plain English:
 .
 1. We don't promise that this software works. (But if you find any bugs, 
    please let us know!)
 2. You can use this software for whatever you want. You don't have to pay us.
 3. You may not pretend that you wrote this software. If you use it in a 
    program , you must acknowledge somewhere in your documentation that you've
    used the IJG code.
 .
 In legalese:
 .
 The authors make NO WARRANTY or representation, either express or implied, 
 with respect to this software, its quality, accuracy, merchantability, or 
 fitness for a particular purpose. This software is provided "AS IS", and you,
 its user, assume the entire risk as to its quality and accuracy.
 .
 This software is copyright (C) 1991-1998, Thomas G. Lane. All Rights Reserved
 except as specified below.
 .
 Permission is hereby granted to use, copy, modify, and distribute this 
 software (or portions thereof) for any purpose, without fee, subject to these
 conditions:
 .
 (1) If any part of the source code for this software is distributed, then this
 README file must be included, with this copyright and no-warranty notice
 unaltered; and any additions, deletions, or changes to the original files must
 be clearly indicated in accompanying documentation.
 (2) If only executable code is distributed, then the accompanying 
 documentation must state that "this software is based in part on the work of 
 the Independent
 JPEG Group".
 (3) Permission for use of this software is granted only if the user accepts
 full responsibility for any undesirable consequences; the authors accept NO
 LIABILITY for damages of any kind.
 .
 These conditions apply to any software derived from or based on the IJG code,
 not just to the unmodified library. If you use our work, you ought to
 acknowledge us.
 .
 Permission is NOT granted for the use of any IJG author's name or company name
 in advertising or publicity relating to this software or products derived from
 it. This software may be referred to only as "the Independent JPEG Group's
 software".
 .
 We specifically permit and encourage the use of this software as the basis of
 commercial products, provided that all warranty or liability claims are 
 assumed by the product vendor.
 .
 ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
 sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, 
 CA. ansi2knr.c is NOT covered by the above copyright and conditions, but 
 instead by the usual distribution terms of the Free Software Foundation; 
 principally, that you must include source code if you redistribute it. (See 
 the file ansi2knr.c for full details.) However, since ansi2knr.c is not needed
 as part of any program generated from the IJG code, this does not limit you 
 more than the foregoing paragraphs do.
 .
 The Unix configuration script "configure" was produced with GNU Autoconf. It
 is copyright by the Free Software Foundation but is freely distributable. The
 same holds for its supporting scripts (config.guess, config.sub, ltconfig,
 ltmain.sh). Another support script, install-sh, is copyright by M.I.T. but is
 also freely distributable.
 .
 It appears that the arithmetic coding option of the JPEG spec is covered by
 patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot
 legally be used without obtaining one or more licenses. For this reason,
 support for arithmetic coding has been removed from the free JPEG software.
 (Since arithmetic coding provides only a marginal gain over the unpatented
 Huffman mode, it is unlikely that very many implementations will support it.)
 So far as we are aware, there are no patent restrictions on the remaining code.
 .
 The IJG distribution formerly included code to read and write GIF files. To
 avoid entanglement with the Unisys LZW patent, GIF reading support has been
 removed altogether, and the GIF writer has been simplified to produce
 "uncompressed GIFs". This technique does not use the LZW algorithm; the
 resulting GIF files are larger than usual, but are readable by all standard
 GIF decoders.
 .
 We are required to state that
 "The Graphics Interchange Format(c) is the Copyright property of CompuServe
 Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated."

License: BSD-3-Clause
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.

License: other-2
 This software was created with the help of proprietary
 information belonging to StarDot Technologies
 .
 Permission to copy and use and modify this file is granted
 provided the above notices are retained, intact.

License: other-3
 Programmers may incorporate any or all code into their programs,
 giving proper credit within the source. Publication of the
 source routines is permitted so long as proper credit is given
 to Stephen Satchell, Satchell Evaluations and Chuck Forsberg,
 Omen Technology.

License: public-domain
 My contribution is hereby placed into the public domain.
 No warranty is expressed or implied.

License: public-domain-1
 This code released into the public domain 21 July 2008