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
|
This package was debianized by Achim Bohnet <[email protected]>
on Tue, 20-Feb-2007.
It was downloaded from https://sourceforge.net/projects/kipi
Upstream authors (from AUTHORS file):
Library wrapper:
Caulier Gilles <[email protected]>
Marcel Wiesweg <[email protected]>
CONTRIBUTORS:
Angelo Naselli <[email protected]>
Gerhard Kulzer <[email protected]>
Achim Bohnet <[email protected]>
Guillaume Castagnino <[email protected]>
(k)dcraw source and manpage
Dave Coffin <[email protected]>
AUTHORS AND MAINTAINERS :
Copyright:
© 2005-2008 Gilles Caulier <[email protected]>
© 2006-2008 Marcel Wiesweg <[email protected]>
© 2007-2008 Guillaume Castagnino <[email protected]>
© 2005 Laurent Montel <[email protected]>
© 1997-2008 Dave Coffin <[email protected]>
License:
This program 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, 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 General Public License for more details.
The Debian packaging is
© 2007 Mark Purcell <[email protected]>,
© 2007,2008 Achim Bohnet <[email protected]>
and is licensed under the GPL, see above.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
libkdcraw/dcraw/ contains a copy of dcraw code. dcraw Copyright:
dcraw.c -- Dave Coffin's raw photo decoder
Copyright 1997-2008 by Dave Coffin, dcoffin a cybercom o net
This is a command-line ANSI C program to convert raw photos from
any digital camera on any computer running any operating system.
No license is required to download and use dcraw.c. However,
to lawfully redistribute dcraw, you must either (a) offer, at
no extra charge, full source code* for all executable files
containing RESTRICTED functions, (b) distribute this code under
the GPL Version 2 or later, (c) remove all RESTRICTED functions,
re-implement them, or copy them from an earlier, unrestricted
Revision of dcraw.c, or (d) purchase a license from the author.
The functions that process Foveon images have been RESTRICTED
since Revision 1.237. All other code remains free for all uses.
*If you have not modified dcraw.c in any way, a link to my
homepage qualifies as "full source code".
|