summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-05-04 23:11:54 +0200
committerBruno Haible <bruno@clisp.org>2023-05-04 23:11:54 +0200
commite91a158c1a3ab4b79bd72de4063142a4a82453e1 (patch)
treec72029b62618a34d3fe79d7d81527600b96801aa /ChangeLog
parent7f2e86368ff188a469dca3be97939532e5f36899 (diff)
downloadgnulib-e91a158c1a3ab4b79bd72de4063142a4a82453e1.tar.gz
unictype/ctype-*: Relax license.
* lib/gen-uni-tables.c (output_predicate): Bump copyright year. For unictype/ctype_*, use the LGPLv2+. * lib/unictype/ctype_*.h: Regenerated. * lib/unictype/ctype_*.c: Update license notice. * modules/unictype/ctype-alnum (License): Change to LGPLv2+. * modules/unictype/ctype-alpha (License): Likewise. * modules/unictype/ctype-blank (License): Likewise. * modules/unictype/ctype-cntrl (License): Likewise. * modules/unictype/ctype-digit (License): Likewise. * modules/unictype/ctype-graph (License): Likewise. * modules/unictype/ctype-lower (License): Likewise. * modules/unictype/ctype-print (License): Likewise. * modules/unictype/ctype-punct (License): Likewise. * modules/unictype/ctype-space (License): Likewise. * modules/unictype/ctype-upper (License): Likewise. * modules/unictype/ctype-xdigit (License): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcb9afb7d5..f0f2db1456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
2023-05-04 Bruno Haible <bruno@clisp.org>
+ unictype/ctype-*: Relax license.
+ * lib/gen-uni-tables.c (output_predicate): Bump copyright year. For
+ unictype/ctype_*, use the LGPLv2+.
+ * lib/unictype/ctype_*.h: Regenerated.
+ * lib/unictype/ctype_*.c: Update license notice.
+ * modules/unictype/ctype-alnum (License): Change to LGPLv2+.
+ * modules/unictype/ctype-alpha (License): Likewise.
+ * modules/unictype/ctype-blank (License): Likewise.
+ * modules/unictype/ctype-cntrl (License): Likewise.
+ * modules/unictype/ctype-digit (License): Likewise.
+ * modules/unictype/ctype-graph (License): Likewise.
+ * modules/unictype/ctype-lower (License): Likewise.
+ * modules/unictype/ctype-print (License): Likewise.
+ * modules/unictype/ctype-punct (License): Likewise.
+ * modules/unictype/ctype-space (License): Likewise.
+ * modules/unictype/ctype-upper (License): Likewise.
+ * modules/unictype/ctype-xdigit (License): Likewise.
+
+2023-05-04 Bruno Haible <bruno@clisp.org>
+
c32width: Add tests.
* tests/test-c32width.c: New file, based on tests/test-wcwidth.c.
* modules/c32width-tests: New file.