Skip to content

Commit 46878c4

Browse files
committed
license: Add Synopsys MIT license terms
Add Synopsys MIT license terms Signed-off-by: Nidhal BEN OTHMEN <nidhal.benothmen@st.com>
1 parent 04ccc77 commit 46878c4

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

LICENSE

Lines changed: 28 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+
Following licenses are in use in this repository: Apache-2.0, BSD-3-Clause, Synopsys MIT
4+
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+
Synopsys 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,31 @@ 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
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+
255278
SLA0044 Rev5/February 2018
256279

257-
## Software license agreement
280+
Software license agreement
258281

259-
### __ULTIMATE LIBERTY SOFTWARE LICENSE AGREEMENT__
282+
__ULTIMATE LIBERTY SOFTWARE LICENSE AGREEMENT__
260283

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

0 commit comments

Comments
 (0)