<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Short on Your License</title><link>https://yourlicense.ca.dev.prosyon.ca/tags/short/</link><description>Recent content in Short on Your License</description><generator>Hugo</generator><language>en-ca</language><atom:link href="https://yourlicense.ca.dev.prosyon.ca/tags/short/index.xml" rel="self" type="application/rss+xml"/><item><title>BSD 3-Clause License</title><link>https://yourlicense.ca.dev.prosyon.ca/licenses/bsd-3-clause/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://yourlicense.ca.dev.prosyon.ca/licenses/bsd-3-clause/</guid><description>&lt;p&gt;BSD 3-Clause is a short, permissive license that adds one constraint MIT does not: you cannot use the names of the original authors or contributors to endorse or promote products derived from the software without specific written permission.&lt;/p&gt;
&lt;p&gt;In practice, the rules are nearly identical to MIT. Choose BSD-3-Clause if the no-endorsement clause is important to you or your project has historical BSD heritage.&lt;/p&gt;
&lt;h2 id="how-to-apply"&gt;How to apply&lt;/h2&gt;
&lt;p&gt;Add a &lt;code&gt;LICENSE&lt;/code&gt; file with the full BSD 3-Clause text at the root of your project, filling in the copyright owner and year.&lt;/p&gt;</description></item><item><title>ISC License</title><link>https://yourlicense.ca.dev.prosyon.ca/licenses/isc/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://yourlicense.ca.dev.prosyon.ca/licenses/isc/</guid><description>&lt;p&gt;ISC is a permissive license produced by the Internet Systems Consortium. It is functionally identical to the simplified BSD license and the MIT license — use, modify, distribute, include the copyright notice — but uses even fewer words.&lt;/p&gt;
&lt;p&gt;It is npm&amp;rsquo;s default license for new packages, which is why you&amp;rsquo;ll see it on a lot of small JavaScript libraries.&lt;/p&gt;
&lt;h2 id="how-to-apply"&gt;How to apply&lt;/h2&gt;
&lt;p&gt;Add a &lt;code&gt;LICENSE&lt;/code&gt; file with the full ISC text, filling in the copyright year and holder.&lt;/p&gt;</description></item><item><title>MIT License</title><link>https://yourlicense.ca.dev.prosyon.ca/licenses/mit/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://yourlicense.ca.dev.prosyon.ca/licenses/mit/</guid><description>&lt;p&gt;The MIT License is one of the shortest and most permissive open-source licenses. It lets anyone use, copy, modify, merge, publish, distribute, sublicense, and sell copies of the software, provided they include the original copyright notice and license text.&lt;/p&gt;
&lt;p&gt;It is a good default for libraries and frameworks you want adopted as widely as possible. If you care about protecting against patent claims from contributors, consider Apache-2.0 instead — the patent grant is the main difference.&lt;/p&gt;</description></item></channel></rss>