From ffc8a32ccd0629dd5f4677d9f459765812ac91a6 Mon Sep 17 00:00:00 2001
From: Seth Schoen <schoen@loyalty.org>
Date: Fri, 3 Nov 2023 11:04:08 -0700
Subject: [PATCH] Work in progress

---
 notes.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/notes.md b/notes.md
index a1a0ae6..c7c61d4 100644
--- a/notes.md
+++ b/notes.md
@@ -63,19 +63,30 @@ need followup.
 
   (suggested by @Zaeraxa in reply to https://news.ycombinator.com/item?id=37745772)
 
+  Probably not DOSP: Apparently had no license at all prior to this.
+
 * BerkeleyDB and Sleepycat?
 
+  Probably not DOSP: simultaneous dual license.
+
 * CockroachDB (BUSL) [licensing FAQs](https://www.cockroachlabs.com/docs/stable/licensing-faqs)
 
 * FreeBSD netgraph
 
+  Have not found any reference to licensing so far.
+
 * [Ghostty](https://mitchellh.com/ghostty)
 
   (suggested by @Zaeraxa in reply to https://news.ycombinator.com/item?id=37745772)
 
+  "A private project. I plan to open source it one day"
+
 * Modular/Mojo (a highly-anticipated project from Chris Lattner
   (creator of LLVM, Swift, and XLA/TensorFlow).
 
+  Possibly an example based on code quality and similar concerns,
+  but no fixed schedule: https://docs.modular.com/mojo/faq.html#open-source
+
 * GitLab
 
   The situation with GitLab is interesting.  They make some fairly
@@ -98,10 +109,15 @@ need followup.
 
 * MariaDB
 
+  Always GPL. People may be thinking of the company's development of BUSL
+  which was applied to other software (MaxScale).
+
 * _MindLogger_ from Child Mind Institute
   - uses its self-rolled _"Delayed Open Source Attribution License"_ 
   - [license file on GH](https://github.com/ChildMindInstitute/mindlogger-applet-builder/blob/master/LICENSE.md)
 
+  YES: Delayed open source (noncommercial uses only) with a three-year delay.
+
 * MkDocs
 
 * North Road (geospatial software company) [projects](https://north-road.com/#)
@@ -112,6 +128,8 @@ need followup.
   I see North Road is actually on your list, but eventual openness not
   obvious.  I think that's clear for SLYR at least."
 
+  ---> Follows bounty method with scheduled six-month delay.
+
 * Onivim 2 (was this unplanned?) [issue](https://github.com/onivim/oni2/issues/3771)
   see also https://v2.onivim.io/early-access-portal and
   https://github.com/onivim/oni2/issues/3811#issuecomment-910306404 for additional
-- 
GitLab