Skip to content

Commit 6b1d188

Browse files
committed
CDRIVER-1557 add THIRD_PARTY_NOTICES file
1 parent 5f33f7d commit 6b1d188

File tree

2 files changed

+131
-1
lines changed

2 files changed

+131
-1
lines changed

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ mongocdocdir = ${docdir}
4141
mongocdoc_DATA = \
4242
COPYING \
4343
NEWS \
44-
README.rst
44+
README.rst \
45+
THIRD_PARTY_NOTICES
46+
4547
EXTRA_DIST += $(mongocdoc_DATA)
4648

4749
EXTRA_DIST += \

THIRD_PARTY_NOTICES

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
The MongoDB C Driver uses third-party code distributed under different licenses.
2+
3+
License notice for mongoc-stream-tls-secure-channel.c
4+
-------------------------------------------------------------------------------
5+
6+
Curl License
7+
8+
Significant portions of mongoc-stream-tls-secure-channel.c are from Curl.
9+
10+
Copyright (C) 2012 - 2015, Marc Hoersken, <[email protected]>
11+
Copyright (C) 2012, Mark Salisbury, <[email protected]>
12+
Copyright (C) 2012 - 2015, Daniel Stenberg, <[email protected]>, et al.
13+
14+
All rights reserved.
15+
16+
Permission to use, copy, modify, and distribute this software for any purpose
17+
with or without fee is hereby granted, provided that the above copyright
18+
notice and this permission notice appear in all copies.
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
23+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
24+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
25+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
26+
OR OTHER DEALINGS IN THE SOFTWARE.
27+
28+
Except as contained in this notice, the name of a copyright holder shall not
29+
be used in advertising or otherwise to promote the sale, use or other dealings
30+
in this Software without prior written authorization of the copyright holder.
31+
32+
33+
License notice for mongoc-b64.c
34+
-------------------------------------------------------------------------------
35+
36+
ISC License
37+
38+
Copyright: 1996, 1998 Internet Software Consortium
39+
1995 International Business Machines, Inc.
40+
41+
Permission to use, copy, modify, and/or distribute this software for any
42+
purpose with or without fee is hereby granted, provided that the above
43+
copyright notice and this permission notice appear in all copies.
44+
45+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
46+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
47+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
48+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
49+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
50+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
51+
PERFORMANCE OF THIS SOFTWARE.
52+
53+
Portions Copyright (c) 1995 by International Business Machines, Inc.
54+
55+
International Business Machines, Inc. (hereinafter called IBM) grants
56+
permission under its copyrights to use, copy, modify, and distribute this
57+
Software with or without fee, provided that the above copyright notice and
58+
all paragraphs of this notice appear in all copies, and that the name of IBM
59+
not be used in connection with the marketing of any product incorporating
60+
the Software or modifications thereof, without specific, written prior
61+
permission.
62+
63+
To the extent it has a right to do so, IBM grants an immunity from suit
64+
under its patents, if any, for the use, sale or manufacture of products to
65+
the extent that such products are used for performing Domain Name System
66+
dynamic updates in TCP/IP networks by means of the Software. No immunity is
67+
granted for any product per se or for any other function of any product.
68+
69+
THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
70+
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
71+
PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
72+
DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
73+
OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
74+
IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
75+
76+
77+
License notice for utlist.h
78+
-------------------------------------------------------------------------------
79+
80+
BSD 1-Clause License
81+
82+
Copyright: 2007-2014, Troy D. Hanson http://troydhanson.github.com/uthash/
83+
84+
Redistribution and use in source and binary forms, with or without
85+
modification, are permitted provided that the following conditions are met:
86+
87+
* Redistributions of source code must retain the above copyright
88+
notice, this list of conditions and the following disclaimer.
89+
90+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
91+
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
92+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
93+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
94+
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
95+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
96+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
97+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
98+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
99+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
100+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
101+
102+
103+
License notice for LDVersionScript.m4
104+
-------------------------------------------------------------------------------
105+
106+
FSF License
107+
108+
Copyright: 2008-2013 Free Software Foundation, Inc.
109+
110+
This file is free software; the Free Software Foundation
111+
gives unlimited permission to copy and/or distribute it,
112+
with or without modifications, as long as this notice is preserved.
113+
114+
115+
License notice for silent.m4
116+
-------------------------------------------------------------------------------
117+
118+
DWTFYWTPL License
119+
120+
Copyright: 2010, Damien Lespiau <[email protected]>
121+
122+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
123+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
124+
125+
0. You just DO WHAT THE FUCK YOU WANT TO.
126+
127+
The above copyright notice and this permission notice shall be
128+
included in all copies or substantial portions of the Software.

0 commit comments

Comments
 (0)