From ae4162317210e8c66e1f34f3e3a1eacf96154166 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Wed, 8 Nov 2017 22:05:18 -0800
Subject: [PROPOSED] Update info for Hinnant's library

(Heads-up from Bill Seymour.)
* tz-link.htm: Mention ISO C++ status, and update license info,
for Hinnant's library.
---
 tz-link.htm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/tz-link.htm b/tz-link.htm
index 2a8a486..93bcbae 100644
--- a/tz-link.htm
+++ b/tz-link.htm
@@ -316,9 +316,12 @@ transition in the <code><abbr>tz</abbr></code> database.</li>
 <li>The <a href="https://howardhinnant.github.io/date/tz.html">Time Zone
 Database Parser</a> is a
 <a href="https://en.wikipedia.org/wiki/C%2B%2B">C++</a> parser and
-runtime library. It is freely available under the
-<a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons
-Attribution 4.0 International Public License</a>.</li>
+runtime library that is <a
+href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0355r4.html">moving
+forward</a> for inclusion in the <a
+href="https://isocpp.org/std/the-standard">ISO C++ standard</a>.
+It is freely available under the
+<abbr title="Massachusetts Institute of Technology">MIT</abbr> license.</li>
 <li><a id="ICU" href="http://site.icu-project.org">International Components for
 Unicode (<abbr>ICU</abbr>)</a> contains C/C++ and <a
 href="https://en.wikipedia.org/wiki/Java_%28programming_language%29">Java</a>
@@ -333,8 +336,7 @@ into an <abbr>ICU</abbr>-specific format.
 the <a href="https://elixir-lang.org">Elixir</a> language downloads
 and compiles tz source and exposes <abbr
 title="Application Program Interface">API</abbr>s for use. It is
-freely available under the <abbr
-title="Massachusetts Institute of Technology">MIT</abbr> license.</li>
+freely available under the <abbr>MIT</abbr> license.</li>
 <li>Java-based compilers and libraries include:
 <ul>
 <li>The <a
-- 
2.7.4

