1
2THIS LICENSE APPLIES ONLY TO iccjpeg.c file
3-----
4In plain English:
5
61. We don't promise that this software works.  (But if you find any bugs,
7   please let us know!)
82. You can use this software for whatever you want.  You don't have to pay us.
93. You may not pretend that you wrote this software.  If you use it in a
10   program, you must acknowledge somewhere in your documentation that
11   you've used the IJG code.
12
13In legalese:
14
15The authors make NO WARRANTY or representation, either express or implied,
16with respect to this software, its quality, accuracy, merchantability, or
17fitness for a particular purpose.  This software is provided "AS IS", and you,
18its user, assume the entire risk as to its quality and accuracy.
19
20This software is copyright (C) 1991-2013, Thomas G. Lane, Guido Vollbeding.
21All Rights Reserved except as specified below.
22
23Permission is hereby granted to use, copy, modify, and distribute this
24software (or portions thereof) for any purpose, without fee, subject to these
25conditions:
26(1) If any part of the source code for this software is distributed, then this
27README file must be included, with this copyright and no-warranty notice
28unaltered; and any additions, deletions, or changes to the original files
29must be clearly indicated in accompanying documentation.
30(2) If only executable code is distributed, then the accompanying
31documentation must state that "this software is based in part on the work of
32the Independent JPEG Group".
33(3) Permission for use of this software is granted only if the user accepts
34full responsibility for any undesirable consequences; the authors accept
35NO LIABILITY for damages of any kind.
36
37These conditions apply to any software derived from or based on the IJG code,
38not just to the unmodified library.  If you use our work, you ought to
39acknowledge us.
40
41Permission is NOT granted for the use of any IJG author's name or company name
42in advertising or publicity relating to this software or products derived from
43it.  This software may be referred to only as "the Independent JPEG Group's
44software".
45
46We specifically permit and encourage the use of this software as the basis of
47commercial products, provided that all warranty or liability claims are
48assumed by the product vendor.
49
50
51The Unix configuration script "configure" was produced with GNU Autoconf.
52It is copyright by the Free Software Foundation but is freely distributable.
53The same holds for its supporting scripts (config.guess, config.sub,
54ltmain.sh).  Another support script, install-sh, is copyright by X Consortium
55but is also freely distributable.
56
57The IJG distribution formerly included code to read and write GIF files.
58To avoid entanglement with the Unisys LZW patent, GIF reading support has
59been removed altogether, and the GIF writer has been simplified to produce
60"uncompressed GIFs".  This technique does not use the LZW algorithm; the
61resulting GIF files are larger than usual, but are readable by all standard
62GIF decoders.
63
64We are required to state that
65    "The Graphics Interchange Format(c) is the Copyright property of
66    CompuServe Incorporated.  GIF(sm) is a Service Mark property of
67    CompuServe Incorporated."
68