|
1 |
| -Copyright 2021 LinkedIn Corporation |
| 1 | +Copyright 2022 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 | +Flutter |
| 10 | +https://github.com/flutter/flutter |
| 11 | +Copyright 2014 The Flutter Authors. All rights reserved. |
| 12 | +License: BSD 3-Clause |
| 13 | +https://opensource.org/licenses/BSD-3-Clause |
9 | 14 |
|
10 | 15 | Please note, this project may automatically load third party code from external
|
11 | 16 | repositories (for example, NPM modules, Composer packages, or other dependencies).
|
12 | 17 | If so, such third party code may be subject to other license terms than as set
|
13 | 18 | forth above. In addition, such third party code may also depend on and load
|
14 | 19 | multiple tiers of dependencies. Please review the applicable licenses of the
|
15 | 20 | additional dependencies.
|
| 21 | + |
| 22 | +=-=-=-=-=-=-=-=-=-=-=-=-=- |
| 23 | + |
| 24 | +Copyright 2014 The Flutter Authors. All rights reserved. |
| 25 | + |
| 26 | +Redistribution and use in source and binary forms, with or without modification, |
| 27 | +are permitted provided that the following conditions are met: |
| 28 | + |
| 29 | + * Redistributions of source code must retain the above copyright |
| 30 | + notice, this list of conditions and the following disclaimer. |
| 31 | + * Redistributions in binary form must reproduce the above |
| 32 | + copyright notice, this list of conditions and the following |
| 33 | + disclaimer in the documentation and/or other materials provided |
| 34 | + with the distribution. |
| 35 | + * Neither the name of Google Inc. nor the names of its |
| 36 | + contributors may be used to endorse or promote products derived |
| 37 | + from this software without specific prior written permission. |
| 38 | + |
| 39 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ""AS IS"" AND |
| 40 | +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 41 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 42 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 43 | +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 44 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 45 | +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 46 | +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 47 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 48 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments