logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: b31c974d93d1b68ae8c0461d3eb611c6fc34dded
parent 866173e475c21c0d77b5a7c61b9f2e397904ae2a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 28 Jun 2022 02:25:23 +0200

notes/licence-pick.shtml: use sections

Diffstat:

Mnotes/license-pick.shtml34++++++++++++++++++++++++----------
1 file changed, 24 insertions(+), 10 deletions(-)

diff --git a/notes/license-pick.shtml b/notes/license-pick.shtml @@ -11,8 +11,8 @@ <p>Largely copied from: <a href="gemini://drewdevault.com/2021/05/20/How-I-choose-a-license.gmi">Drew DeVault - How I choose a license</a></p> <p>Similarly: "This is how I choose a license for a new project. It is a reflection of my values and priorities and may not work for your needs."</p> - <dl> - <dt id="matters">matters</dt> + <section id="matters"> + <h2>matters</h2> <dd> <p>Does it matters at all? Is it even copyrightable? (ie. simple observations without originality)</p> <dl> @@ -21,8 +21,10 @@ </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> </dd> + </section> - <dt id="software">software</dt> + <section id="software"> + <h2>software</h2> <dd> <p>Is it software?</p> <dl> @@ -30,8 +32,10 @@ <dt>No</dt><dd><a href="#creative">Go to: creative</a></dd> </dl> </dd> + </section> - <dt id="creative">creative</dt> + <section id="creative"> + <h2>creative</h2> <dd> <p>See <a href="https://creativecommons.org/choose/">Creative Commons - Choose a License</a>, incomplete version below</p> <p>Do you want it to become ubiquitous, where anyone, including corporations, governments, literally anyone, would have no reservations about using it for any use-case, including making proprietary derivatives and selling them, or reusing the code in another project, proprietary or not?</p> @@ -41,8 +45,10 @@ <dt>No, non-commercial</dt><dd>Use CC-BY-NC-SA-4.0</dd> </dl> </dd> + </section> - <dt id="ubiquitous">ubiquitous</dt> + <section id="ubiquitous"> + <h2>ubiquitous</h2> <dd> <p>Do you want it to become ubiquitous, where anyone, including corporations, governments, literally anyone, would have no reservations about using it for any use-case, including making proprietary derivatives and selling them, or reusing the code in another project, proprietary or not?</p> <dl> @@ -50,8 +56,10 @@ <dt>No</dt><dd><a href="#service">Go to: service</a></dd> </dl> </dd> + </section> - <dt id="patents">patents</dt> + <section id="patents"> + <h2>patents</h2> <dd> <p>Is the copyright owned by a company who might have trademarks and patents and other such garbage?</p> <dl> @@ -59,8 +67,10 @@ <dt>No</dt><dd>Use MIT or BSD</dd> </dl> </dd> + </section> - <dt id="service">service</dt> + <section id="service"> + <h2>service</h2> <dd> <p>Is it a networked service or similar software not entirely running directly on the user's machine?</p> <dl> @@ -68,8 +78,10 @@ <dt>No</dt><dd><a href="#library">Go to: library</a></dd> </dl> </dd> + </section> - <dt id="library">library</dt> + <section id="library"> + <h2>library</h2> <dd> <p>Is it a library?</p> <dl> @@ -77,8 +89,10 @@ <dt>No</dt><dd>Use GPLv3</dd> </dl> </dd> + </section> - <dt id="vendoring">vendoring</dt> + <section id="vendoring"> + <h2>vendoring</h2> <dd> <p>Do you want users to be able to vendor it (copy it into their code), or should they be required to install it and link to it to use it without the viral obligation?</p> <dl> @@ -86,7 +100,7 @@ <dt>No</dt><dd>Use LGPLv3</dd> </dl> </dd> - </dl> + </section> </main> <!--#include file="/templates/en/footer.shtml" --> </body>