Skip to content
Snippets Groups Projects
Commit 49ebb06d authored by Karl Fogel's avatar Karl Fogel
Browse files

Use 'longtable', thus fixing in-table footnotes

parent dbfe996e
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ draft: true ...@@ -7,6 +7,7 @@ draft: true
%% extends "report.ltx" %% extends "report.ltx"
\BLOCK{block preamble} \BLOCK{block preamble}
\usepackage{longtable}
\BLOCK{endblock} \BLOCK{endblock}
\BLOCK{block body} \BLOCK{block body}
...@@ -250,8 +251,7 @@ comparison of uses of the BUSL; we have not yet devised a taxonomy ...@@ -250,8 +251,7 @@ comparison of uses of the BUSL; we have not yet devised a taxonomy
for making these comparisons. for making these comparisons.
% TODO Sort this table by date of BUSL adoption? ("BUSL date") % TODO Sort this table by date of BUSL adoption? ("BUSL date")
\begin{table}[] \begin{longtable}[l]{l l l l l}
\begin{tabular}{lllll}
\textbf{Project} & \textbf{BUSL date} & \textbf{Change Date} & \textbf{Change License} & \textbf{Reference} \\ \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} \\ 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 \\ ...@@ -293,9 +293,7 @@ Terraform (etc.) & 2023-08-10 & rel. +4 years & MPL 2.0 & REF \\
% this relicensing applied, instead of the umbrella "etc." % this relicensing applied, instead of the umbrella "etc."
ZeroTier & 2019-08-28 & 5th cal. year & Apache v2 & REF \\ ZeroTier & 2019-08-28 & 5th cal. year & Apache v2 & REF \\
\end{tabular} \end{longtable}
\end{table}
% TODO: Do footnotes from a table not render properly?
\subsection{Differences From Other Licensing Strategies}\label{differences} \subsection{Differences From Other Licensing Strategies}\label{differences}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment