<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Spdx on Your License</title><link>https://yourlicense.ca.dev.prosyon.ca/tags/spdx/</link><description>Recent content in Spdx on Your License</description><generator>Hugo</generator><language>en-ca</language><atom:link href="https://yourlicense.ca.dev.prosyon.ca/tags/spdx/index.xml" rel="self" type="application/rss+xml"/><item><title>SPDX identifiers</title><link>https://yourlicense.ca.dev.prosyon.ca/guide/spdx-identifiers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://yourlicense.ca.dev.prosyon.ca/guide/spdx-identifiers/</guid><description>&lt;p&gt;&lt;strong&gt;SPDX&lt;/strong&gt; is the Software Package Data Exchange — an open standard for communicating software bill-of-materials information, including licenses. Its most visible piece is the SPDX License List: a registry of short, unique identifiers for each license.&lt;/p&gt;
&lt;p&gt;Examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;MIT&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Apache-2.0&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;GPL-3.0-only&lt;/code&gt; (or &lt;code&gt;GPL-3.0-or-later&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;BSD-3-Clause&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;CC-BY-4.0&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="spdx-identifiers-in-source-files"&gt;SPDX identifiers in source files&lt;/h2&gt;
&lt;p&gt;Add a one-line header to the top of every source file:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;// SPDX-License-Identifier: MIT
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Tools including &lt;a href="https://reuse.software/"&gt;REUSE&lt;/a&gt;, &lt;code&gt;licensee&lt;/code&gt;, and GitHub&amp;rsquo;s license detection understand these identifiers and will correctly attribute the file.&lt;/p&gt;</description></item></channel></rss>