|
1 | 1 | /**
|
2 | 2 | *
|
3 |
| - * \brief Default mbedTLS configuration options for esp-idf |
4 |
| - * |
5 |
| - * This set of compile-time options may be used to enable |
6 |
| - * or disable features selectively, and reduce the global |
7 |
| - * memory footprint. |
8 |
| - * |
| 3 | + * Copyright (c) 2020 Project CHIP Authors |
9 | 4 | * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
|
10 | 5 | * SPDX-License-Identifier: Apache-2.0
|
11 | 6 | *
|
12 |
| - * Licensed under the Apache License, Version 2.0 (the "License"); you may |
13 |
| - * not use this file except in compliance with the License. |
14 |
| - * You may obtain a copy of the License at |
| 7 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | + * you may not use this file except in compliance with the License. |
| 9 | + * You may obtain a copy of the License at |
| 10 | + * |
| 11 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | + * |
| 13 | + * Unless required by applicable law or agreed to in writing, software |
| 14 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | + * See the License for the specific language governing permissions and |
| 17 | + * limitations under the License. |
15 | 18 | *
|
16 |
| - * http://www.apache.org/licenses/LICENSE-2.0 |
| 19 | + */ |
| 20 | + |
| 21 | +/** |
| 22 | + * |
| 23 | + * \brief Default mbedTLS configuration options for esp-idf |
17 | 24 | *
|
18 |
| - * Unless required by applicable law or agreed to in writing, software |
19 |
| - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
20 |
| - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
21 |
| - * See the License for the specific language governing permissions and |
22 |
| - * limitations under the License. |
| 25 | + * This set of compile-time options may be used to enable |
| 26 | + * or disable features selectively, and reduce the global |
| 27 | + * memory footprint. |
23 | 28 | *
|
24 | 29 | * This file is part of mbed TLS (https://tls.mbed.org)
|
25 | 30 | */
|
|
0 commit comments