licenses.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <head>
  5. <title>Licenses in the nRF5 SDK</title>
  6. <style type="text/css">
  7. #main {
  8. width: 600px;
  9. margin: 0 auto;
  10. text align: left;
  11. }
  12. #logo {
  13. width: 540px;
  14. position: relative;
  15. padding-top: 50px;
  16. padding-bottom: 30px;
  17. display: inline-block;
  18. }
  19. #content {
  20. width: 600px;
  21. text align: left;
  22. font-family: Arial, Helvetica, sans-serif;
  23. color:#333;
  24. line-height:20px;
  25. font-size:16px;
  26. font-weight:normal;
  27. }
  28. .link {
  29. font-size:14px;
  30. color:#0066ff;
  31. text-decoration:none;
  32. }
  33. #heading {
  34. font-size:28px;
  35. font-weight:bold;
  36. line-height:25px;
  37. }
  38. li {
  39. padding-bottom:10px;
  40. font-size:14px;
  41. }
  42. .mono {
  43. font-family: monospace;
  44. }
  45. </style>
  46. </head>
  47. <body>
  48. <div id="main">
  49. <div id="logo" >
  50. <img src="NordicS.jpg" height="85" align: "left">
  51. <img src="nRF5x_series_logo.png" height="60" style="float: right; padding-top:15px">
  52. </div>
  53. <div id="content">
  54. <span id="heading">Licenses in the nRF5 SDK</span><br>
  55. <p>
  56. See the top of each source file for the license under which the file is
  57. released.</p>
  58. <p>
  59. The following licenses are used in the nRF5 SDK:
  60. <ol type="i">
  61. <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>
  62. <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>
  63. <li><strong>SoftDevice license:</strong> The SoftDevice and its headers (<span class="mono">..\components\softdevice\sxxx\doc\<i>license_file</i></span>)</li>
  64. <li><strong>ARM 3-clause BSD license:</strong> CMSIS and system files (<span class="mono">..\components\toolchain</span>)</li>
  65. <li><strong>FreeRTOS license:</strong> FreeRTOS configuration files (<span class="mono">FreeRTOSConfig.h</span> in the examples that show how to use FreeRTOS)</li>
  66. <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>
  67. </ol>
  68. </p>
  69. </div>
  70. </div>
  71. </body>
  72. </html>