Skip to content

Commit 1e75326

Browse files
benothmn-sterwango
authored andcommitted
license: Update Synopsys license terms in the license file and code
Add Synopsys MIT license terms. Update license terms in Synopsys's headers file. Signed-off-by: Nidhal BEN OTHMEN <[email protected]>
1 parent 126cbbe commit 1e75326

File tree

14 files changed

+214
-293
lines changed

14 files changed

+214
-293
lines changed

LICENSE

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
This file provides licensing information on the code provided in this repository.
22

3-
Three licenses are in use in this repository: Apache-2.0, BSD-3-Clause and ST SLA0044.
3+
The following licenses are in use in this repository: BSD-3-Clause, Apache-2.0,
4+
MIT and ST SLA0044.
45
They are applied according to the following scheme:
56
- All files imported from STM32Cube packages are subject to their original
67
license: BSD-3-Clause. This covers following folders:
78
- stm32cube/stm32*
8-
- lib/*
9+
- lib/* (except lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/ see below)
10+
- All files in lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/ are subject to
11+
MIT License terms.
912
- All files in dts/ folder are subject to usual Zephyr project license: Apache-2.0
1013
- Binary blobs explicitly fetched by the user with command `west blobs fetch stm32`
1114
and stored under zephyr/blobs/stm32wba/lib are subject to ST proprietary
@@ -16,7 +19,7 @@ They are applied according to the following scheme:
1619
- Files missing explicit license information fall under the Apache-2.0
1720

1821

19-
For these three licenses, full length texts are available hereafter:
22+
For these licenses, full length texts are available hereafter:
2023

2124

2225
BSD 3-Clause License
@@ -252,11 +255,32 @@ For these three licenses, full length texts are available hereafter:
252255
limitations under the License.
253256

254257

258+
Synopsys MIT License
259+
Copyright (c) 2020-Present Synopsys, Inc
260+
261+
Permission is hereby granted, free of charge, to any person obtaining a copy of the software and
262+
associated documentation files (the “Software”), to deal in the Software without restriction, including
263+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
264+
of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
265+
following conditions:
266+
267+
The above copyright notice and this permission notice shall be included in all copies or substantial
268+
portions of the Software.
269+
270+
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
271+
IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
272+
FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
273+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
274+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE
275+
ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
276+
OTHER DEALINGS IN THE SOFTWARE.
277+
278+
255279
SLA0044 Rev5/February 2018
256280

257-
## Software license agreement
281+
Software license agreement
258282

259-
### __ULTIMATE LIBERTY SOFTWARE LICENSE AGREEMENT__
283+
__ULTIMATE LIBERTY SOFTWARE LICENSE AGREEMENT__
260284

261285
BY INSTALLING, COPYING, DOWNLOADING, ACCESSING OR OTHERWISE USING THIS SOFTWARE
262286
OR ANY PART THEREOF (AND THE RELATED DOCUMENTATION) FROM STMICROELECTRONICS

lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/config/ble_full/ll_fw_config.h

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,25 @@
55
* @brief This file contains the major configurations to the BLE controller.
66
******************************************************************************
77
* @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.
16-
*
178
* Synopsys MIT License:
189
* Copyright (c) 2020-Present Synopsys, Inc
1910
*
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:
25-
*
26-
* The above copyright notice and this permission notice shall be included in all
27-
* copies or substantial portions of the Software.
28-
*
11+
* Permission is hereby granted, free of charge, to any person obtaining a copy of the software and
12+
* associated documentation files (the Software), to deal in the Software without restriction, including
13+
* without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
14+
* of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
15+
* following conditions:
16+
*
17+
* The above copyright notice and this permission notice shall be included in all copies or substantial
18+
* portions of the Software.
19+
*
2920
* THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3021
* 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.
22+
* FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
23+
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
24+
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE
25+
* ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
26+
* OTHER DEALINGS IN THE SOFTWARE.
3527
*
3628
* */
3729
#ifndef INCLUDE_LL_FW_CONFIG_H

lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/_40nm_reg_files/DWC_ble154combo.h

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,25 @@
66
*
77
******************************************************************************
88
* @copy
9-
* This Synopsys DWC Bluetooth Low Energy Combo Link Layer/MAC software and
10-
* associated documentation ( hereinafter the "Software") is an unsupported
11-
* proprietary work of Synopsys, Inc. unless otherwise expressly agreed to in
12-
* writing between Synopsys and you. The Software IS NOT an item of Licensed
13-
* Software or a Licensed Product under any End User Software License Agreement
14-
* or Agreement for Licensed Products with Synopsys or any supplement thereto.
15-
* Synopsys is a registered trademark of Synopsys, Inc. Other names included in
16-
* the SOFTWARE may be the trademarks of their respective owners.
17-
*
189
* Synopsys MIT License:
1910
* Copyright (c) 2020-Present Synopsys, Inc
2011
*
21-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
22-
* the Software), to deal in the Software without restriction, including without
23-
* limitation the rights to use, copy, modify, merge, publish, distribute,
24-
* sublicense, and/or sell copies of the Software, and to permit persons to whom
25-
* the Software is furnished to do so, subject to the following conditions:
26-
*
27-
* The above copyright notice and this permission notice shall be included in all
28-
* copies or substantial portions of the Software.
29-
*
12+
* Permission is hereby granted, free of charge, to any person obtaining a copy of the software and
13+
* associated documentation files (the Software), to deal in the Software without restriction, including
14+
* without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
15+
* of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
16+
* following conditions:
17+
*
18+
* The above copyright notice and this permission notice shall be included in all copies or substantial
19+
* portions of the Software.
20+
*
3021
* THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3122
* IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32-
* FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE ARISING FROM,
35-
* OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23+
* FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
24+
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
25+
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE
26+
* ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
27+
* OTHER DEALINGS IN THE SOFTWARE.
3628
*
3729
* */
3830

lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/bsp.h

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,25 @@
66
* @brief board support package interface wrapper file.
77
******************************************************************************
88
* @copy
9-
* This Synopsys DWC Bluetooth Low Energy Combo Link Layer/MAC software and
10-
* associated documentation ( hereinafter the "Software") is an unsupported
11-
* proprietary work of Synopsys, Inc. unless otherwise expressly agreed to in
12-
* writing between Synopsys and you. The Software IS NOT an item of Licensed
13-
* Software or a Licensed Product under any End User Software License Agreement
14-
* or Agreement for Licensed Products with Synopsys or any supplement thereto.
15-
* Synopsys is a registered trademark of Synopsys, Inc. Other names included in
16-
* the SOFTWARE may be the trademarks of their respective owners.
17-
*
189
* Synopsys MIT License:
1910
* Copyright (c) 2020-Present Synopsys, Inc
2011
*
21-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
22-
* the Software), to deal in the Software without restriction, including without
23-
* limitation the rights to use, copy, modify, merge, publish, distribute,
24-
* sublicense, and/or sell copies of the Software, and to permit persons to whom
25-
* the Software is furnished to do so, subject to the following conditions:
26-
*
27-
* The above copyright notice and this permission notice shall be included in all
28-
* copies or substantial portions of the Software.
29-
*
12+
* Permission is hereby granted, free of charge, to any person obtaining a copy of the software and
13+
* associated documentation files (the Software), to deal in the Software without restriction, including
14+
* without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
15+
* of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
16+
* following conditions:
17+
*
18+
* The above copyright notice and this permission notice shall be included in all copies or substantial
19+
* portions of the Software.
20+
*
3021
* THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3122
* IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32-
* FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE ARISING FROM,
35-
* OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23+
* FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
24+
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
25+
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE
26+
* ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
27+
* OTHER DEALINGS IN THE SOFTWARE.
3628
*
3729
* */
3830

lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/common_types.h

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,25 @@
55
* @brief This file contains common includes for BLE FW LL.
66
******************************************************************************
77
* @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.
16-
*
178
* Synopsys MIT License:
189
* Copyright (c) 2020-Present Synopsys, Inc
1910
*
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:
25-
*
26-
* The above copyright notice and this permission notice shall be included in all
27-
* copies or substantial portions of the Software.
28-
*
11+
* Permission is hereby granted, free of charge, to any person obtaining a copy of the software and
12+
* associated documentation files (the Software), to deal in the Software without restriction, including
13+
* without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
14+
* of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
15+
* following conditions:
16+
*
17+
* The above copyright notice and this permission notice shall be included in all copies or substantial
18+
* portions of the Software.
19+
*
2920
* THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3021
* 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.
22+
* FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
23+
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
24+
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE
25+
* ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
26+
* OTHER DEALINGS IN THE SOFTWARE.
3527
*
3628
* */
3729

lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/event_manager.h

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,28 @@
55
* @brief This file contains all the functions prototypes for the event_manager.c.
66
******************************************************************************
77
* @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.
16-
*
178
* Synopsys MIT License:
189
* Copyright (c) 2020-Present Synopsys, Inc
1910
*
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:
25-
*
26-
* The above copyright notice and this permission notice shall be included in all
27-
* copies or substantial portions of the Software.
28-
*
11+
* Permission is hereby granted, free of charge, to any person obtaining a copy of the software and
12+
* associated documentation files (the Software), to deal in the Software without restriction, including
13+
* without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
14+
* of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
15+
* following conditions:
16+
*
17+
* The above copyright notice and this permission notice shall be included in all copies or substantial
18+
* portions of the Software.
19+
*
2920
* THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3021
* 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.
22+
* FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
23+
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
24+
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE
25+
* ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
26+
* OTHER DEALINGS IN THE SOFTWARE.
3527
*
3628
* */
29+
3730
/* Define to prevent recursive inclusion -------------------------------------*/
3831
#ifndef INCLUDE_EVENT_MANAGER_H_
3932
#define INCLUDE_EVENT_MANAGER_H_

lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/evnt_schdlr_gnrc_if.h

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,25 @@
66
* that are used by other layers to interface with the scheduler.
77
******************************************************************************
88
* @copy
9-
* This Synopsys DWC Bluetooth Low Energy Combo Link Layer/MAC software and
10-
* associated documentation ( hereinafter the "Software") is an unsupported
11-
* proprietary work of Synopsys, Inc. unless otherwise expressly agreed to in
12-
* writing between Synopsys and you. The Software IS NOT an item of Licensed
13-
* Software or a Licensed Product under any End User Software License Agreement
14-
* or Agreement for Licensed Products with Synopsys or any supplement thereto.
15-
* Synopsys is a registered trademark of Synopsys, Inc. Other names included in
16-
* the SOFTWARE may be the trademarks of their respective owners.
17-
*
189
* Synopsys MIT License:
1910
* Copyright (c) 2020-Present Synopsys, Inc
2011
*
21-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
22-
* the Software), to deal in the Software without restriction, including without
23-
* limitation the rights to use, copy, modify, merge, publish, distribute,
24-
* sublicense, and/or sell copies of the Software, and to permit persons to whom
25-
* the Software is furnished to do so, subject to the following conditions:
26-
*
27-
* The above copyright notice and this permission notice shall be included in all
28-
* copies or substantial portions of the Software.
29-
*
12+
* Permission is hereby granted, free of charge, to any person obtaining a copy of the software and
13+
* associated documentation files (the Software), to deal in the Software without restriction, including
14+
* without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
15+
* of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
16+
* following conditions:
17+
*
18+
* The above copyright notice and this permission notice shall be included in all copies or substantial
19+
* portions of the Software.
20+
*
3021
* THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3122
* IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32-
* FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE ARISING FROM,
35-
* OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23+
* FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
24+
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
25+
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE
26+
* ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
27+
* OTHER DEALINGS IN THE SOFTWARE.
3628
*
3729
* */
3830

0 commit comments

Comments
 (0)