epoll*: favor shutdown(2) for keepalive timeout
[rainbows.git] / LICENSE
blob02d634c772c0dc15e1e23926f95f1887a282a69a
1 \Rainbows! is copyrighted Free Software by all contributors, see the logs in
2 revision control for names and email addresses of all of them.
4 You can redistribute it and/or modify it under either the terms of the
5 GNU General Public License (GPL) as published by the Free Software
6 Foundation (FSF), version {3.0}[http://www.gnu.org/licenses/gpl-3.0.txt]
7 or version {2.0}[http://www.gnu.org/licenses/gpl-2.0.txt]
8 or the Ruby-specific license terms (see below).
10 The \Rainbows! project leader (Eric Wong) reserves the right to add future
11 versions of the GPL (and no other licenses) as published by the FSF to
12 the licensing terms.
14 === Ruby-specific terms (if you're not using the GPLv2/GPLv3)
16   1. You may make and give away verbatim copies of the source form of the
17      software without restriction, provided that you duplicate all of the
18      original copyright notices and associated disclaimers.
20   2. You may modify your copy of the software in any way, provided that
21      you do at least ONE of the following:
23        a) place your modifications in the Public Domain or otherwise make them
24        Freely Available, such as by posting said modifications to Usenet or an
25        equivalent medium, or by allowing the author to include your
26        modifications in the software.
28        b) use the modified software only within your corporation or
29           organization.
31        c) rename any non-standard executables so the names do not conflict with
32        standard executables, which must also be provided.
34        d) make other distribution arrangements with the author.
36   3. You may distribute the software in object code or executable
37      form, provided that you do at least ONE of the following:
39        a) distribute the executables and library files of the software,
40        together with instructions (in the manual page or equivalent) on where
41        to get the original distribution.
43        b) accompany the distribution with the machine-readable source of the
44        software.
46        c) give non-standard executables non-standard names, with
47           instructions on where to get the original software distribution.
49        d) make other distribution arrangements with the author.
51   4. You may modify and include the part of the software into any other
52      software (possibly commercial).  But some files in the distribution
53      are not written by the author, so that they are not under this terms.
55   5. The scripts and library files supplied as input to or produced as
56      output from the software do not automatically fall under the
57      copyright of the software, but belong to whomever generated them,
58      and may be sold commercially, and may be aggregated with this
59      software.
61   6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
62      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
63      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
64      PURPOSE.