From 49ebb06d16e6a2700ac37b6912c814607f0b988a Mon Sep 17 00:00:00 2001
From: Karl Fogel <kfogel@red-bean.com>
Date: Tue, 7 Nov 2023 00:31:14 -0600
Subject: [PATCH] Use 'longtable', thus fixing in-table footnotes

---
 dosp-survey.ltx | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dosp-survey.ltx b/dosp-survey.ltx
index cd262b6..30436d7 100644
--- a/dosp-survey.ltx
+++ b/dosp-survey.ltx
@@ -7,6 +7,7 @@ draft: true
 %% extends "report.ltx"
 
 \BLOCK{block preamble}
+\usepackage{longtable}
 \BLOCK{endblock}
 
 \BLOCK{block body}
@@ -250,8 +251,7 @@ comparison of uses of the BUSL; we have not yet devised a taxonomy
 for making these comparisons.
 
 % TODO Sort this table by date of BUSL adoption? ("BUSL date")
-\begin{table}[]
-\begin{tabular}{lllll}
+\begin{longtable}[l]{l l l l l}
 \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} \\
@@ -293,9 +293,7 @@ Terraform (etc.) & 2023-08-10 & rel. +4 years & MPL 2.0 & REF \\
 %      this relicensing applied, instead of the umbrella "etc."
 
 ZeroTier & 2019-08-28 & 5th cal. year & Apache v2 & REF \\
-\end{tabular}
-\end{table}
-% TODO: Do footnotes from a table not render properly?
+\end{longtable}
 
 \subsection{Differences From Other Licensing Strategies}\label{differences}
 
-- 
GitLab