home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 February / VPR9802A.ISO / VPR_DATA / SPECIAL / KINGML10 / LICENSE.TXT < prev    next >
Text File  |  1997-10-23  |  9KB  |  175 lines

  1.                                           
  2.  
  3.      メールの王様 バージョン1.0 体験版「プログラムのご使用条件」
  4.  
  5.                         日本アイ・ビー・エム株式会社
  6.  
  7.  
  8.   この「プログラム」は、試験的・学習的使用と「プログラム」の機能評価目的のた
  9. めにのみご使用いただくものとします。
  10.   このご使用条件で定める場合を除いて、「プログラム」を複製すること、逆コンパ
  11. イル・逆アセンブルすること、または第三者に送信、再使用許諾・賃貸・貸与もしく
  12. は譲渡することはできません。
  13.   「プログラム」は特定物として現存するままの状態で提供されIBMは、この
  14. 「プログラム」の瑕疵およびその使用結果について一切保証もせず、いかなる損害賠
  15. 償責任も負いません。
  16.   この「プログラム」の著作権は、IBMにあります。
  17. この「プログラム」の使用期限は導入後30日です。なお、「プログラム」の使用権
  18. を終了させる場合には、本「プログラム」のすべてを破棄いただくものとします。
  19.  
  20.  
  21. 他社製プログラムに対するご使用条件
  22. ==================================
  23.  
  24. このプログラムには、以下の他社製プログラムが含まれています。これらの他社製プ
  25. ログラムは、その提供者から直接使用許諾されるものであり、IBMは、お客様に対
  26. していかなる保証もせず、またいかなる責任も負いません。お客様には、以下に記載
  27. の提供者の使用条件に基づきこれらの他社製プログラムを使用していただくものとし
  28. ます。
  29.  
  30. The Independent JPEG Group's JPEG software のご使用条件
  31. -------------------------------------------------------
  32.  
  33. LEGAL ISSUES
  34. ============
  35.  
  36. In plain English:
  37.  
  38. 1. We don't promise that this software works.  (But if you find any bugs,
  39.    please let us know!)
  40. 2. You can use this software for whatever you want.  You don't have to pay us.
  41. 3. You may not pretend that you wrote this software.  If you use it in a
  42.    program, you must acknowledge somewhere in your documentation that
  43.    you've used the IJG code.
  44.  
  45. In legalese:
  46.  
  47. The authors make NO WARRANTY or representation, either express or implied,
  48. with respect to this software, its quality, accuracy, merchantability, or
  49. fitness for a particular purpose.  This software is provided "AS IS", and you,
  50. its user, assume the entire risk as to its quality and accuracy.
  51.  
  52. This software is copyright (C) 1991, 1992, 1993, 1994, 1995, Thomas G. Lane.
  53. All Rights Reserved except as specified below.
  54.  
  55. Permission is hereby granted to use, copy, modify, and distribute this
  56. software (or portions thereof) for any purpose, without fee, subject to these
  57. conditions:
  58. (1) If any part of the source code for this software is distributed, then this
  59. README file must be included, with this copyright and no-warranty notice
  60. unaltered; and any additions, deletions, or changes to the original files
  61. must be clearly indicated in accompanying documentation.
  62. (2) If only executable code is distributed, then the accompanying
  63. documentation must state that "this software is based in part on the work of
  64. the Independent JPEG Group".
  65. (3) Permission for use of this software is granted only if the user accepts
  66. full responsibility for any undesirable consequences; the authors accept
  67. NO LIABILITY for damages of any kind.
  68.  
  69. These conditions apply to any software derived from or based on the IJG code,
  70. not just to the unmodified library.  If you use our work, you ought to
  71. acknowledge us.
  72.  
  73. Permission is NOT granted for the use of any IJG author's name or company name
  74. in advertising or publicity relating to this software or products derived from
  75. it.  This software may be referred to only as "the Independent JPEG Group's
  76. software".
  77.  
  78. We specifically permit and encourage the use of this software as the basis of
  79. commercial products, provided that all warranty or liability claims are
  80. assumed by the product vendor.
  81.  
  82.  
  83. ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
  84. sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
  85. ansi2knr.c is NOT covered by the above copyright and conditions, but instead
  86. by the usual distribution terms of the Free Software Foundation; principally,
  87. that you must include source code if you redistribute it.  (See the file
  88. ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
  89. of any program generated from the IJG code, this does not limit you more than
  90. the foregoing paragraphs do.
  91.  
  92. The configuration script "configure" was produced with GNU Autoconf.  It
  93. is copyright by the Free Software Foundation but is freely distributable.
  94.  
  95. It appears that the arithmetic coding option of the JPEG spec is covered by
  96. patents owned by IBM, AT&T, and Mitsubishi.  Hence arithmetic coding cannot
  97. legally be used without obtaining one or more licenses.  For this reason,
  98. support for arithmetic coding has been removed from the free JPEG software.
  99. (Since arithmetic coding provides only a marginal gain over the unpatented
  100. Huffman mode, it is unlikely that very many implementations will support it.)
  101. So far as we are aware, there are no patent restrictions on the remaining
  102. code.
  103.  
  104. WARNING: Unisys has begun to enforce their patent on LZW compression against
  105. GIF encoders and decoders.  You will need a license from Unisys to use the
  106. included rdgif.c or wrgif.c files in a commercial or shareware application.
  107. At this time, Unisys is not enforcing their patent against freeware, so
  108. distribution of this package remains legal.  However, we intend to remove
  109. GIF support from the IJG package as soon as a suitable replacement format
  110. becomes reasonably popular.
  111.  
  112. We are required to state that
  113.     "The Graphics Interchange Format(c) is the Copyright property of
  114.     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  115.     CompuServe Incorporated."
  116.  
  117.  
  118. TIFF Software のご使用条件
  119. --------------------------
  120.  
  121. Copyright (c) 1988-1995 Sam Leffler
  122. Copyright (c) 1991-1995 Silicon Graphics, Inc.
  123.  
  124. Permission to use, copy, modify, distribute, and sell this software and 
  125. its documentation for any purpose is hereby granted without fee, provided
  126. that (i) the above copyright notices and this permission notice appear in
  127. all copies of the software and related documentation, and (ii) the names of
  128. Sam Leffler and Silicon Graphics may not be used in any advertising or
  129. publicity relating to the software without the specific, prior written
  130. permission of Sam Leffler and Silicon Graphics.
  131.  
  132. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  133. EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  134. WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  135.  
  136. IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  137. ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  138. OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  139. WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  140. LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  141. OF THIS SOFTWARE.
  142.  
  143.  
  144. TWAIN Toolkit のご使用条件
  145. --------------------------
  146.  
  147. The TWAIN Working Group grants customer ("Customer") the worldwide,
  148. royalty-free, non-exclusive license to reproduce and distribute the
  149. software and documentation of the TWAIN toolkit ("TWAIN Toolkit"). The
  150. TWAIN Toolkit was designed to be used by third parties to assist them in
  151. becoming compliant with the TWAIN standard, but it has not been
  152. developed to the standards of a commercial product. Consequently, the
  153. TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working
  154. Group disclaims all warranties in the TWAIN toolkit whether implied,
  155. express or statutory, including, without limitation, the implied
  156. warranties of merchantability, noninfringement of third party rights and
  157. fitness for a particular purpose. The TWAIN Working Group disclaims all
  158. liability for damages, whether direct, indirect, special, incidental, or
  159. consequential, arising from the reproduction, distribution,
  160. modification, or other use of the TWAIN Toolkit.
  161.  
  162. As a condition of this license, Customer agrees to include in software
  163. programs based in whole or in part on the TWAIN Toolkit the following
  164. providions in (i) the header or similar file in such software and (ii)
  165. prominently in its documentation and to require its sublicensees to
  166. include these provisions in similar locations: The TWAIN Toolkit is
  167. distributed as is. The developer and distributors of the TWAIN Toolkit
  168. expressly disclaim all implied, express or statutory warranties
  169. including, without limitation, the implied warranties of
  170. merchantability, noninfringement of third party rights and fitness for a
  171. particular purpose. Neither the developers nor the distributors will be
  172. liable for damages, whether direct, indirect, special, incidental, or
  173. consequential, as a result of the reproduction, modification,
  174. distribution or other use of the TWAIN Toolkit.
  175.