1 ** LibRaw: Raw images processing library **
2
3Copyright (C) 2008-2019 LibRaw LLC (http://www.libraw.org, info@libraw.org)
4
5LibRaw is free software; you can redistribute it and/or modify
6it under the terms of the one of two licenses as you choose:
7
81. GNU LESSER GENERAL PUBLIC LICENSE version 2.1
9   (See file LICENSE.LGPL provided in LibRaw distribution archive for details).
10
112. COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
12   (See file LICENSE.CDDL provided in LibRaw distribution archive for details).
13
14LibRaw uses code from dcraw.c -- Dave Coffin's raw photo decoder,
15dcraw.c is copyright 1997-2018 by Dave Coffin, dcoffin a cybercom o net.
16LibRaw do not use RESTRICTED code from dcraw.c
17
18LibRaw uses DCB demosaic and FBDD denoise licensed under BSD-like 3-clause license
19DCB and FBDD are Copyright (C) 2010,  Jacek Gozdz (cuniek@kft.umcs.lublin.pl)
20
21LibRaw uses X3F library to unpack Foveon Files, licensed BSD-style license
22Copyright (c) 2010, Roland Karlsson (roland@proxel.se)
23All rights reserved.
24
25LibRaw uses pieces of code from Adobe DNG SDK 1.4,
26Copyright (c) 2005 Adobe Systems Incorporated, licensed under MIT license
27
28