<!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
<article name="How can nginx copyright be acknowledged
when using nginx as part of a proprietary
software distribution?"
link="/en/docs/faq/license_copyright.html"
lang="en"
rev="1">
<section>
<para>
<initial>Q:</initial>
I’d like to use nginx distribution as part of my proprietary
software package. How can nginx copyright be acknowledged
when using nginx as part of a proprietary software distribution?
</para>
<para>
</para>
<para>
<initial>A:</initial>
The text below should be added to your license conditions,
followed by the text of the applicable 2-clause BSD license described
<link url="http://nginx.org/LICENSE">here</link>.
<programlisting>
This product contains software provided by Nginx, Inc. and its contributors.
</programlisting>
</para>
<para>
Also, if your build of nginx includes any of the following 3rd party
products: zlib, PCRE, OpenSSL — it’s worth including their
copyright acknowledgements and disclaimers as well.
</para>
</section>
</article>