view xml/en/docs/faq/license_copyright.xml @ 2083:fb5eef3637a4

Avoid double negative in if_not_empty. Use of "not" and "until" in the same sentence makes it confusing. Moreover, use of "until" with something that doesn't describe an event or point in time is wrong.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 11 Dec 2017 19:15:31 +0300
parents ddec437b692b
children a841077735f9
line wrap: on
line source

<!--
  Copyright (C) Nginx, Inc.
  -->

<!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>
&nbsp;
</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 &#8212; it’s worth including their
copyright acknowledgements and disclaimers as well.
</para>

</section>

</article>