>From 66decf28043eee656ee84817a6e5b36e12aee47c Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Wed, 17 Oct 2018 10:00:52 -0700
Subject: [PROPOSED] * tz-link.html: Document Delphi/FPC TZDB.

---
 tz-link.html | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tz-link.html b/tz-link.html
index 7ed1efd..10f01f0 100644
--- a/tz-link.html
+++ b/tz-link.html
@@ -416,6 +416,14 @@ the <abbr>MIT</abbr> license.</li>
 compiler from <code><abbr>tz</abbr></code> source into
 <a href="https://julialang.org/">Julia</a>. It is freely available
 under the <abbr>MIT</abbr> license.</li>
+<li><a href="https://github.com/pavkam/tzdb">Delphi/<abbr
+title="Free Pascal Compiler">FPC</abbr> Time Zone Database</a>
+compiles from <code><abbr>tz</abbr></code> source into
+<a href="https://en.wikipedia.org/wiki/Object_Pascal">Object Pascal</a>
+as compiled by <a href="https://en.wikipedia.org/wiki/Delphi_(IDE)">Delphi</a>
+and <a
+href="https://en.wikipedia.org/wiki/Free_Pascal"><abbr>FPC</abbr></a>.
+It is freely available under a <abbr>BSD</abbr>-style license.</li>
 <li><a href="http://pytz.sourceforge.net">pytz &ndash; World Timezone
 Definitions for Python</a> compiles <code><abbr>tz</abbr></code> source into
 <a href="https://www.python.org">Python</a>.
-- 
2.17.2

