comparison xml/en/docs/faq/license_copyright.xml @ 196:aafe530e7d6f

- Added faq/ and more q&a as previously agreed
author Andrey Alexeev <andrew@nginx.com>
date Wed, 23 Nov 2011 15:32:04 +0000
parents
children ec4626d04879
comparison
equal deleted inserted replaced
195:e83a59eee5cf 196:aafe530e7d6f
1 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
2
3 <article name="How can nginx copyright be acknowledged
4 when using nginx as part of a proprietary
5 software distibution?"
6 link="/en/docs/faq/license_copyright.html"
7 lang="en">
8
9 <section>
10
11 <para>
12 <initial>Q:</initial>
13 I'd like to use nginx distribution as part of my proprietary
14 software package. How can nginx copyright be acknowledged
15 when using nginx as part of a proprietary software distibution?
16 </para>
17
18 <para>
19 &nbsp;
20 </para>
21
22 <para>
23 <initial>A:</initial>
24 The section of text below should be added to your license descriptions.
25 Also, if your build of nginx includes any of the following 3rd party
26 products: zlib, PCRE, OpenSSL &#8212; it's worth including their
27 copyright acknowledgements and disclaimers as well.
28 </para>
29
30 <programlisting>
31 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>
56
57 </section>
58
59 </article>