LICENSE.jpeg.txt 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. The source code to this library used with SDL_image can be found here:
  2. http://www.libsdl.org/projects/SDL_image/libs/
  3. ---
  4. LEGAL ISSUES
  5. ============
  6. In plain English:
  7. 1. We don't promise that this software works. (But if you find any bugs,
  8. please let us know!)
  9. 2. You can use this software for whatever you want. You don't have to pay us.
  10. 3. You may not pretend that you wrote this software. If you use it in a
  11. program, you must acknowledge somewhere in your documentation that
  12. you've used the IJG code.
  13. In legalese:
  14. The authors make NO WARRANTY or representation, either express or implied,
  15. with respect to this software, its quality, accuracy, merchantability, or
  16. fitness for a particular purpose. This software is provided "AS IS", and you,
  17. its user, assume the entire risk as to its quality and accuracy.
  18. This software is copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding.
  19. All Rights Reserved except as specified below.
  20. Permission is hereby granted to use, copy, modify, and distribute this
  21. software (or portions thereof) for any purpose, without fee, subject to these
  22. conditions:
  23. (1) If any part of the source code for this software is distributed, then this
  24. README file must be included, with this copyright and no-warranty notice
  25. unaltered; and any additions, deletions, or changes to the original files
  26. must be clearly indicated in accompanying documentation.
  27. (2) If only executable code is distributed, then the accompanying
  28. documentation must state that "this software is based in part on the work of
  29. the Independent JPEG Group".
  30. (3) Permission for use of this software is granted only if the user accepts
  31. full responsibility for any undesirable consequences; the authors accept
  32. NO LIABILITY for damages of any kind.
  33. These conditions apply to any software derived from or based on the IJG code,
  34. not just to the unmodified library. If you use our work, you ought to
  35. acknowledge us.
  36. Permission is NOT granted for the use of any IJG author's name or company name
  37. in advertising or publicity relating to this software or products derived from
  38. it. This software may be referred to only as "the Independent JPEG Group's
  39. software".
  40. We specifically permit and encourage the use of this software as the basis of
  41. commercial products, provided that all warranty or liability claims are
  42. assumed by the product vendor.
  43. The IJG distribution formerly included code to read and write GIF files.
  44. To avoid entanglement with the Unisys LZW patent, GIF reading support has
  45. been removed altogether, and the GIF writer has been simplified to produce
  46. "uncompressed GIFs". This technique does not use the LZW algorithm; the
  47. resulting GIF files are larger than usual, but are readable by all standard
  48. GIF decoders.
  49. We are required to state that
  50. "The Graphics Interchange Format(c) is the Copyright property of
  51. CompuServe Incorporated. GIF(sm) is a Service Mark property of
  52. CompuServe Incorporated."