本站源代码
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.

87 lines
4.1KB

  1. Independent JPEG Group License LEGAL ISSUES
  2. In plain English:
  3. 1. We don't promise that this software works. (But if you find any bugs, please
  4. let us know!)
  5. 2. You can use this software for whatever you want. You don't have to pay
  6. us.
  7. 3. You may not pretend that you wrote this software. If you use it in a program,
  8. you must acknowledge somewhere in your documentation that you've used the
  9. IJG code.
  10. In legalese:
  11. The authors make NO WARRANTY or representation, either express or implied,
  12. with respect to this software, its quality, accuracy, merchantability, or
  13. fitness for a particular purpose. This software is provided "AS IS", and you,
  14. its user, assume the entire risk as to its quality and accuracy.
  15. This software is copyright (C) 1991-1998, Thomas G. Lane. All Rights Reserved
  16. except as specified below.
  17. Permission is hereby granted to use, copy, modify, and distribute this software
  18. (or portions thereof) for any purpose, without fee, subject to these conditions:
  19. (1) If any part of the source code for this software is distributed, then
  20. this README file must be included, with this copyright and no-warranty notice
  21. unaltered; and any additions, deletions, or changes to the original files
  22. must be clearly indicated in accompanying documentation.
  23. (2) If only executable code is distributed, then the accompanying documentation
  24. must state that "this software is based in part on the work of the Independent
  25. JPEG Group".
  26. (3) Permission for use of this software is granted only if the user accepts
  27. full responsibility for any undesirable consequences; the authors accept NO
  28. LIABILITY for damages of any kind.
  29. These conditions apply to any software derived from or based on the IJG code,
  30. not just to the unmodified library. If you use our work, you ought to acknowledge
  31. us.
  32. Permission is NOT granted for the use of any IJG author's name or company
  33. name in advertising or publicity relating to this software or products derived
  34. from it. This software may be referred to only as "the Independent JPEG Group's
  35. software".
  36. We specifically permit and encourage the use of this software as the basis
  37. of commercial products, provided that all warranty or liability claims are
  38. assumed by the product vendor.
  39. ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
  40. sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park,
  41. CA. ansi2knr.c is NOT covered by the above copyright and conditions, but instead
  42. by the usual distribution terms of the Free Software Foundation; principally,
  43. that you must include source code if you redistribute it. (See the file ansi2knr.c
  44. for full details.) However, since ansi2knr.c is not needed as part of any
  45. program generated from the IJG code, this does not limit you more than the
  46. foregoing paragraphs do.
  47. The Unix configuration script "configure" was produced with GNU Autoconf.
  48. It is copyright by the Free Software Foundation but is freely distributable.
  49. The same holds for its supporting scripts (config.guess, config.sub, ltconfig,
  50. ltmain.sh). Another support script, install-sh, is copyright by M.I.T. but
  51. is also freely distributable.
  52. It appears that the arithmetic coding option of the JPEG spec is covered by
  53. patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot
  54. legally be used without obtaining one or more licenses. For this reason, support
  55. for arithmetic coding has been removed from the free JPEG software. (Since
  56. arithmetic coding provides only a marginal gain over the unpatented Huffman
  57. mode, it is unlikely that very many implementations will support it.) So far
  58. as we are aware, there are no patent restrictions on the remaining code.
  59. The IJG distribution formerly included code to read and write GIF files. To
  60. avoid entanglement with the Unisys LZW patent, GIF reading support has been
  61. removed altogether, and the GIF writer has been simplified to produce "uncompressed
  62. GIFs". This technique does not use the LZW algorithm; the resulting GIF files
  63. are larger than usual, but are readable by all standard GIF decoders.
  64. We are required to state that
  65. "The Graphics Interchange Format(c) is the Copyright property of CompuServe
  66. Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated."
上海开阖软件有限公司 沪ICP备12045867号-1