From 3885b9a0e77d18c219542131efe7158be7d7d3a9 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 14 May 2025 15:09:51 -0700 Subject: [PATCH] aux charts (c) 2025 & std ToU --- .../src/main/java/org/unicode/text/UCA/WriteCharts.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/unicodetools/src/main/java/org/unicode/text/UCA/WriteCharts.java b/unicodetools/src/main/java/org/unicode/text/UCA/WriteCharts.java index 7d0ccae5b..0736575f8 100644 --- a/unicodetools/src/main/java/org/unicode/text/UCA/WriteCharts.java +++ b/unicodetools/src/main/java/org/unicode/text/UCA/WriteCharts.java @@ -1073,10 +1073,11 @@ static void closeFile(PrintWriter output) { + "\n" + "
\n" + "\n" - + "

© 2003–2024 Unicode, Inc.\n" + + "

© 2003–2025 Unicode, Inc.\n" + "Unicode and the Unicode Logo are registered trademarks of Unicode, Inc.,\n" + "in the U.S. and other countries. " - + "See Terms of Use.

\n" + + "For terms of use and license, " + + "see https://www.unicode.org/terms_of_use.html.

\n" + "\n" + ""); output.close();