TUNING: document worker_processes tuning
[unicorn.git] / LICENSE
blobd48c2d42e84ba613a190ef5ef354b17184180cd8
1 Unicorn is copyrighted free software by all contributors, see logs in
2 revision control for names and email addresses of all of them.  You can
3 redistribute it and/or modify it under either the terms of the
4 {GPL2}[http://www.gnu.org/licenses/gpl-2.0.txt] (see link:COPYING) or
5 the conditions below:
7   1. You may make and give away verbatim copies of the source form of the
8      software without restriction, provided that you duplicate all of the
9      original copyright notices and associated disclaimers.
11   2. You may modify your copy of the software in any way, provided that
12      you do at least ONE of the following:
14        a) place your modifications in the Public Domain or otherwise make them
15        Freely Available, such as by posting said modifications to Usenet or an
16        equivalent medium, or by allowing the author to include your
17        modifications in the software.
19        b) use the modified software only within your corporation or
20           organization.
22        c) rename any non-standard executables so the names do not conflict with
23        standard executables, which must also be provided.
25        d) make other distribution arrangements with the author.
27   3. You may distribute the software in object code or executable
28      form, provided that you do at least ONE of the following:
30        a) distribute the executables and library files of the software,
31        together with instructions (in the manual page or equivalent) on where
32        to get the original distribution.
34        b) accompany the distribution with the machine-readable source of the
35        software.
37        c) give non-standard executables non-standard names, with
38           instructions on where to get the original software distribution.
40        d) make other distribution arrangements with the author.
42   4. You may modify and include the part of the software into any other
43      software (possibly commercial).  But some files in the distribution
44      are not written by the author, so that they are not under this terms.
46   5. The scripts and library files supplied as input to or produced as
47      output from the software do not automatically fall under the
48      copyright of the software, but belong to whomever generated them,
49      and may be sold commercially, and may be aggregated with this
50      software.
52   6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
53      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
54      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
55      PURPOSE.