|
| 1 | +Acknowledgements |
| 2 | +Portions of this FoundationDB Software may utilize the following copyrighted |
| 3 | +material, the use of which is hereby acknowledged. |
| 4 | + |
| 5 | +_____________________ |
| 6 | + |
| 7 | +10gen Inc (bson-cpp) |
| 8 | + Copyright 2010 10gen Inc. |
| 9 | + |
| 10 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 11 | + you may not use this file except in compliance with the License. |
| 12 | + You may obtain a copy of the License at |
| 13 | + |
| 14 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 15 | + |
| 16 | + Unless required by applicable law or agreed to in writing, software |
| 17 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 18 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 19 | + See the License for the specific language governing permissions and |
| 20 | + limitations under the License. |
| 21 | + |
| 22 | +Beman Dawes, Christopher M. Kohlhoff (Boost) |
| 23 | + The Boost License (http://www.boost.org/users/license.html) does not require |
| 24 | + attribution or republication when Boost is redistributed in the form of |
| 25 | + machine-executable object code generated by a source language processor. |
| 26 | + |
| 27 | +University of Cambridge, Zoltan Herczeg, Google Inc. (PCRE, release 8.35) |
| 28 | + THE BASIC LIBRARY FUNCTIONS |
| 29 | + --------------------------- |
| 30 | + |
| 31 | + Written by: Philip Hazel |
| 32 | + Email local part: ph10 |
| 33 | + Email domain: cam.ac.uk |
| 34 | + |
| 35 | + University of Cambridge Computing Service, |
| 36 | + Cambridge, England. |
| 37 | + |
| 38 | + Copyright (c) 1997-2014 University of Cambridge |
| 39 | + All rights reserved. |
| 40 | + |
| 41 | + |
| 42 | + PCRE JUST-IN-TIME COMPILATION SUPPORT |
| 43 | + ------------------------------------- |
| 44 | + |
| 45 | + Written by: Zoltan Herczeg |
| 46 | + Email local part: hzmester |
| 47 | + Emain domain: freemail.hu |
| 48 | + |
| 49 | + Copyright(c) 2010-2014 Zoltan Herczeg |
| 50 | + All rights reserved. |
| 51 | + |
| 52 | + |
| 53 | + STACK-LESS JUST-IN-TIME COMPILER |
| 54 | + -------------------------------- |
| 55 | + |
| 56 | + Written by: Zoltan Herczeg |
| 57 | + Email local part: hzmester |
| 58 | + Emain domain: freemail.hu |
| 59 | + |
| 60 | + Copyright(c) 2009-2014 Zoltan Herczeg |
| 61 | + All rights reserved. |
| 62 | + |
| 63 | + |
| 64 | + THE C++ WRAPPER FUNCTIONS |
| 65 | + ------------------------- |
| 66 | + |
| 67 | + Contributed by: Google Inc. |
| 68 | + |
| 69 | + Copyright (c) 2007-2012, Google Inc. |
| 70 | + All rights reserved. |
| 71 | + |
| 72 | + |
| 73 | + THE "BSD" LICENCE |
| 74 | + ----------------- |
| 75 | + |
| 76 | + Redistribution and use in source and binary forms, with or without |
| 77 | + modification, are permitted provided that the following conditions are met: |
| 78 | + |
| 79 | + * Redistributions of source code must retain the above copyright notice, |
| 80 | + this list of conditions and the following disclaimer. |
| 81 | + |
| 82 | + * Redistributions in binary form must reproduce the above copyright |
| 83 | + notice, this list of conditions and the following disclaimer in the |
| 84 | + documentation and/or other materials provided with the distribution. |
| 85 | + |
| 86 | + * Neither the name of the University of Cambridge nor the name of Google |
| 87 | + Inc. nor the names of their contributors may be used to endorse or |
| 88 | + promote products derived from this software without specific prior |
| 89 | + written permission. |
| 90 | + |
| 91 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 92 | + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 93 | + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 94 | + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
| 95 | + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 96 | + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 97 | + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 98 | + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 99 | + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 100 | + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 101 | + POSSIBILITY OF SUCH DAMAGE. |
| 102 | + |
| 103 | +Gustavo Niemeyer (mgo - MongoDB driver for Go) |
| 104 | + Copyright (c) 2010-2013 - Gustavo Niemeyer < [email protected]> |
| 105 | + |
| 106 | + All rights reserved. |
| 107 | + |
| 108 | + Redistribution and use in source and binary forms, with or without |
| 109 | + modification, are permitted provided that the following conditions are met: |
| 110 | + |
| 111 | + 1. Redistributions of source code must retain the above copyright notice, this |
| 112 | + list of conditions and the following disclaimer. |
| 113 | + 2. Redistributions in binary form must reproduce the above copyright notice, |
| 114 | + this list of conditions and the following disclaimer in the documentation |
| 115 | + and/or other materials provided with the distribution. |
| 116 | + |
| 117 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 118 | + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 119 | + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 120 | + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 121 | + ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 122 | + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 123 | + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 124 | + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 125 | + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 126 | + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 127 | + |
| 128 | +MongoDB, Inc. (PyMongo) |
| 129 | + Copyright 2008-present MongoDB, Inc. |
| 130 | + |
| 131 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 132 | + you may not use this file except in compliance with the License. |
| 133 | + You may obtain a copy of the License at |
| 134 | + |
| 135 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 136 | + |
| 137 | + Unless required by applicable law or agreed to in writing, software |
| 138 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 139 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 140 | + See the License for the specific language governing permissions and |
| 141 | + limitations under the License. |
| 142 | + |
| 143 | +Paul Ganssle, dateutil contributors (python-dateutil) |
| 144 | + Copyright 2017- Paul Ganssle < [email protected]> |
| 145 | + Copyright 2017- dateutil contributors (see AUTHORS file) |
| 146 | + |
| 147 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 148 | + you may not use this file except in compliance with the License. |
| 149 | + You may obtain a copy of the License at |
| 150 | + |
| 151 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 152 | + |
| 153 | + Unless required by applicable law or agreed to in writing, software |
| 154 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 155 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 156 | + See the License for the specific language governing permissions and |
| 157 | + limitations under the License. |
| 158 | + |
| 159 | + The above license applies to all contributions after 2017-12-01, as well as |
| 160 | + all contributions that have been re-licensed (see AUTHORS file for the list of |
| 161 | + contributors who have re-licensed their code). |
| 162 | + |
| 163 | + |
| 164 | +Ingy döt Net, Kirill Simonov (PyYaml) |
| 165 | + Copyright (c) 2017-2018 Ingy döt Net |
| 166 | + Copyright (c) 2006-2016 Kirill Simonov |
| 167 | + |
| 168 | + Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 169 | + this software and associated documentation files (the "Software"), to deal in |
| 170 | + the Software without restriction, including without limitation the rights to |
| 171 | + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 172 | + of the Software, and to permit persons to whom the Software is furnished to do |
| 173 | + so, subject to the following conditions: |
| 174 | + |
| 175 | + The above copyright notice and this permission notice shall be included in all |
| 176 | + copies or substantial portions of the Software. |
| 177 | + |
| 178 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 179 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 180 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 181 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 182 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 183 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 184 | + SOFTWARE. |
| 185 | + |
| 186 | +Jay Loden, Dave Daeschler, Giampaolo Rodola' (psutil) |
| 187 | + psutil is distributed under BSD license reproduced below. |
| 188 | + |
| 189 | + Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola' |
| 190 | + All rights reserved. |
| 191 | + |
| 192 | + Redistribution and use in source and binary forms, with or without modification, |
| 193 | + are permitted provided that the following conditions are met: |
| 194 | + |
| 195 | + * Redistributions of source code must retain the above copyright notice, this |
| 196 | + list of conditions and the following disclaimer. |
| 197 | + * Redistributions in binary form must reproduce the above copyright notice, |
| 198 | + this list of conditions and the following disclaimer in the documentation |
| 199 | + and/or other materials provided with the distribution. |
| 200 | + * Neither the name of the psutil authors nor the names of its contributors |
| 201 | + may be used to endorse or promote products derived from this software without |
| 202 | + specific prior written permission. |
| 203 | + |
| 204 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 205 | + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 206 | + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 207 | + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 208 | + ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 209 | + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 210 | + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 211 | + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 212 | + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 213 | + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments