home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / APP / ANIPL218 / JPEG / LEGAL < prev    next >
Text File  |  2001-08-09  |  4KB  |  86 lines

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