Skip to content

Commit dc81897

Browse files
committed
PHPC-799: Add THIRD_PARTY_NOTICES file
This references the THIRD_PARTY_NOTICES files from libbson and libmongoc, which were added in CDRIVER-1557.
1 parent df0ff2b commit dc81897

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

THIRD_PARTY_NOTICES

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
The MongoDB PHP Driver uses third-party code distributed under different licenses.
2+
3+
The MongoDB PHP Driver uses libbson and libmongoc, which also use third-party
4+
code distributed under difference licenses. See src/libbson/THIRD_PARTY_NOTICES
5+
and src/libmongoc/THIRD_PARTY_NOTICES for additional information.
6+
7+
8+
License notice for php_array_api.h
9+
-------------------------------------------------------------------------------
10+
11+
--------------------------------------------------------------------
12+
The PHP License, version 3.01
13+
Copyright (c) 1999 - 2014 The PHP Group. All rights reserved.
14+
--------------------------------------------------------------------
15+
16+
Redistribution and use in source and binary forms, with or without
17+
modification, is permitted provided that the following conditions
18+
are met:
19+
20+
1. Redistributions of source code must retain the above copyright
21+
notice, this list of conditions and the following disclaimer.
22+
23+
2. Redistributions in binary form must reproduce the above copyright
24+
notice, this list of conditions and the following disclaimer in
25+
the documentation and/or other materials provided with the
26+
distribution.
27+
28+
3. The name "PHP" must not be used to endorse or promote products
29+
derived from this software without prior written permission. For
30+
written permission, please contact [email protected].
31+
32+
4. Products derived from this software may not be called "PHP", nor
33+
may "PHP" appear in their name, without prior written permission
34+
from [email protected]. You may indicate that your software works in
35+
conjunction with PHP by saying "Foo for PHP" instead of calling
36+
it "PHP Foo" or "phpfoo"
37+
38+
5. The PHP Group may publish revised and/or new versions of the
39+
license from time to time. Each version will be given a
40+
distinguishing version number.
41+
Once covered code has been published under a particular version
42+
of the license, you may always continue to use it under the terms
43+
of that version. You may also choose to use such covered code
44+
under the terms of any subsequent version of the license
45+
published by the PHP Group. No one other than the PHP Group has
46+
the right to modify the terms applicable to covered code created
47+
under this License.
48+
49+
6. Redistributions of any form whatsoever must retain the following
50+
acknowledgment:
51+
"This product includes PHP software, freely available from
52+
<http://www.php.net/software/>".
53+
54+
THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
55+
ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
56+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
57+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
58+
DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
59+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
60+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
61+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
62+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
63+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
64+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
65+
OF THE POSSIBILITY OF SUCH DAMAGE.
66+
67+
--------------------------------------------------------------------
68+
69+
This software consists of voluntary contributions made by many
70+
individuals on behalf of the PHP Group.
71+
72+
The PHP Group can be contacted via Email at [email protected].
73+
74+
For more information on the PHP Group and the PHP project,
75+
please see <http://www.php.net>.
76+
77+
PHP includes the Zend Engine, freely available at
78+
<http://www.zend.com>.

0 commit comments

Comments
 (0)