|
1 | 1 | /*!
|
2 |
| - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
3 |
| - * SPDX-License-Identifier: Apache-2.0 |
| 2 | + * Copyright 2016 Amazon.com, |
| 3 | + * Inc. or its affiliates. All Rights Reserved. |
| 4 | + * |
| 5 | + * Licensed under the Amazon Software License (the "License"). |
| 6 | + * You may not use this file except in compliance with the |
| 7 | + * License. A copy of the License is located at |
| 8 | + * |
| 9 | + * http://aws.amazon.com/asl/ |
| 10 | + * |
| 11 | + * or in the "license" file accompanying this file. This file is |
| 12 | + * distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR |
| 13 | + * CONDITIONS OF ANY KIND, express or implied. See the License |
| 14 | + * for the specific language governing permissions and |
| 15 | + * limitations under the License. |
4 | 16 | */
|
5 | 17 |
|
6 | 18 | /*!
|
|
17 | 29 | * @author Feross Aboukhadijeh <http://feross.org>
|
18 | 30 | * @license MIT
|
19 | 31 | */
|
20 |
| - |
21 |
| -/*! ***************************************************************************** |
22 |
| -Copyright (c) Microsoft Corporation. |
23 |
| - |
24 |
| -Permission to use, copy, modify, and/or distribute this software for any |
25 |
| -purpose with or without fee is hereby granted. |
26 |
| - |
27 |
| -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
28 |
| -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
29 |
| -AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, |
30 |
| -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
31 |
| -LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
32 |
| -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
33 |
| -PERFORMANCE OF THIS SOFTWARE. |
34 |
| -***************************************************************************** */ |
35 |
| - |
36 |
| -/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ |
0 commit comments