|
1 |
| -Copyright 2022 LinkedIn Corporation |
| 1 | +Copyright 2024 LinkedIn Corporation |
2 | 2 | All Rights Reserved.
|
3 | 3 |
|
4 | 4 | Licensed under the LinkedIn Learning Exercise File License (the "License").
|
5 | 5 | See LICENSE in the project root for license information.
|
6 | 6 |
|
7 | 7 | ATTRIBUTIONS:
|
8 |
| -[PLEASE PROVIDE ATTRIBUTIONS OR DELETE THIS AND THE ABOVE LINE “ATTRIBUTIONS”] |
| 8 | + |
| 9 | +Pandas |
| 10 | +https://github.com/pandas-dev/pandas |
| 11 | +Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team |
| 12 | +Copyright (c) 2011-2021, Open source contributors. |
| 13 | +License: BSD 3-Clause |
| 14 | +https://opensource.org/licenses/BSD-3-Clause |
9 | 15 |
|
10 | 16 | Please note, this project may automatically load third party code from external
|
11 | 17 | repositories (for example, NPM modules, Composer packages, or other dependencies).
|
12 | 18 | If so, such third party code may be subject to other license terms than as set
|
13 | 19 | forth above. In addition, such third party code may also depend on and load
|
14 | 20 | multiple tiers of dependencies. Please review the applicable licenses of the
|
15 | 21 | additional dependencies.
|
| 22 | + |
| 23 | +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
| 24 | + |
| 25 | +PANDAS |
| 26 | +BSD 3-Clause License |
| 27 | + |
| 28 | +Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team |
| 29 | +All rights reserved. |
| 30 | + |
| 31 | +Copyright (c) 2011-2023, Open source contributors. |
| 32 | + |
| 33 | +Redistribution and use in source and binary forms, with or without |
| 34 | +modification, are permitted provided that the following conditions are met: |
| 35 | + |
| 36 | +* Redistributions of source code must retain the above copyright notice, this |
| 37 | + list of conditions and the following disclaimer. |
| 38 | + |
| 39 | +* Redistributions in binary form must reproduce the above copyright notice, |
| 40 | + this list of conditions and the following disclaimer in the documentation |
| 41 | + and/or other materials provided with the distribution. |
| 42 | + |
| 43 | +* Neither the name of the copyright holder nor the names of its |
| 44 | + contributors may be used to endorse or promote products derived from |
| 45 | + this software without specific prior written permission. |
| 46 | + |
| 47 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ""AS IS"" |
| 48 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 49 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 50 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 51 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 52 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 53 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 54 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 55 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 56 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments