summaryrefslogtreecommitdiff
path: root/lib/gen-uni-tables.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-05-04 23:12:42 +0200
committerBruno Haible <bruno@clisp.org>2023-05-04 23:12:54 +0200
commit612d39b1be81b79c2531a82669457617a0dd73eb (patch)
tree99e7eef4995af37c402a561e855ec1db569d5699 /lib/gen-uni-tables.c
parenta8f70cc23836b9eb1f332f8e24d80fdb60e88d96 (diff)
downloadgnulib-612d39b1be81b79c2531a82669457617a0dd73eb.tar.gz
unicase/tolower, unicase/toupper: Relax license.
* lib/gen-uni-tables.c (output_simple_mapping): Bump copyright year. For unicase/tolower.h and unicase/toupper.h, use the LGPLv2+. * lib/unicase/tolower.h: Regenerated. * lib/unicase/toupper.h: Likewise. * lib/unicase/simple-mapping.h: Update license notice. * lib/unicase/tolower.c: Likewise. * lib/unicase/toupper.c: Likewise. * modules/unicase/tolower (License): Change to LGPLv2+. * modules/unicase/toupper (License): Likewise.
Diffstat (limited to 'lib/gen-uni-tables.c')
-rw-r--r--lib/gen-uni-tables.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/gen-uni-tables.c b/lib/gen-uni-tables.c
index 29005ebdc5..0dceedc06c 100644
--- a/lib/gen-uni-tables.c
+++ b/lib/gen-uni-tables.c
@@ -10254,9 +10254,11 @@ output_simple_mapping (const char *filename,
version);
fprintf (stream, "\n");
- fprintf (stream, "/* Copyright (C) 2000-2022 Free Software Foundation, Inc.\n");
+ fprintf (stream, "/* Copyright (C) 2000-2023 Free Software Foundation, Inc.\n");
fprintf (stream, "\n");
- output_library_license (stream, false);
+ output_library_license (stream,
+ strcmp (filename, "unicase/tolower.h") == 0
+ || strcmp (filename, "unicase/toupper.h") == 0);
fprintf (stream, "\n");
t.p = 7;