File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
unicodetools/src/main/java/org/unicode/text/UCA Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1073,10 +1073,11 @@ static void closeFile(PrintWriter output) {
10731073 + "\n "
10741074 + "<hr width=\" 50%\" >\n "
10751075 + "\n "
1076- + "<p class=\" copyright\" >© 2003–2024 Unicode, Inc.\n "
1076+ + "<p class=\" copyright\" >© 2003–2025 Unicode, Inc.\n "
10771077 + "Unicode and the Unicode Logo are registered trademarks of Unicode, Inc.,\n "
10781078 + "in the U.S. and other countries. "
1079- + "See <a href=\" https://www.unicode.org/copyright.html\" >Terms of Use</a>.</p>\n "
1079+ + "For terms of use and license, "
1080+ + "see <a href=\" https://www.unicode.org/terms_of_use.html\" >https://www.unicode.org/terms_of_use.html</a>.</p>\n "
10801081 + "</body>\n "
10811082 + "</html>" );
10821083 output .close ();
You can’t perform that action at this time.
0 commit comments