|
1 |
| -Copyright 2022 LinkedIn Corporation |
| 1 | +Copyright 2025 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 | +ESLint |
| 10 | +https://github.com/eslint/eslint |
| 11 | +Copyright OpenJS Foundation and other contributors, <www.openjsf.org> |
| 12 | +License: MIT |
| 13 | +https://opensource.org/licenses/MIT |
| 14 | + |
| 15 | +React |
| 16 | +https://github.com/facebook/react |
| 17 | +Copyright (c) Facebook, Inc. and its affiliates. |
| 18 | +License: MIT |
| 19 | +https://opensource.org/licenses/MIT |
9 | 20 |
|
10 | 21 | Please note, this project may automatically load third party code from external
|
11 | 22 | repositories (for example, NPM modules, Composer packages, or other dependencies).
|
12 | 23 | If so, such third party code may be subject to other license terms than as set
|
13 | 24 | forth above. In addition, such third party code may also depend on and load
|
14 | 25 | multiple tiers of dependencies. Please review the applicable licenses of the
|
15 | 26 | additional dependencies.
|
| 27 | + |
| 28 | +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
| 29 | + |
| 30 | +ESLint |
| 31 | + |
| 32 | +Copyright OpenJS Foundation and other contributors, <www.openjsf.org> |
| 33 | + |
| 34 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 35 | +of this software and associated documentation files (the ""Software""), to deal |
| 36 | +in the Software without restriction, including without limitation the rights |
| 37 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 38 | +copies of the Software, and to permit persons to whom the Software is |
| 39 | +furnished to do so, subject to the following conditions: |
| 40 | + |
| 41 | +The above copyright notice and this permission notice shall be included in |
| 42 | +all copies or substantial portions of the Software. |
| 43 | + |
| 44 | +THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 45 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 46 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 47 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 48 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 49 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 50 | +THE SOFTWARE. |
| 51 | + |
| 52 | +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
| 53 | + |
| 54 | +REACT |
| 55 | + |
| 56 | +MIT License |
| 57 | + |
| 58 | +Copyright (c) Meta Platforms, Inc. and affiliates. |
| 59 | + |
| 60 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 61 | +of this software and associated documentation files (the ""Software""), to deal |
| 62 | +in the Software without restriction, including without limitation the rights |
| 63 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 64 | +copies of the Software, and to permit persons to whom the Software is |
| 65 | +furnished to do so, subject to the following conditions: |
| 66 | + |
| 67 | +The above copyright notice and this permission notice shall be included in all |
| 68 | +copies or substantial portions of the Software. |
| 69 | + |
| 70 | +THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 71 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 72 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 73 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 74 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 75 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 76 | +SOFTWARE. |
0 commit comments