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();