123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <!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>
|