1
1
This file provides licensing information on the code provided in this repository.
2
2
3
- Three licenses are in use in this repository: Apache-2.0, BSD-3-Clause and ST SLA0044.
3
+ Following licenses are in use in this repository: Apache-2.0, BSD-3-Clause, Synopsys MIT
4
+ and ST SLA0044.
4
5
They are applied according to the following scheme:
5
6
- All files imported from STM32Cube packages are subject to their original
6
7
license: BSD-3-Clause. This covers following folders:
7
8
- 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
+ Synopsys MIT License terms.
9
12
- All files in dts/ folder are subject to usual Zephyr project license: Apache-2.0
10
13
- Binary blobs explicitly fetched by the user with command `west blobs fetch stm32`
11
14
and stored under zephyr/blobs/stm32wba/lib are subject to ST proprietary
@@ -16,7 +19,7 @@ They are applied according to the following scheme:
16
19
- Files missing explicit license information fall under the Apache-2.0
17
20
18
21
19
- For these three licenses, full length texts are available hereafter:
22
+ For these licenses, full length texts are available hereafter:
20
23
21
24
22
25
BSD 3-Clause License
@@ -252,11 +255,31 @@ For these three licenses, full length texts are available hereafter:
252
255
limitations under the License.
253
256
254
257
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
262
+ the Software), to deal in the Software without restriction, including without
263
+ limitation the rights to use, copy, modify, merge, publish, distribute,
264
+ sublicense, and/or sell copies of the Software, and to permit persons to whom
265
+ the Software is furnished to do so, subject to the following conditions:
266
+
267
+ The above copyright notice and this permission notice shall be included in all
268
+ copies or substantial 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 THE
273
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
274
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE ARISING FROM,
275
+ OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
276
+
277
+
255
278
SLA0044 Rev5/February 2018
256
279
257
- ## Software license agreement
280
+ Software license agreement
258
281
259
- ### __ULTIMATE LIBERTY SOFTWARE LICENSE AGREEMENT__
282
+ __ULTIMATE LIBERTY SOFTWARE LICENSE AGREEMENT__
260
283
261
284
BY INSTALLING, COPYING, DOWNLOADING, ACCESSING OR OTHERWISE USING THIS SOFTWARE
262
285
OR ANY PART THEREOF (AND THE RELATED DOCUMENTATION) FROM STMICROELECTRONICS
0 commit comments