1# Simplicity SDK Licensing terms
2
3Source code in this SDK is licensed to you under the terms of a default license
4from Silicon Laboratories Inc. This default license and exceptions to this
5default licensing are set forth below.
6
7The default license is the Master Software License Agreement (MSLA)
8(https://www.silabs.com/about-us/legal/master-software-license-agreement),
9which applies unless otherwise noted.
10
11Some files use different licensing terms. If so, they will be clearly
12marked in the beginning of the file.
13
14Library files (either in archived or object form) are distributed under the
15terms of the MSLA, with the following exceptions:
16
17* Files under platform/radio/rail_lib/autogen/librail_release are distributed
18  under the terms of the Zlib license.
19
20* Files under protocol/bluetooth/bgstack/ll are distributed under the terms
21  of the Zlib license.
22
23Some code from third parties have been included in this SDK under a separate
24license. An example can be found in the subdirectory "util/third_party".
25However, licensed third-party code is not limited to this directory.
26
27## Zlib license
28The licensor of this software is Silicon Laboratories Inc.
29
30This software is provided 'as-is', without any express or implied
31warranty. In no event will the authors be held liable for any damages
32arising from the use of this software.
33
34Permission is granted to anyone to use this software for any purpose,
35including commercial applications, and to alter it and redistribute it
36freely, subject to the following restrictions:
37
381. The origin of this software must not be misrepresented; you must not
39   claim that you wrote the original software. If you use this software
40   in a product, an acknowledgment in the product documentation would be
41   appreciated but is not required.
422. Altered source versions must be plainly marked as such, and must not be
43   misrepresented as being the original software.
443. This notice may not be removed or altered from any source distribution.
45