jw项目windows环境软件安装
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
2.1 KiB

1 year ago
  1. ## Independent JPEG Group (IJG) JPEG v9d
  2. ### IJG License
  3. ```
  4. /*
  5. * jcapimin.c
  6. *
  7. * Copyright (C) 1994-1998, Thomas G. Lane.
  8. * Modified 2003-2010 by Guido Vollbeding.
  9. * This file is part of the Independent JPEG Group's software.
  10. * For conditions of distribution and use, see the accompanying README file.
  11. */
  12. [From the README file]
  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-2020, Thomas G. Lane, Guido Vollbeding.
  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.
  42. ```