Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nginx
GitHub Repository: nginx/nginx.org
Path: blob/main/xml/en/docs/faq/license_copyright.xml
1 views
1
<!--
2
Copyright (C) Nginx, Inc.
3
-->
4
5
<!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
6
7
<article name="How can nginx copyright be acknowledged
8
when using nginx as part of a proprietary
9
software distribution?"
10
link="/en/docs/faq/license_copyright.html"
11
lang="en"
12
rev="1">
13
14
<section>
15
16
<para>
17
<initial>Q:</initial>
18
I’d like to use nginx distribution as part of my proprietary
19
software package. How can nginx copyright be acknowledged
20
when using nginx as part of a proprietary software distribution?
21
</para>
22
23
<para>
24
&nbsp;
25
</para>
26
27
<para>
28
<initial>A:</initial>
29
The text below should be added to your license conditions,
30
followed by the text of the applicable 2-clause BSD license described
31
<link url="http://nginx.org/LICENSE">here</link>.
32
33
<programlisting>
34
This product contains software provided by Nginx, Inc. and its contributors.
35
</programlisting>
36
37
</para>
38
39
<para>
40
Also, if your build of nginx includes any of the following 3rd party
41
products: zlib, PCRE, OpenSSL &#8212; it’s worth including their
42
copyright acknowledgements and disclaimers as well.
43
</para>
44
45
</section>
46
47
</article>
48
49