home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / VPR_DATA / 2TOKU / HPB20T / OS2 / OTHERS.TXT < prev    next >
Text File  |  1996-12-19  |  6KB  |  119 lines

  1. 他社製プログラムに対するご使用条件
  2.  
  3.   このファイルに記載の他社製プログラムは、その提供者から直接使用許諾さ
  4. れるものであり、IBMは、お客様に対し、いかなる保証もせず、またいかな
  5. る責任も負いません。お客様には、このファイルに記載の提供者の使用条件に
  6. 基づき、これらの他社製プログラムを使用していただきます。
  7.  
  8.  
  9. <The Independent JPEG Group's JPEG software のご使用条件>
  10.  
  11. LEGAL ISSUES
  12. ============
  13.  
  14. In plain English:
  15.  
  16. 1. We don't promise that this software works.  (But if you find any bugs,
  17.    please let us know!)
  18. 2. You can use this software for whatever you want.  You don't have to pay us.
  19. 3. You may not pretend that you wrote this software.  If you use it in a
  20.    program, you must acknowledge somewhere in your documentation that
  21.    you've used the IJG code.
  22.  
  23. In legalese:
  24.  
  25. The authors make NO WARRANTY or representation, either express or implied,
  26. with respect to this software, its quality, accuracy, merchantability, or
  27. fitness for a particular purpose.  This software is provided "AS IS", and you,
  28. its user, assume the entire risk as to its quality and accuracy.
  29.  
  30. This software is copyright (C) 1991, 1992, 1993, 1994, 1995, Thomas G. Lane.
  31. All Rights Reserved except as specified below.
  32.  
  33. Permission is hereby granted to use, copy, modify, and distribute this
  34. software (or portions thereof) for any purpose, without fee, subject to these
  35. conditions:
  36. (1) If any part of the source code for this software is distributed, then this
  37. README file must be included, with this copyright and no-warranty notice
  38. unaltered; and any additions, deletions, or changes to the original files
  39. must be clearly indicated in accompanying documentation.
  40. (2) If only executable code is distributed, then the accompanying
  41. documentation must state that "this software is based in part on the work of
  42. the Independent JPEG Group".
  43. (3) Permission for use of this software is granted only if the user accepts
  44. full responsibility for any undesirable consequences; the authors accept
  45. NO LIABILITY for damages of any kind.
  46.  
  47. These conditions apply to any software derived from or based on the IJG code,
  48. not just to the unmodified library.  If you use our work, you ought to
  49. acknowledge us.
  50.  
  51. Permission is NOT granted for the use of any IJG author's name or company name
  52. in advertising or publicity relating to this software or products derived from
  53. it.  This software may be referred to only as "the Independent JPEG Group's
  54. software".
  55.  
  56. We specifically permit and encourage the use of this software as the basis of
  57. commercial products, provided that all warranty or liability claims are
  58. assumed by the product vendor.
  59.  
  60.  
  61. ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
  62. sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
  63. ansi2knr.c is NOT covered by the above copyright and conditions, but instead
  64. by the usual distribution terms of the Free Software Foundation; principally,
  65. that you must include source code if you redistribute it.  (See the file
  66. ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
  67. of any program generated from the IJG code, this does not limit you more than
  68. the foregoing paragraphs do.
  69.  
  70. The configuration script "configure" was produced with GNU Autoconf.  It
  71. is copyright by the Free Software Foundation but is freely distributable.
  72.  
  73. It appears that the arithmetic coding option of the JPEG spec is covered by
  74. patents owned by IBM, AT&T, and Mitsubishi.  Hence arithmetic coding cannot
  75. legally be used without obtaining one or more licenses.  For this reason,
  76. support for arithmetic coding has been removed from the free JPEG software.
  77. (Since arithmetic coding provides only a marginal gain over the unpatented
  78. Huffman mode, it is unlikely that very many implementations will support it.)
  79. So far as we are aware, there are no patent restrictions on the remaining
  80. code.
  81.  
  82. WARNING: Unisys has begun to enforce their patent on LZW compression against
  83. GIF encoders and decoders.  You will need a license from Unisys to use the
  84. included rdgif.c or wrgif.c files in a commercial or shareware application.
  85. At this time, Unisys is not enforcing their patent against freeware, so
  86. distribution of this package remains legal.  However, we intend to remove
  87. GIF support from the IJG package as soon as a suitable replacement format
  88. becomes reasonably popular.
  89.  
  90. We are required to state that
  91.     "The Graphics Interchange Format(c) is the Copyright property of
  92.     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  93.     CompuServe Incorporated."
  94.  
  95.  
  96. <TIFF Software のご使用条件>
  97.  
  98. Copyright (c) 1988-1995 Sam Leffler
  99. Copyright (c) 1991-1995 Silicon Graphics, Inc.
  100.  
  101. Permission to use, copy, modify, distribute, and sell this software and 
  102. its documentation for any purpose is hereby granted without fee, provided
  103. that (i) the above copyright notices and this permission notice appear in
  104. all copies of the software and related documentation, and (ii) the names of
  105. Sam Leffler and Silicon Graphics may not be used in any advertising or
  106. publicity relating to the software without the specific, prior written
  107. permission of Sam Leffler and Silicon Graphics.
  108.  
  109. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  110. EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  111. WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  112.  
  113. IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  114. ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  115. OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  116. WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  117. LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  118. OF THIS SOFTWARE.
  119.