From dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 1 Jan 2024 10:12:26 -0800 Subject: Update copyright dates with scripts/update-copyrights --- localedata/Makefile | 2 +- localedata/collate-test.c | 2 +- localedata/dump-ctype.c | 2 +- localedata/gen-locale.sh | 2 +- localedata/sort-test.sh | 2 +- localedata/tests/test6.c | 2 +- localedata/tst-c-utf8-consistency.c | 2 +- localedata/tst-ctype.c | 2 +- localedata/tst-ctype.sh | 2 +- localedata/tst-digits.c | 2 +- localedata/tst-fmon.c | 2 +- localedata/tst-fmon.data | 2 +- localedata/tst-fmon.sh | 2 +- localedata/tst-iconv-emojis-trans.c | 2 +- localedata/tst-iconv-math-trans.c | 2 +- localedata/tst-langinfo-newlocale.c | 2 +- localedata/tst-langinfo-setlocale.c | 2 +- localedata/tst-langinfo.c | 2 +- localedata/tst-langinfo.sh | 2 +- localedata/tst-locale.sh | 2 +- localedata/tst-localedef-hardlinks.c | 2 +- localedata/tst-mbswcs1.c | 2 +- localedata/tst-mbswcs2.c | 2 +- localedata/tst-mbswcs3.c | 2 +- localedata/tst-mbswcs4.c | 2 +- localedata/tst-mbswcs5.c | 2 +- localedata/tst-mbswcs6.c | 2 +- localedata/tst-numeric.c | 2 +- localedata/tst-numeric.data | 2 +- localedata/tst-numeric.sh | 2 +- localedata/tst-rpmatch.c | 2 +- localedata/tst-rpmatch.sh | 2 +- localedata/tst-setlocale3.c | 2 +- localedata/tst-trans.c | 2 +- localedata/tst-trans.sh | 2 +- localedata/tst-wctype.c | 2 +- localedata/unicode-gen/Makefile | 2 +- localedata/unicode-gen/ctype_compatibility.py | 2 +- localedata/unicode-gen/ctype_compatibility_test_cases.py | 2 +- localedata/unicode-gen/gen_translit_circle.py | 2 +- localedata/unicode-gen/gen_translit_cjk_compat.py | 2 +- localedata/unicode-gen/gen_translit_combining.py | 2 +- localedata/unicode-gen/gen_translit_compat.py | 2 +- localedata/unicode-gen/gen_translit_font.py | 2 +- localedata/unicode-gen/gen_translit_fraction.py | 2 +- localedata/unicode-gen/gen_unicode_ctype.py | 2 +- localedata/unicode-gen/unicode_utils.py | 2 +- localedata/unicode-gen/utf8_compatibility.py | 2 +- localedata/unicode-gen/utf8_gen.py | 2 +- localedata/xfrm-test.c | 2 +- 50 files changed, 50 insertions(+), 50 deletions(-) (limited to 'localedata') diff --git a/localedata/Makefile b/localedata/Makefile index 3b9802c84e..340d45d2e3 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2023 Free Software Foundation, Inc. +# Copyright (C) 1996-2024 Free Software Foundation, Inc. # Copyright The GNU Toolchain Authors. # This file is part of the GNU C Library. diff --git a/localedata/collate-test.c b/localedata/collate-test.c index 5d1a1d2f02..f0037ef9c6 100644 --- a/localedata/collate-test.c +++ b/localedata/collate-test.c @@ -1,5 +1,5 @@ /* Test collation function using real data. - Copyright (C) 1997-2023 Free Software Foundation, Inc. + Copyright (C) 1997-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/dump-ctype.c b/localedata/dump-ctype.c index 55579eb783..b425c572bd 100644 --- a/localedata/dump-ctype.c +++ b/localedata/dump-ctype.c @@ -1,6 +1,6 @@ /* Dump the character classes and character maps of a locale to a bunch of individual files which can be processed with diff, sed etc. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/gen-locale.sh b/localedata/gen-locale.sh index 7a9e8556cc..b8c422ad13 100644 --- a/localedata/gen-locale.sh +++ b/localedata/gen-locale.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate test locale files. -# Copyright (C) 2000-2023 Free Software Foundation, Inc. +# Copyright (C) 2000-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/sort-test.sh b/localedata/sort-test.sh index 8894ddfb23..96c9e0f269 100644 --- a/localedata/sort-test.sh +++ b/localedata/sort-test.sh @@ -1,6 +1,6 @@ #!/bin/sh # Test collation using xfrm-test. -# Copyright (C) 1997-2023 Free Software Foundation, Inc. +# Copyright (C) 1997-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tests/test6.c b/localedata/tests/test6.c index 37500dccf3..228e3ed4f9 100644 --- a/localedata/tests/test6.c +++ b/localedata/tests/test6.c @@ -1,5 +1,5 @@ /* Test program for character classes and mappings. - Copyright (C) 1999-2023 Free Software Foundation, Inc. + Copyright (C) 1999-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-c-utf8-consistency.c b/localedata/tst-c-utf8-consistency.c index 1625e4dd0b..a609fc7d30 100644 --- a/localedata/tst-c-utf8-consistency.c +++ b/localedata/tst-c-utf8-consistency.c @@ -1,5 +1,5 @@ /* Test that C/POSIX and C.UTF-8 are consistent. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-ctype.c b/localedata/tst-ctype.c index 098bf51335..9de979a2d7 100644 --- a/localedata/tst-ctype.c +++ b/localedata/tst-ctype.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2023 Free Software Foundation, Inc. +/* Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-ctype.sh b/localedata/tst-ctype.sh index 136db31a73..c6ae311ec6 100755 --- a/localedata/tst-ctype.sh +++ b/localedata/tst-ctype.sh @@ -1,6 +1,6 @@ #!/bin/sh # Testing the implementation of the isxxx() and toxxx() functions. -# Copyright (C) 2000-2023 Free Software Foundation, Inc. +# Copyright (C) 2000-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-digits.c b/localedata/tst-digits.c index c59ff6dcd4..df4b462e3d 100644 --- a/localedata/tst-digits.c +++ b/localedata/tst-digits.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2023 Free Software Foundation, Inc. +/* Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-fmon.c b/localedata/tst-fmon.c index 69c97b3a80..b8b7a9ba27 100644 --- a/localedata/tst-fmon.c +++ b/localedata/tst-fmon.c @@ -1,5 +1,5 @@ /* Testing the implementation of strfmon(3). - Copyright (C) 1996-2023 Free Software Foundation, Inc. + Copyright (C) 1996-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-fmon.data b/localedata/tst-fmon.data index 3a8e2188be..8aa9a8832c 100644 --- a/localedata/tst-fmon.data +++ b/localedata/tst-fmon.data @@ -1,5 +1,5 @@ # Test data for test-strfmon, which checks it's implementation in glibc -# Copyright (C) 1996-2023 Free Software Foundation, Inc. +# Copyright (C) 1996-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Jochen Hein , 1997. # diff --git a/localedata/tst-fmon.sh b/localedata/tst-fmon.sh index a9c696e21b..1cc4cef742 100755 --- a/localedata/tst-fmon.sh +++ b/localedata/tst-fmon.sh @@ -1,6 +1,6 @@ #!/bin/sh # Testing the implementation of strfmon(3). -# Copyright (C) 1996-2023 Free Software Foundation, Inc. +# Copyright (C) 1996-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-iconv-emojis-trans.c b/localedata/tst-iconv-emojis-trans.c index de4c20a279..088bc202d3 100644 --- a/localedata/tst-iconv-emojis-trans.c +++ b/localedata/tst-iconv-emojis-trans.c @@ -1,6 +1,6 @@ /* Test some emoji transliterations - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. Copyright The GNU Toolchain Authors. This file is part of the GNU C Library. diff --git a/localedata/tst-iconv-math-trans.c b/localedata/tst-iconv-math-trans.c index c5c536cb02..6e5620ea19 100644 --- a/localedata/tst-iconv-math-trans.c +++ b/localedata/tst-iconv-math-trans.c @@ -1,6 +1,6 @@ /* Test some mathematical operator transliterations (BZ #23132) - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-langinfo-newlocale.c b/localedata/tst-langinfo-newlocale.c index e72217a154..1dfeb6b8ec 100644 --- a/localedata/tst-langinfo-newlocale.c +++ b/localedata/tst-langinfo-newlocale.c @@ -1,5 +1,5 @@ /* Test program for newlocale() + nl_langinfo_l() functions. - Copyright (C) 2018-2023 Free Software Foundation, Inc. + Copyright (C) 2018-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-langinfo-setlocale.c b/localedata/tst-langinfo-setlocale.c index d462b4d865..88ff8017ae 100644 --- a/localedata/tst-langinfo-setlocale.c +++ b/localedata/tst-langinfo-setlocale.c @@ -1,5 +1,5 @@ /* Test program for setlocale() + nl_langinfo() functions. - Copyright (C) 2018-2023 Free Software Foundation, Inc. + Copyright (C) 2018-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-langinfo.c b/localedata/tst-langinfo.c index 0f62cb4995..7aba2da472 100644 --- a/localedata/tst-langinfo.c +++ b/localedata/tst-langinfo.c @@ -1,5 +1,5 @@ /* Test driver for nl_langinfo[_l] functions. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-langinfo.sh b/localedata/tst-langinfo.sh index d4d20701ee..78af75a369 100755 --- a/localedata/tst-langinfo.sh +++ b/localedata/tst-langinfo.sh @@ -1,6 +1,6 @@ #!/bin/sh # Test nl_langinfo. -# Copyright (C) 2000-2023 Free Software Foundation, Inc. +# Copyright (C) 2000-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-locale.sh b/localedata/tst-locale.sh index 3040750d59..60f01bf620 100755 --- a/localedata/tst-locale.sh +++ b/localedata/tst-locale.sh @@ -1,6 +1,6 @@ #!/bin/sh # Testing the implementation of localedata. -# Copyright (C) 1998-2023 Free Software Foundation, Inc. +# Copyright (C) 1998-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-localedef-hardlinks.c b/localedata/tst-localedef-hardlinks.c index 375a41aee9..e88215a150 100644 --- a/localedata/tst-localedef-hardlinks.c +++ b/localedata/tst-localedef-hardlinks.c @@ -1,5 +1,5 @@ /* Test --no-hard-links option to localedef. - Copyright (C) 2020-2023 Free Software Foundation, Inc. + Copyright (C) 2020-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-mbswcs1.c b/localedata/tst-mbswcs1.c index b9e640c764..ceee39746c 100644 --- a/localedata/tst-mbswcs1.c +++ b/localedata/tst-mbswcs1.c @@ -1,5 +1,5 @@ /* Test restarting behaviour of mbrtowc. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-mbswcs2.c b/localedata/tst-mbswcs2.c index 27a53e3993..e5c7493bec 100644 --- a/localedata/tst-mbswcs2.c +++ b/localedata/tst-mbswcs2.c @@ -1,5 +1,5 @@ /* Test restarting behaviour of mbsnrtowcs. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-mbswcs3.c b/localedata/tst-mbswcs3.c index 9e5cc45a70..858a9861f2 100644 --- a/localedata/tst-mbswcs3.c +++ b/localedata/tst-mbswcs3.c @@ -1,5 +1,5 @@ /* Test restarting behaviour of wcsrtombs. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-mbswcs4.c b/localedata/tst-mbswcs4.c index 669e42c994..b53c7d7537 100644 --- a/localedata/tst-mbswcs4.c +++ b/localedata/tst-mbswcs4.c @@ -1,5 +1,5 @@ /* Test restarting behaviour of mbsrtowcs. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-mbswcs5.c b/localedata/tst-mbswcs5.c index 5388fdc13f..d6c8701dad 100644 --- a/localedata/tst-mbswcs5.c +++ b/localedata/tst-mbswcs5.c @@ -1,5 +1,5 @@ /* Test restarting behaviour of wcrtomb. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-mbswcs6.c b/localedata/tst-mbswcs6.c index ccf1c9d35a..b77ea0cce9 100644 --- a/localedata/tst-mbswcs6.c +++ b/localedata/tst-mbswcs6.c @@ -1,5 +1,5 @@ /* Test for invalid input to wcrtomb. - Copyright (C) 2001-2023 Free Software Foundation, Inc. + Copyright (C) 2001-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-numeric.c b/localedata/tst-numeric.c index ca35c11a42..d227dff959 100644 --- a/localedata/tst-numeric.c +++ b/localedata/tst-numeric.c @@ -1,5 +1,5 @@ /* Testing the implementation of LC_NUMERIC and snprintf(). - Copyright (C) 2003-2023 Free Software Foundation, Inc. + Copyright (C) 2003-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/localedata/tst-numeric.data b/localedata/tst-numeric.data index 5864c67954..10281c1197 100644 --- a/localedata/tst-numeric.data +++ b/localedata/tst-numeric.data @@ -1,5 +1,5 @@ # Test data for tst-nomeric, which checks it's implementation in glibc -# Copyright (C) 2003-2023 Free Software Foundation, Inc. +# Copyright (C) 2003-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Petter Reinholdtsen , 2003 # Based on code by Jochen Hein , 1997. diff --git a/localedata/tst-numeric.sh b/localedata/tst-numeric.sh index 6634626509..6e3f812c92 100644 --- a/localedata/tst-numeric.sh +++ b/localedata/tst-numeric.sh @@ -1,6 +1,6 @@ #!/bin/sh # Testing the implementation of LC_NUMERIC and snprintf(3). -# Copyright (C) 1996-2023 Free Software Foundation, Inc. +# Copyright (C) 1996-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-rpmatch.c b/localedata/tst-rpmatch.c index 63f017b228..ae854a7516 100644 --- a/localedata/tst-rpmatch.c +++ b/localedata/tst-rpmatch.c @@ -1,5 +1,5 @@ /* Test program for rpmatch function. - Copyright (C) 1998-2023 Free Software Foundation, Inc. + Copyright (C) 1998-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-rpmatch.sh b/localedata/tst-rpmatch.sh index 4cecbcd1e9..8f3f1643d4 100755 --- a/localedata/tst-rpmatch.sh +++ b/localedata/tst-rpmatch.sh @@ -1,6 +1,6 @@ #!/bin/sh -f # -# Copyright (C) 1998-2023 Free Software Foundation, Inc. +# Copyright (C) 1998-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library and contains tests for # the rpmatch(3)-implementation. diff --git a/localedata/tst-setlocale3.c b/localedata/tst-setlocale3.c index 6613b6ce5c..113e281c2b 100644 --- a/localedata/tst-setlocale3.c +++ b/localedata/tst-setlocale3.c @@ -1,5 +1,5 @@ /* Regression test for setlocale invalid environment variable handling. - Copyright (C) 2014-2023 Free Software Foundation, Inc. + Copyright (C) 2014-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-trans.c b/localedata/tst-trans.c index 9b8ae646b9..2819bb32cc 100644 --- a/localedata/tst-trans.c +++ b/localedata/tst-trans.c @@ -1,5 +1,5 @@ /* Test program for user-defined character maps. - Copyright (C) 1999-2023 Free Software Foundation, Inc. + Copyright (C) 1999-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-trans.sh b/localedata/tst-trans.sh index a26f4857af..ce75176e47 100755 --- a/localedata/tst-trans.sh +++ b/localedata/tst-trans.sh @@ -1,6 +1,6 @@ #!/bin/sh # Test character mapping definitions. -# Copyright (C) 1999-2023 Free Software Foundation, Inc. +# Copyright (C) 1999-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/tst-wctype.c b/localedata/tst-wctype.c index 2365e49e17..cabb92f379 100644 --- a/localedata/tst-wctype.c +++ b/localedata/tst-wctype.c @@ -1,5 +1,5 @@ /* Test program for iswctype() function in ja_JP locale. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/Makefile b/localedata/unicode-gen/Makefile index 1570e43a62..3004d4a792 100644 --- a/localedata/unicode-gen/Makefile +++ b/localedata/unicode-gen/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2023 Free Software Foundation, Inc. +# Copyright (C) 2015-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/ctype_compatibility.py b/localedata/unicode-gen/ctype_compatibility.py index 09eac2fbc3..c3ac1b7bd2 100755 --- a/localedata/unicode-gen/ctype_compatibility.py +++ b/localedata/unicode-gen/ctype_compatibility.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- -# Copyright (C) 2014-2023 Free Software Foundation, Inc. +# Copyright (C) 2014-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/ctype_compatibility_test_cases.py b/localedata/unicode-gen/ctype_compatibility_test_cases.py index 86d6b401f9..5998e5a46a 100644 --- a/localedata/unicode-gen/ctype_compatibility_test_cases.py +++ b/localedata/unicode-gen/ctype_compatibility_test_cases.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2014-2023 Free Software Foundation, Inc. +# Copyright (C) 2014-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/gen_translit_circle.py b/localedata/unicode-gen/gen_translit_circle.py index ce52b35b23..8712e668d7 100644 --- a/localedata/unicode-gen/gen_translit_circle.py +++ b/localedata/unicode-gen/gen_translit_circle.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Generate a translit_circle file from a UnicodeData file. -# Copyright (C) 2015-2023 Free Software Foundation, Inc. +# Copyright (C) 2015-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/gen_translit_cjk_compat.py b/localedata/unicode-gen/gen_translit_cjk_compat.py index 2c6c8fdd58..d3cc5a2cb7 100644 --- a/localedata/unicode-gen/gen_translit_cjk_compat.py +++ b/localedata/unicode-gen/gen_translit_cjk_compat.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Generate a translit_cjk_compat file from a UnicodeData file. -# Copyright (C) 2015-2023 Free Software Foundation, Inc. +# Copyright (C) 2015-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/gen_translit_combining.py b/localedata/unicode-gen/gen_translit_combining.py index ef0e0f98c0..720ed8e521 100644 --- a/localedata/unicode-gen/gen_translit_combining.py +++ b/localedata/unicode-gen/gen_translit_combining.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Generate a translit_combining file from a UnicodeData file. -# Copyright (C) 2015-2023 Free Software Foundation, Inc. +# Copyright (C) 2015-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/gen_translit_compat.py b/localedata/unicode-gen/gen_translit_compat.py index bb4a4dec08..289918e049 100644 --- a/localedata/unicode-gen/gen_translit_compat.py +++ b/localedata/unicode-gen/gen_translit_compat.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Generate a translit_compat file from a UnicodeData file. -# Copyright (C) 2015-2023 Free Software Foundation, Inc. +# Copyright (C) 2015-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/gen_translit_font.py b/localedata/unicode-gen/gen_translit_font.py index a009255d3d..d5ed538769 100644 --- a/localedata/unicode-gen/gen_translit_font.py +++ b/localedata/unicode-gen/gen_translit_font.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Generate a translit_font file from a UnicodeData file. -# Copyright (C) 2015-2023 Free Software Foundation, Inc. +# Copyright (C) 2015-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/gen_translit_fraction.py b/localedata/unicode-gen/gen_translit_fraction.py index b95a166723..8085ffe029 100644 --- a/localedata/unicode-gen/gen_translit_fraction.py +++ b/localedata/unicode-gen/gen_translit_fraction.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Generate a translit_fraction file from a UnicodeData file. -# Copyright (C) 2015-2023 Free Software Foundation, Inc. +# Copyright (C) 2015-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/gen_unicode_ctype.py b/localedata/unicode-gen/gen_unicode_ctype.py index 612fbe1919..75e4e1334a 100755 --- a/localedata/unicode-gen/gen_unicode_ctype.py +++ b/localedata/unicode-gen/gen_unicode_ctype.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # # Generate a Unicode conforming LC_CTYPE category from a UnicodeData file. -# Copyright (C) 2014-2023 Free Software Foundation, Inc. +# Copyright (C) 2014-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/unicode_utils.py b/localedata/unicode-gen/unicode_utils.py index 5af03113a2..b993d93c78 100644 --- a/localedata/unicode-gen/unicode_utils.py +++ b/localedata/unicode-gen/unicode_utils.py @@ -1,6 +1,6 @@ # Utilities to generate Unicode data for glibc from upstream Unicode data. # -# Copyright (C) 2014-2023 Free Software Foundation, Inc. +# Copyright (C) 2014-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/utf8_compatibility.py b/localedata/unicode-gen/utf8_compatibility.py index 3a9fcd54a2..32566363c6 100755 --- a/localedata/unicode-gen/utf8_compatibility.py +++ b/localedata/unicode-gen/utf8_compatibility.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- -# Copyright (C) 2014-2023 Free Software Foundation, Inc. +# Copyright (C) 2014-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/unicode-gen/utf8_gen.py b/localedata/unicode-gen/utf8_gen.py index 117c5a9652..5e77333bb4 100755 --- a/localedata/unicode-gen/utf8_gen.py +++ b/localedata/unicode-gen/utf8_gen.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- -# Copyright (C) 2014-2023 Free Software Foundation, Inc. +# Copyright (C) 2014-2024 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/localedata/xfrm-test.c b/localedata/xfrm-test.c index f61c102fe1..cc3b73ca81 100644 --- a/localedata/xfrm-test.c +++ b/localedata/xfrm-test.c @@ -1,5 +1,5 @@ /* Test collation function via transformation using real data. - Copyright (C) 1997-2023 Free Software Foundation, Inc. + Copyright (C) 1997-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or -- cgit 1.4.1