<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF Connect SDK licenses</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86037/nrf-connect-sdk-licenses</link><description>How do the licenses affect the possible usage of the SDK in company products? 
 At least:these: 
 * SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause * SPDX-License-Identifier: Nordic-5-Clause</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Mar 2022 13:35:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86037/nrf-connect-sdk-licenses" /><item><title>RE: nRF Connect SDK licenses</title><link>https://devzone.nordicsemi.com/thread/359622?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2022 13:35:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5259c390-7094-49a4-9063-a2b96ed1560c</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&amp;quot;LicenseRef-BSD-5-Clause-Nordic&amp;quot; is an error - a misprint. The correct reference should be &amp;quot;LicenseRef-Nordic-5-Clause&amp;quot;.&lt;/p&gt;
&lt;p&gt;Thank you for reporting this. I have reported it to our developers, and it will hopefully be corrected in a future release of the nRF Connect SDK.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect SDK licenses</title><link>https://devzone.nordicsemi.com/thread/359293?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2022 07:54:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e874f6a8-7286-4e31-99cd-2c4c3572e77c</guid><dc:creator>turboscrew</dc:creator><description>&lt;p&gt;It&amp;#39;s the same as 5-Clause Nordic License?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect SDK licenses</title><link>https://devzone.nordicsemi.com/thread/359289?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2022 07:37:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b203a8b-d4fd-4c29-9642-54507c60540b</guid><dc:creator>turboscrew</dc:creator><description>&lt;p&gt;What&amp;#39;s this?&lt;/p&gt;
&lt;p&gt;.../v1.9.1/bootloader/mcuboot/ext/nrf/cc310_glue.c: * SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect SDK licenses</title><link>https://devzone.nordicsemi.com/thread/359185?ContentTypeID=1</link><pubDate>Mon, 21 Mar 2022 14:56:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38ea0be6-b729-40d8-af15-118528e85957</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;For what the licenses entails, refer to the licenses themselves. I am not able to give you legal advise on how to use them.&lt;/p&gt;
&lt;p&gt;However, here are some potentially useful links on the Topic:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/introducing-nordics-new-software-licensing-schemes"&gt;Introducing Nordic’s new software licensing schemes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/zephyr/contribute/index.html"&gt;Zephyrs Contribution Guidelines&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/introduction.html#about-the-ncs-license"&gt;About the nRF Connect SDK license&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/west/zephyr-cmds.html#software-bill-of-materials-west-spdx"&gt;Software bill of materials: west spdx&lt;/a&gt; &lt;br /&gt;(&amp;quot;west spdx&amp;quot; does not work in the current nRF Connect SDK I think. But you should be able to fix it using the following change.&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;diff --git a/scripts/west_commands/zspdx/writer.py b/scripts/west_commands/zspdx/writer.py
index f357acf180..7ffa9d1bac 100644                                                       
--- a/scripts/west_commands/zspdx/writer.py                                               
+++ b/scripts/west_commands/zspdx/writer.py                                               
@@ -125,7 +125,7 @@ Created: {datetime.utcnow().strftime(&amp;quot;%Y-%m-%dT%H:%M:%SZ&amp;quot;)}           
                                                                                          
     # write other license info, if any                                                   
     if len(doc.customLicenseIDs) &amp;gt; 0:                                                    
-        for lic in list(doc.customLicenseIDs).sort():                                    
+        for lic in sorted(list(doc.customLicenseIDs)):                                   
             writeOtherLicenseSPDX(f, lic)&lt;/pre&gt;&lt;br /&gt;)&lt;/p&gt;
&lt;p&gt;I hope this might help&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>