diff options
author | Bruno Haible <bruno@clisp.org> | 2022-01-01 19:48:03 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2022-01-01 19:48:33 +0100 |
commit | c5f910371ea42a556e0f3a9dbcb5042f7ad40056 (patch) | |
tree | 640be9b7c4e0f0bff2e87d31a96c5b5ff1b59538 /lib/uniwidth | |
parent | e3ffd3bbdd23d06f9efe114c4e0247e58444229b (diff) | |
download | gnulib-c5f910371ea42a556e0f3a9dbcb5042f7ad40056.tar.gz |
maint: Update copyright notices in code generating programs.
* lib/gen-uni-tables.c (output_predicate_test, output_predicate,
output_category, output_combclass, output_bidi_category,
output_decimal_digit_test, output_decimal_digit, output_digit_test,
output_digit, output_numeric_test, output_numeric, output_mirror,
output_joining_type_test, output_joining_type,
output_joining_group_test, output_joining_group, output_scripts,
output_scripts_byname, output_blocks, output_ident_category,
output_nonspacing_property, output_lbrk_tables,
output_lbrk_rules_as_tables, output_wbrk_tables, output_gbp_test,
output_gbp_table, output_decomposition_tables,
output_composition_tables, output_simple_mapping_test,
output_simple_mapping, output_casing_rules): Extend copyright year of
generated file to 2022.
* lib/uniname/gen-uninames.lisp (main): Likewise. Produce license notice
that is consistent with the gnulib/etc/license-notices/ files.
* All files regenerated.
Diffstat (limited to 'lib/uniwidth')
-rw-r--r-- | lib/uniwidth/width0.h | 2 | ||||
-rw-r--r-- | lib/uniwidth/width2.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/uniwidth/width0.h b/lib/uniwidth/width0.h index 5213cdca1c..31933e3b36 100644 --- a/lib/uniwidth/width0.h +++ b/lib/uniwidth/width0.h @@ -2,7 +2,7 @@ /* Table of non-spacing or control characters. */ /* Generated automatically by gen-uni-tables.c for Unicode 14.0.0. */ -/* Copyright (C) 2000-2021 Free Software Foundation, Inc. +/* Copyright (C) 2000-2022 Free Software Foundation, Inc. This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". diff --git a/lib/uniwidth/width2.h b/lib/uniwidth/width2.h index faab510d8b..6fd51ea699 100644 --- a/lib/uniwidth/width2.h +++ b/lib/uniwidth/width2.h @@ -2,7 +2,7 @@ /* Width 2 property of Unicode characters. */ /* Generated automatically by gen-uni-tables.c for Unicode 14.0.0. */ -/* Copyright (C) 2000-2021 Free Software Foundation, Inc. +/* Copyright (C) 2000-2022 Free Software Foundation, Inc. This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". |