blob: 1718ef678f807bc5832ce45c028a057c027199e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
=encoding utf-8
=head1 Name
license_copyright
=head1
B<Q:>
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?
E<nbsp>
B<A:>
The text below should be added to your license conditions,
followed by the text of the applicable 2-clause BSD license described
L<here|http://nginx.org/LICENSE>.
This product contains software provided by Nginx, Inc. and its contributors.
Also, if your build of nginx includes any of the following 3rd party
products: zlib, PCRE, OpenSSL E<8212> it’s worth including their
copyright acknowledgements and disclaimers as well.
|