OSDN Git Service

ruby-1.9.1-rc1
[splhack/AndroidRuby.git] / lib / ruby-1.9.1-rc1 / ext / bigdecimal / README
1
2   Ruby BIGDECIMAL(Variable Precision) extension library.
3   Copyright (C) 1999  by Shigeo Kobayashi(shigeo@tinyforest.gr.jp)
4
5 BigDecimal is copyrighted free software by Shigeo Kobayashi <shigeo@tinyforest.gr.jp>.
6 You can redistribute it and/or modify it under either the terms of the GPL
7 (see COPYING file), or the conditions below:
8
9   1. You may make and give away verbatim copies of the source form of the
10      software without restriction, provided that you duplicate all of the
11      original copyright notices and associated disclaimers.
12
13   2. You may modify your copy of the software in any way, provided that
14      you do at least ONE of the following:
15
16        a) place your modifications in the Public Domain or otherwise
17           make them Freely Available, such as by posting said
18           modifications to Usenet or an equivalent medium, or by allowing
19           the author to include your modifications in the software.
20
21        b) use the modified software only within your corporation or
22           organization.
23
24        c) rename any non-standard executables so the names do not conflict
25           with standard executables, which must also be provided.
26
27        d) make other distribution arrangements with the author.
28
29   3. You may distribute the software in object code or executable
30      form, provided that you do at least ONE of the following:
31
32        a) distribute the executables and library files of the software,
33           together with instructions (in the manual page or equivalent)
34           on where to get the original distribution.
35
36        b) accompany the distribution with the machine-readable source of
37           the software.
38
39        c) give non-standard executables non-standard names, with
40           instructions on where to get the original software distribution.
41
42        d) make other distribution arrangements with the author.
43
44   4. You may modify and include the part of the software into any other
45      software (possibly commercial).
46
47   5. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
48      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
49      WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
50      PURPOSE.
51
52 * The Author
53
54 Feel free to send comments and bug reports to the author.  Here is the 
55 author's latest mail address:
56
57   shigeo@tinyforest.gr.jp
58
59 -------------------------------------------------------
60 created at: Thu Dec 22 1999