From 597732b04c24d455eab0afd0ae0dc615db471b53 Mon Sep 17 00:00:00 2001 From: Seth Schoen <schoen@loyalty.org> Date: Sun, 5 Nov 2023 22:35:32 -0800 Subject: [PATCH] For now, sort BUSL adoption table by project name --- dosp-survey.ltx | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/dosp-survey.ltx b/dosp-survey.ltx index ebddfe1..e369d5e 100644 --- a/dosp-survey.ltx +++ b/dosp-survey.ltx @@ -233,35 +233,43 @@ for making these comparisons. \begin{tabular}{lllll} \textbf{Project} & \textbf{BUSL date} & \textbf{Change Date} & \textbf{Change License} & \textbf{Reference} \\ +Akka & 2022-09-07 & rel. +3 years & Apache v2 & \otsurl{https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka} \\ + +ArangoDB & 2023-10-11 & rel. +4 years & Apache v2 & \otsurl{https://arangodb.com/2023/10/evolving-arangodbs-licensing-model-for-a-sustainable-future/} \\ + ArcticDB & [always] & rel. +2 years & Apache v2 & [no ref] \\ % https://github.com/man-group/ArcticDB/blob/master/LICENSE.txt +CockroachDB & 2019-06-04 & rel. +3 years & Apache v2 & \otsurl{https://www.cockroachlabs.com/docs/stable/licensing-faqs\#bsl} \\ + +CodeCov & 2023-08-02 & rel. +3 years & Apache v2 & \otsurl{https://about.codecov.io/blog/codecov-is-now-open-source/} \\ + +CouchBase & 2021-03-26 & rel. +4 years & Apache v2 & \otsurl{https://www.couchbase.com/blog/couchbase-adopts-bsl-license/} \\ + DragonflyDB & 2022-05-29 & +5 years & Apache v2 & REF \\ % https://github.com/dragonflydb/dragonfly/blob/main/LICENSE.md -Memgraph & 2021-10-03 & rel. +4 years & Apache v2 & REF \\ -% https://github.com/memgraph/memgraph/blob/master/licenses/BSL.txt - evitaDB & [always] & 4th cal. year & Apache v2 & [no ref] \\ % https://github.com/FgForrest/evitaDB/blob/dev/LICENSE +Materialize\footnote{Not to be confused with the Materialize CSS project, which is released under the MIT license.} & 2020-02-07 & daily +4 years\footnote{Differently from other BUSL-licensed projects, Materialize uses a bot to update the Change Date every day (not just on the occasion of release events), so that it always reflects a date exactly four years after the present date.} & Apache v2 & REF \\ + +MaxScale & 2017-02-14 & rel. +4 years & GPL v2 & \otsurl{https://mariadb.com/resources/blog/releasing-bsl-1-1/} \\ + +Memgraph & 2021-10-03 & rel. +4 years & Apache v2 & REF \\ +% https://github.com/memgraph/memgraph/blob/master/licenses/BSL.txt + ReadySet & 2022-08-03 & rel. +4 years & Apache v2 & REF \\ % https://github.com/readysettech/readyset/blob/main/LICENSE +Sentry & 2019-11-06 & rel. +3 years & Apache v2 & REF \\ + SurrealDB & 2021-12-14 & rel. +4 years & Apache v2 & REF \\ % https://github.com/surrealdb/surrealdb/blob/main/LICENSE -Akka & 2022-09-07 & rel. +3 years & Apache v2 & \otsurl{https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka} \\ -ArangoDB & 2023-10-11 & rel. +4 years & Apache v2 & \otsurl{https://arangodb.com/2023/10/evolving-arangodbs-licensing-model-for-a-sustainable-future/} \\ -CockroachDB & 2019-06-04 & rel. +3 years & Apache v2 & \otsurl{https://www.cockroachlabs.com/docs/stable/licensing-faqs\#bsl} \\ -CouchBase & 2021-03-26 & rel. +4 years & Apache v2 & \otsurl{https://www.couchbase.com/blog/couchbase-adopts-bsl-license/} \\ -Sentry & 2019-11-06 & rel. +3 years & Apache v2 & REF \\ -CodeCov & 2023-08-02 & rel. +3 years & Apache v2 & \otsurl{https://about.codecov.io/blog/codecov-is-now-open-source/} \\ -ZeroTier & 2019-08-28 & 5th cal. year & Apache v2 & REF \\ -Materialize\footnote{Not to be confused with the Materialize CSS project, which is released under the MIT license.} & 2020-02-07 & daily +4 years\footnote{Differently from other BUSL-licensed projects, Materialize uses a bot to update the Change Date every day (not just on the occasion of release events), so that it always reflects a date exactly four years after the present date.} & Apache v2 & REF \\ Terraform (etc.) & 2023-08-10 & rel. +4 years & MPL 2.0 & REF \\ -MaxScale & 2017-02-14 & rel. +4 years & GPL v2 & \otsurl{https://mariadb.com/resources/blog/releasing-bsl-1-1/} \\ - & & & & + +ZeroTier & 2019-08-28 & 5th cal. year & Apache v2 & REF \\ \end{tabular} \end{table} % TODO: Do footnotes from a table not render properly? -- GitLab