home *** CD-ROM | disk | FTP | other *** search
/ math.s.chiba-u.ac.jp / www.math.s.chiba-u.ac.jp.zip / www.math.s.chiba-u.ac.jp / asir / Distribution < prev    next >
Text File  |  1994-06-07  |  7KB  |  189 lines

  1.  Distribution Notice
  2.  An Experimental Computer Algebra System Risa/Asir
  3.                         23 May, 1994
  4.  
  5.             Taku Takeshima
  6.             Computational Mathematics Group
  7.             Institute for Social Information Science, 
  8.             FUJITSU LABORATORIES LIMITED
  9.             140 Miyamoto, Numazu-shi, Shizuoka, 410-03 JAPAN
  10.             TEL. +81-559-24-7210, FAX. +81-559-24-6180
  11.             E-mail. tak@iias.flab.fujitsu.co.jp
  12.  
  13.  
  14.         Copyright (C) FUJITSU LABORATORIES LIMITED. 
  15.         3 March 1994. All rights reserved.
  16.  
  17. This is a non-commercial, binary version of Risa/Asir, 
  18. an experimental computer algebra system (``Risa/Asir'') 
  19. developed at FUJITSU LABORATORIES LIMITED (``FLL'' or ``we''). 
  20. Risa/Asir includes 
  21. binaries of other parties' contribution whose use is permitted 
  22. for non-profit purposes. 
  23. They are 
  24. (1) Hans-J. Boehm's Garbage Collector, and 
  25. (2) Henri Cohen's PARI. 
  26. Thus, permission granted hereunder is also subject to the conditions 
  27. as stated below in 4.
  28.  
  29. Risa/Asir is created as an experimental system and still under 
  30. ongoing updates and technical evolution.  
  31. Therefore, any comment concerning Risa/Asir based on its use is 
  32. welcomed and such comment should be addressed to the address: 
  33.  
  34.                e-mail: noro@iias.flab.fujitsu.co.jp.
  35.  
  36. [1. Permission:]
  37. Permission to use, copy and re-distribute Risa/Asir and 
  38. its documentation for NON-PROFIT PURPOSES is hereby granted without fee, 
  39. provided that 
  40.  
  41. (1a) the above copyright notice appears in all copies, 
  42.  
  43. (1b) both the copyright notice and the distribution notice 
  44. appear in the supporting documentation, and that 
  45.  
  46. (1c) on publication, oral or printed, of the result obtained through 
  47. use of Risa/Asir, an explicit reference to Risa/Asir is made. 
  48.  
  49. For profitable purposes, the user is requested to make a 
  50. special contract with FLL. (e-mail: tak@iias.flab.fujitsu.co.jp)
  51.  
  52. [2. Modification:] 
  53. We think that modification of Risa/Asir is difficult and 
  54. there is no need for modification for ordinary users. 
  55. However, if any user wants to modify Risa/Asir, such user is 
  56. requested to contact to FLL. (e-mail: tak@iias.flab.fujitsu.co.jp)
  57.  
  58. [3. Disclaimer of warranty:]
  59. (3a) Risa/Asir AND ITS SUPPORTING DOCUMENTATION ARE PROVIDED AS IS. 
  60. FLL MAKES ABSOLUTELY NO WARRANTY EXPRESSED OR IMPLIED, INCLUDING WITHOUT 
  61. LIMITATION THOSE FOR MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
  62. PURPOSE, REGARDING Risa/Asir AND ITS SUPPORTING DOCUMENTATION AND 
  63. THE USE THEREOF. ANY USE IS AT THE USER'S OWN RISK. 
  64.  
  65. (3b) In no event, FLL shall become liable 
  66. to the user or any other party for any loss or damage, 
  67. consequential or otherwise, 
  68. arising from the use of Risa/Asir by the user or any other party, 
  69. including but not limited to loss of data or data being rendered 
  70. inaccurate or losses sustained by the user or any other third party. 
  71.  
  72. [4. Other parties' proprietary:]
  73. We note that Risa/Asir uses the following publicly spread softwares.  
  74. All rights regarding the softwares are owned 
  75. by the respective proper parties as is noted below.  
  76.  
  77. Although all rights of those softwares are reserved by the respective 
  78. parties, they have no responsibilities for any results which may arise 
  79. in using them through Risa/Asir. 
  80. Risa/Asir, indeed, owes very much to those excellent publicly 
  81. spread softwares for making up its weak points. 
  82. But any blames, criticism and comments should be directed 
  83. to us in case of any inconvenience.  
  84.  
  85. (4a) Boehm's Garbage Collector
  86. Risa/Asir owes its memory management to the garbage collector 
  87. first developed by Hans-J. Boehm and his colleagues.  
  88. Copyright and permission notices of the garbage collector is 
  89. declared as follows. 
  90.  
  91. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  92. % NOTICE: The quotation, contact address and ftp address hereunder   %
  93. % should be maintained correctly, for example,                       % 
  94. % when a new version of the garbage collector is incorporated.       %
  95. % Especially, the correct VERSION NUMBER must be included.           %
  96. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  97.  
  98. ``Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
  99. Copyright (c) 1991-1994 by Xerox Corporation.  All rights reserved.
  100.  
  101. THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
  102. OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
  103.  
  104. Permission is hereby granted to copy this garbage collector for any purpose,
  105. provided the above notices are retained on all copies.
  106.  
  107. This is version 3.7.  Note that functions were renamed since version 1.9
  108. to make naming consistent with PCR collectors.''
  109.  
  110.  
  111. We put the whole README file of Boehm's garbage collector, whose binary 
  112. is included in Risa/Asir, in the same top 
  113. directory as Risa/Asir is placed.  
  114.  
  115. Contact address is 
  116.  
  117.                e-mail: boehm@parc.xerox.com. 
  118.  
  119.  
  120. The full source codes and its full documentation are obtained by 
  121. anonymous ftp from 
  122.  
  123.  
  124.                        parcftp.xerox.com:pub/gc/gc4.0.tar.Z.
  125.  
  126.  
  127. (4b) PARI
  128.  
  129. Multi-precision floating point number operations (arithmetic, 
  130. mathematical function evaluation and  many other related functions) 
  131. of Risa/Asir is performed by PARI system 
  132. developed by C. Batut, D. Bernardi, H. Cohen and M. Olivier.  
  133.  
  134. We provide, for users' convenience, Risa/Asir with PARI binaries 
  135. linked together, though 
  136. we could leave installation and linkage of PARI with the portion 
  137. which we have created in Risa/Asir as a matter for users. 
  138.  
  139. Here we cite the copyright notice from its README file. 
  140.  
  141. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  142. % NOTICE: The quotation, contact address and ftp address hereunder   %
  143. % should be maintained correctly, for example,                      % 
  144. % when a new version of PARI is incorporated.                        %
  145. % Especially, the correct VERSION NUMBER must be included.           %
  146. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  147.  
  148. ``Copyright notice:
  149.  
  150. This is version 1.38 of PARI, (c) 1989-1993 by
  151. C. Batut, D. Bernardi, H. Cohen and M. Olivier.
  152.  
  153. This software is intended as a service to the scientific community,
  154. but the authors cannot be held responsible for any consequences,
  155. either direct or indirect, which the use of this package may have.
  156. It can be freely copied and spread, as long as no files are modified, and
  157. that the whole package (source and manual), including this README file
  158. is included. 
  159.  
  160. .....(intermediate lines are skipped).....
  161.  
  162.   Again, we repeat that you must feel free to spread PARI if you think
  163. it useful, with this README file included. However do NOT spread modified
  164. versions without getting permission from us. ''
  165.  
  166.  
  167. We put the whole README file of PARI, whose binary is included in 
  168. Risa/Asir, 
  169. in the same top directory as Risa/Asir is placed.  
  170.  
  171. Contact address is 
  172.  
  173.                e-mail: pari@ceremab.u-bordeaux.fr.
  174.  
  175. The full source codes and its full documentation are obtained by 
  176. anonymous ftp from 
  177.  
  178.                        megrez.ceremab.u-bordeaux.fr (147.210.16.17) 
  179.                        directory pub/pari.
  180.  
  181.  
  182. [Acknowledgement] 
  183. We are grateful to Dr. Hans-J. Boehm at Xerox corporation 
  184. who kindly granted us to include binary of his garbage collector 
  185. in our distribution.  
  186. We are also grateful to Prof. Henri Cohen at Universite Bordeaux I, 
  187. who also kindly granted us to include his PARI system binary 
  188. in our distribution. 
  189.