|
1 | 1 | /* |
2 | | - * Copyright 2023 Amazon.com, Inc. or its affiliates. |
3 | | - * Licensed under the Apache License, Version 2.0 (the |
4 | | - * "License"); you may not use this file except in compliance |
5 | | - * with the License. You may obtain a copy of the License at |
6 | | - * http://www.apache.org/licenses/LICENSE-2.0 |
7 | | - * Unless required by applicable law or agreed to in writing, software |
8 | | - * distributed under the License is distributed on an "AS IS" BASIS, |
9 | | - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
10 | | - * See the License for the specific language governing permissions and |
11 | | - * limitations under the License. |
| 2 | + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
12 | 3 | * |
| 4 | + * Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 5 | + * this software and associated documentation files (the "Software"), to deal in |
| 6 | + * the Software without restriction, including without limitation the rights to |
| 7 | + * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
| 8 | + * the Software, and to permit persons to whom the Software is furnished to do so. |
| 9 | + * |
| 10 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 11 | + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 12 | + * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 13 | + * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 14 | + * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 15 | + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
13 | 16 | */ |
14 | 17 |
|
15 | 18 | package software.amazon.lambda.powertools.tracing; |
|
0 commit comments