hid-keyboard-dongle-nRF/SDK/nRF5_SDK_17.0.2_d674dde/documentation/licenses.html

88 lines
2.3 KiB
HTML
Raw Normal View History

2021-01-28 23:50:40 +11:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Licenses in the nRF5 SDK</title>
<style type="text/css">
#main {
width: 600px;
margin: 0 auto;
text align: left;
}
#logo {
width: 540px;
position: relative;
padding-top: 50px;
padding-bottom: 30px;
display: inline-block;
}
#content {
width: 600px;
text align: left;
font-family: Arial, Helvetica, sans-serif;
color:#333;
line-height:20px;
font-size:16px;
font-weight:normal;
}
.link {
font-size:14px;
color:#0066ff;
text-decoration:none;
}
#heading {
font-size:28px;
font-weight:bold;
line-height:25px;
}
li {
padding-bottom:10px;
font-size:14px;
}
.mono {
font-family: monospace;
}
</style>
</head>
<body>
<div id="main">
<div id="logo" >
<img src="NordicS.jpg" height="85" align: "left">
<img src="nRF5x_series_logo.png" height="60" style="float: right; padding-top:15px">
</div>
<div id="content">
<span id="heading">Licenses in the nRF5 SDK</span><br>
<p>
See the top of each source file for the license under which the file is
released.</p>
<p>
The following licenses are used in the nRF5 SDK:
<ol type="i">
<li><strong>nRF5 SDK license:</strong> The majority of the source code included in the nRF5 SDK (<a href="nRF5_Nordic_license.txt" class="link mono" target="_blank">nRF5_Nordic_license.txt</a>)</li>
<li><strong>nRF5 Garmin Canada license:</strong> Files released by Garmin Canada included in the nRF5 SDK (<a href="nRF5_Garmin_Canada_license.txt" class="link mono" target="_blank">nRF5_Garmin_Canada_license.txt</a>)</li>
<li><strong>SoftDevice license:</strong> The SoftDevice and its headers (<span class="mono">..\components\softdevice\sxxx\doc\<i>license_file</i></span>)</li>
<li><strong>ARM 3-clause BSD license:</strong> CMSIS and system files (<span class="mono">..\components\toolchain</span>)</li>
<li><strong>FreeRTOS license:</strong> FreeRTOS configuration files (<span class="mono">FreeRTOSConfig.h</span> in the examples that show how to use FreeRTOS)</li>
<li><strong>Third-party licenses:</strong> All third-party code contained in <span class="mono">..\external</span> (respective licenses included in each of the imported projects)</li>
</ol>
</p>
</div>
</div>
</body>
</html>