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