|
| 1 | +# Third-Party Licenses |
| 2 | + |
| 3 | +tsessebe (`tsb`) incorporates or is inspired by code from third-party |
| 4 | +projects. Their original copyright notices and license texts are |
| 5 | +reproduced below, as required by their licenses. |
| 6 | + |
| 7 | +--- |
| 8 | + |
| 9 | +## pandas |
| 10 | + |
| 11 | +- Project: https://github.com/pandas-dev/pandas |
| 12 | +- License: BSD 3-Clause License |
| 13 | + |
| 14 | +Some files in this repository — particularly tests under `tests/` and a |
| 15 | +small number of code patterns — are derived from or inspired by pandas. |
| 16 | +Those portions remain under the BSD 3-Clause License reproduced below. |
| 17 | + |
| 18 | +The tsessebe project as a whole is also distributed under the BSD |
| 19 | +3-Clause License (see the top-level `LICENSE` file), which is compatible |
| 20 | +with and preserves attribution to the upstream pandas license. |
| 21 | + |
| 22 | +``` |
| 23 | +BSD 3-Clause License |
| 24 | +
|
| 25 | +Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team |
| 26 | +All rights reserved. |
| 27 | +
|
| 28 | +Copyright (c) 2011-2026, Open source contributors. |
| 29 | +
|
| 30 | +Redistribution and use in source and binary forms, with or without |
| 31 | +modification, are permitted provided that the following conditions are met: |
| 32 | +
|
| 33 | +* Redistributions of source code must retain the above copyright notice, this |
| 34 | + list of conditions and the following disclaimer. |
| 35 | +
|
| 36 | +* Redistributions in binary form must reproduce the above copyright notice, |
| 37 | + this list of conditions and the following disclaimer in the documentation |
| 38 | + and/or other materials provided with the distribution. |
| 39 | +
|
| 40 | +* Neither the name of the copyright holder nor the names of its |
| 41 | + contributors may be used to endorse or promote products derived from |
| 42 | + this software without specific prior written permission. |
| 43 | +
|
| 44 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 45 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 46 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 47 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 48 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 49 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 50 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 51 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 52 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 53 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 54 | +``` |
0 commit comments