LICENSE 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. (Copied from the README.)
  2. --------------------------------------------------------------------------------
  3. LICENSE extracted from IJG's jpeg distribution:
  4. -----------------------------------------------
  5. In plain English:
  6. 1. We don't promise that this software works. (But if you find any bugs,
  7. please let us know!)
  8. 2. You can use this software for whatever you want. You don't have to pay us.
  9. 3. 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. In legalese:
  13. The authors make NO WARRANTY or representation, either express or implied,
  14. with respect to this software, its quality, accuracy, merchantability, or
  15. fitness for a particular purpose. This software is provided "AS IS", and you,
  16. its user, assume the entire risk as to its quality and accuracy.
  17. This software is copyright (C) 1991-1998, Thomas G. Lane.
  18. All Rights Reserved except as specified below.
  19. Permission is hereby granted to use, copy, modify, and distribute this
  20. software (or portions thereof) for any purpose, without fee, subject to these
  21. conditions:
  22. (1) If any part of the source code for this software is distributed, then this
  23. README file must be included, with this copyright and no-warranty notice
  24. unaltered; and any additions, deletions, or changes to the original files
  25. must be clearly indicated in accompanying documentation.
  26. (2) If only executable code is distributed, then the accompanying
  27. documentation must state that "this software is based in part on the work of
  28. the Independent JPEG Group".
  29. (3) Permission for use of this software is granted only if the user accepts
  30. full responsibility for any undesirable consequences; the authors accept
  31. NO LIABILITY for damages of any kind.
  32. These conditions apply to any software derived from or based on the IJG code,
  33. not just to the unmodified library. If you use our work, you ought to
  34. acknowledge us.
  35. Permission is NOT granted for the use of any IJG author's name or company name
  36. in advertising or publicity relating to this software or products derived from
  37. it. This software may be referred to only as "the Independent JPEG Group's
  38. software".
  39. We specifically permit and encourage the use of this software as the basis of
  40. commercial products, provided that all warranty or liability claims are
  41. assumed by the product vendor.