<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Os on Your License</title><link>https://yourlicense.ca.dev.prosyon.ca/categories/os/</link><description>Recent content in Os on Your License</description><generator>Hugo</generator><language>en-ca</language><atom:link href="https://yourlicense.ca.dev.prosyon.ca/categories/os/index.xml" rel="self" type="application/rss+xml"/><item><title>Apache License 2.0</title><link>https://yourlicense.ca.dev.prosyon.ca/licenses/apache-2.0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://yourlicense.ca.dev.prosyon.ca/licenses/apache-2.0/</guid><description>&lt;p&gt;Apache 2.0 is a permissive license similar in spirit to MIT but with two key additions: an explicit patent grant from contributors, and an explicit requirement to document significant changes. It does not grant trademark rights.&lt;/p&gt;
&lt;p&gt;The patent grant makes Apache 2.0 preferable for projects with many contributors or corporate sponsors — it reduces the risk of patent lawsuits against downstream users. Apache 2.0 is not compatible with GPL-2.0, but is compatible with GPL-3.0 and later.&lt;/p&gt;</description></item><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>GNU General Public License v3.0</title><link>https://yourlicense.ca.dev.prosyon.ca/licenses/gpl-3.0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://yourlicense.ca.dev.prosyon.ca/licenses/gpl-3.0/</guid><description>&lt;p&gt;GPL-3.0 is a strong copyleft license. Anyone who distributes the software, modified or not, must make the complete corresponding source available under GPL-3.0. It includes an explicit patent grant and patent-retaliation clause.&lt;/p&gt;
&lt;p&gt;It also includes anti-tivoization provisions — you cannot distribute GPL-3.0 software on hardware that prevents users from installing modified versions.&lt;/p&gt;
&lt;p&gt;Pick GPL-3.0 when you want to make sure derivative works stay open. Pick AGPL-3.0 if you also want to close the loophole where software offered as a network service is not considered &amp;ldquo;distributed&amp;rdquo;.&lt;/p&gt;</description></item><item><title>GNU Lesser General Public License v3.0</title><link>https://yourlicense.ca.dev.prosyon.ca/licenses/lgpl-3.0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://yourlicense.ca.dev.prosyon.ca/licenses/lgpl-3.0/</guid><description>&lt;p&gt;LGPL-3.0 is a &amp;ldquo;library&amp;rdquo; variant of GPL-3.0. If you modify the LGPL-3.0 library itself, your modifications must be released under LGPL-3.0. If you just use the library — link to it, call its APIs — your own code can stay under any license, even proprietary.&lt;/p&gt;
&lt;p&gt;LGPL-3.0 is a good fit for reusable libraries where you want modifications to the library itself to stay open, but you are fine with the library being called from closed-source code.&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><item><title>Mozilla Public License 2.0</title><link>https://yourlicense.ca.dev.prosyon.ca/licenses/mpl-2.0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://yourlicense.ca.dev.prosyon.ca/licenses/mpl-2.0/</guid><description>&lt;p&gt;MPL-2.0 applies copyleft at the file level: if you modify an MPL-2.0 file, that file stays under MPL-2.0, but new files can be under a different license. This makes it easier to combine MPL-2.0 code with proprietary code than GPL or LGPL.&lt;/p&gt;
&lt;p&gt;It includes an explicit patent grant and retaliation clause. It is compatible with both GPL and Apache-style licenses, which makes MPL-2.0 a common choice for projects that want some copyleft protection without scaring off commercial users.&lt;/p&gt;</description></item></channel></rss>