view xml/en/docs/faq/license_copyright.xml @ 374:a413dffb0557

Replaced "a href" with "link doc" / "link url".
author Ruslan Ermilov <ru@nginx.com>
date Mon, 30 Jan 2012 10:39:42 +0000
parents 5219a1498a61
children be54c443235a
line wrap: on
line source

<!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">

<article name="How can nginx copyright be acknowledged
               when using nginx as part of a proprietary
               software distibution?"
         link="/en/docs/faq/license_copyright.html"
         lang="en">

<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>