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