<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Include-Copyright on Your License</title><link>https://pick.yourlicense.ca/conditions/include-copyright/</link><description>Recent content in Include-Copyright on Your License</description><generator>Hugo</generator><language>en-ca</language><atom:link href="https://pick.yourlicense.ca/conditions/include-copyright/index.xml" rel="self" type="application/rss+xml"/><item><title>All Rights Reserved</title><link>https://pick.yourlicense.ca/licenses/all-rights-reserved/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pick.yourlicense.ca/licenses/all-rights-reserved/</guid><description>&lt;p&gt;&amp;ldquo;All Rights Reserved&amp;rdquo; is the default state under modern copyright law for any original work — software, writing, images. No one other than the copyright holder may copy, modify, distribute, or create derivative works without explicit permission.&lt;/p&gt;
&lt;p&gt;Paradoxically, publishing code on GitHub without a licence makes it &amp;ldquo;all rights reserved&amp;rdquo; by default. Viewers can read it, but cannot legally use it. If your goal is for others to use your work, pick an open-source or Creative Commons licence instead.&lt;/p&gt;</description></item><item><title>Apache License 2.0</title><link>https://pick.yourlicense.ca/licenses/apache-2.0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pick.yourlicense.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://pick.yourlicense.ca/licenses/bsd-3-clause/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pick.yourlicense.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. Per-file SPDX headers are optional but common:&lt;/p&gt;</description></item><item><title>Business Source License 1.1</title><link>https://pick.yourlicense.ca/licenses/busl-1.1/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pick.yourlicense.ca/licenses/busl-1.1/</guid><description>&lt;p&gt;The Business Source License (BUSL) is source-available today and converts to an open-source license (chosen by the licensor, typically Apache-2.0 or GPL) on a pre-declared &amp;ldquo;Change Date&amp;rdquo;, typically four years after release. Until that date, commercial use outside a declared &amp;ldquo;Additional Use Grant&amp;rdquo; is restricted.&lt;/p&gt;
&lt;p&gt;It is popular with venture-backed infrastructure companies that want to ship source code without giving competitors a free path to offer the software as a managed service.&lt;/p&gt;</description></item><item><title>Elastic License 2.0</title><link>https://pick.yourlicense.ca/licenses/elastic-2.0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pick.yourlicense.ca/licenses/elastic-2.0/</guid><description>&lt;p&gt;Elastic License 2.0 (ELv2) is a short source-available license with three simple restrictions: you cannot provide the software as a managed service, you cannot circumvent license keys, and you cannot remove or alter licensing or copyright notices.&lt;/p&gt;
&lt;p&gt;Everything else — use, modification, distribution, private use, commercial use in your own products — is allowed. ELv2 is much shorter than BUSL and does not have a conversion date.&lt;/p&gt;
&lt;p&gt;ELv2 is not OSI-approved.&lt;/p&gt;</description></item><item><title>End-User License Agreement</title><link>https://pick.yourlicense.ca/licenses/generic-eula/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pick.yourlicense.ca/licenses/generic-eula/</guid><description>&lt;p&gt;An End-User License Agreement (EULA) is a binding contract between a software vendor and an end user. Commercial software almost always ships with one. A typical EULA covers: licence grant (usually a limited, non-exclusive, non-transferable right to use), restrictions (no reverse engineering, no redistribution, no removing copyright notices), ownership, warranty disclaimer, limitation of liability, termination, and governing law.&lt;/p&gt;
&lt;p&gt;The EULA published on this site is a &lt;strong&gt;starting point only&lt;/strong&gt;. Jurisdictions differ on what is enforceable. Have a lawyer licensed in your jurisdiction review the EULA before you ship.&lt;/p&gt;</description></item><item><title>GNU Affero General Public License v3.0</title><link>https://pick.yourlicense.ca/licenses/agpl-3.0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pick.yourlicense.ca/licenses/agpl-3.0/</guid><description>&lt;p&gt;AGPL-3.0 is a strong copyleft license with one critical addition over GPL-3.0: offering the software over a network counts as &amp;ldquo;distribution.&amp;rdquo; Anyone who modifies the software and makes it available as a network service must make the complete corresponding source code available to users who interact with it.&lt;/p&gt;
&lt;p&gt;This closes the &amp;ldquo;SaaS loophole&amp;rdquo; present in GPL-3.0, where a company can run a modified copy on its servers without ever distributing binaries and thus never triggering the copyleft requirement.&lt;/p&gt;</description></item><item><title>GNU General Public License v3.0</title><link>https://pick.yourlicense.ca/licenses/gpl-3.0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pick.yourlicense.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://pick.yourlicense.ca/licenses/lgpl-3.0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pick.yourlicense.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://pick.yourlicense.ca/licenses/isc/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pick.yourlicense.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. Per-file headers are optional but many projects add:&lt;/p&gt;</description></item><item><title>MIT License</title><link>https://pick.yourlicense.ca/licenses/mit/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pick.yourlicense.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>Server Side Public License v1.0</title><link>https://pick.yourlicense.ca/licenses/sspl-1.0/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://pick.yourlicense.ca/licenses/sspl-1.0/</guid><description>&lt;p&gt;SSPL is MongoDB&amp;rsquo;s response to the AGPL &amp;ldquo;loophole&amp;rdquo;: if you offer the software as a managed service, you must also release under SSPL the source code of every program you use to offer that service — provisioning, monitoring, orchestration, backup. In effect, it is strong copyleft extended to your service stack.&lt;/p&gt;
&lt;p&gt;The OSI rejected SSPL as not meeting the Open Source Definition, specifically on Criterion 6 (no discrimination against fields of endeavour). It is therefore fair-code / source-available, not open source.&lt;/p&gt;</description></item></channel></rss>