comparison xml/en/docs/faq/license_copyright.xml @ 198:ec4626d04879

- Bulk commit following discussion in devrep
author Andrey Alexeev <andrew@nginx.com>
date Wed, 23 Nov 2011 16:31:50 +0000
parents aafe530e7d6f
children 19c060caf965
comparison
equal deleted inserted replaced
197:241c9db1f3f4 198:ec4626d04879
19 &nbsp; 19 &nbsp;
20 </para> 20 </para>
21 21
22 <para> 22 <para>
23 <initial>A:</initial> 23 <initial>A:</initial>
24 The section of text below should be added to your license descriptions. 24 The text below should be added to your license conditions,
25 followed by the text of the applicable 2-clause BSD license described
26 <a href="http://nginx.org/LICENSE">here</a>.
27 </para>
28
29 <para>
25 Also, if your build of nginx includes any of the following 3rd party 30 Also, if your build of nginx includes any of the following 3rd party
26 products: zlib, PCRE, OpenSSL &#8212; it's worth including their 31 products: zlib, PCRE, OpenSSL &#8212; it's worth including their
27 copyright acknowledgements and disclaimers as well. 32 copyright acknowledgements and disclaimers as well.
28 </para> 33 </para>
29 34
30 <programlisting> 35 <programlisting>
31 This product contains software provided by Nginx, Inc. and its contributors. 36 This product contains software provided by Nginx, Inc. and its contributors.
32
33 Copyright (c) 2002-2011, Igor Sysoev. All rights reserved.
34 Copyright (c) 2011, Nginx, Inc. All rights reserved.
35
36 Redistribution and use in source and binary forms, with or without modification, are
37 permitted provided that the following conditions are met:
38 1. Redistributions of source code must retain the above copyright
39 notice, this list of conditions and the following disclaimer.
40 2. Redistributions in binary form must reproduce the above copyright
41 notice, this list of conditions and the following disclaimer in the
42 documentation and/or other materials provided with the distribution.
43
44 THIS SOFTWARE IS PROVIDED BY NGINX, INC. AND CONTRIBUTORS AS IS AND
45 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
46 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
47 ARE DISCLAIMED. IN NO EVENT SHALL NGINX, INC. OR CONTRIBUTORS BE LIABLE
48 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
49 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
50 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
51 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
52 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
53 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
54 SUCH DAMAGE.
55 </programlisting> 37 </programlisting>
56 38
57 </section> 39 </section>
58 40
59 </article> 41 </article>