|
5 | 5 | * @brief This file contains the major configurations to the BLE controller. |
6 | 6 | ****************************************************************************** |
7 | 7 | * @copy |
| 8 | + * This Synopsys DWC Bluetooth Low Energy Combo Link Layer/MAC software and |
| 9 | + * associated documentation ( hereinafter the "Software") is an unsupported |
| 10 | + * proprietary work of Synopsys, Inc. unless otherwise expressly agreed to in |
| 11 | + * writing between Synopsys and you. The Software IS NOT an item of Licensed |
| 12 | + * Software or a Licensed Product under any End User Software License Agreement |
| 13 | + * or Agreement for Licensed Products with Synopsys or any supplement thereto. |
| 14 | + * Synopsys is a registered trademark of Synopsys, Inc. Other names included in |
| 15 | + * the SOFTWARE may be the trademarks of their respective owners. |
8 | 16 | * |
9 | | - *COPYRIGHT 2022 SYNOPSYS, Inc. This Synopsys "product" and all associated documentation |
10 | | - *are proprietary to Synopsys, Inc. and may only be used pursuant to the terms and |
11 | | - *conditions of a written license agreement with Synopsys, Inc. All other use, |
12 | | - *reproduction, modification, or distribution of the Synopsys "product" or the associated |
13 | | - *documentation is strictly prohibited. |
| 17 | + * Synopsys MIT License: |
| 18 | + * Copyright (c) 2020-Present Synopsys, Inc |
14 | 19 | * |
| 20 | + * Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 21 | + * the Software), to deal in the Software without restriction, including without |
| 22 | + * limitation the rights to use, copy, modify, merge, publish, distribute, |
| 23 | + * sublicense, and/or sell copies of the Software, and to permit persons to whom |
| 24 | + * the Software is furnished to do so, subject to the following conditions: |
15 | 25 | * |
16 | | - * THE ENTIRE NOTICE ABOVE MUST BE REPRODUCED ON ALL AUTHORIZED COPIES. |
| 26 | + * The above copyright notice and this permission notice shall be included in all |
| 27 | + * copies or substantial portions of the Software. |
17 | 28 | * |
18 | | - * <h2><center>© (C) COPYRIGHT 2022 SYNOPSYS, INC.</center></h2> |
19 | | - * <h2><center>© ALL RIGHTS RESERVED</center></h2> |
| 29 | + * THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 30 | + * IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 31 | + * FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 32 | + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 33 | + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE ARISING FROM, |
| 34 | + * OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
20 | 35 | * |
21 | | - * \n\n<b>References</b>\n |
22 | | - * -Documents folder . |
23 | | - * |
24 | | - * <b>Edit History For File</b>\n |
25 | | - * This section contains comments describing changes made to this file.\n |
26 | | - * Notice that changes are listed in reverse chronological order.\n |
27 | | - * <table border> |
28 | | - * <tr> |
29 | | - * <td><b> when </b></td> |
30 | | - * <td><b> who </b></td> |
31 | | - * <td><b> what, where, why </b></td> |
32 | | - * </tr> |
33 | | - * <tr> |
34 | | - * </tr> |
35 | | - * </table>\n |
36 | | - */ |
| 36 | + * */ |
37 | 37 | #ifndef INCLUDE_LL_FW_CONFIG_H |
38 | 38 | #define INCLUDE_LL_FW_CONFIG_H |
39 | 39 |
|
|
0 commit comments