Skip to content

Commit c20a237

Browse files
authored
Update NOTICE
1 parent a8675e3 commit c20a237

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

NOTICE

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,56 @@
1-
Copyright 2022 LinkedIn Corporation
1+
Copyright 2024 LinkedIn Corporation
22
All Rights Reserved.
33

44
Licensed under the LinkedIn Learning Exercise File License (the "License").
55
See LICENSE in the project root for license information.
66

77
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
915

1016
Please note, this project may automatically load third party code from external
1117
repositories (for example, NPM modules, Composer packages, or other dependencies).
1218
If so, such third party code may be subject to other license terms than as set
1319
forth above. In addition, such third party code may also depend on and load
1420
multiple tiers of dependencies. Please review the applicable licenses of the
1521
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

Comments
 (0)