commit: 134ff316f4a51935b417528677a66ed2183ff79c
parent d63d85ec969b99de6fd3e8dab81d2d02debc4ff0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 10 Jan 2023 04:23:21 +0100
notes/license-pick: Update GPLv3 to GPLv2+GPLv3
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/notes/license-pick.shtml b/notes/license-pick.shtml
@@ -17,9 +17,9 @@
 				<p>Does it matters at all? Is it even copyrightable? (ie. simple observations without originality)</p>
 				<dl>
 					<dt>Yes</dt><dd><a href="#software">Go to: software</a></dd>
-					<dt>No</dt><dd>Use CC-0</dd>
+					<dt>No</dt><dd>Use CC0</dd>
 				</dl>
-				<p>Note: CC-0 is one of the rare licences that trully waives as much copyrights as possible, even in jurisdictions where Public Domain cannot simply be assigned to (like in Europe).</p>
+				<p>Note: CC0 is one of the rare licences that trully waives as much copyrights as possible, even in jurisdictions where Public Domain cannot simply be assigned to (like in Europe).</p>
 			</dd>
 		</section>
 
@@ -86,7 +86,7 @@
 				<p>Is it a library?</p>
 				<dl>
 					<dt>Yes</dt><dd><a href="#vendoring">Go to: vendoring</a></dd>
-					<dt>No</dt><dd>Use GPLv3</dd>
+					<dt>No</dt><dd>Use <code>GPL-2.0-only OR GPL-3.0-only</code> (because of incompatibilities between both…)</dd>
 				</dl>
 			</dd>
 		</section>