diff options
author | Jakub Jelinek <jakub@redhat.com> | 2024-01-03 12:19:35 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2024-01-03 12:19:35 +0100 |
commit | a945c346f57ba40fc80c14ac59be0d43624e559d (patch) | |
tree | 916323bfe593c5d0112c224230e52c559611f5b3 /contrib/unicode/from_glibc | |
parent | 9afc19159c2947cddee0c833429da1f190fe34ca (diff) | |
download | gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.zip gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.tar.gz gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.tar.bz2 |
Update copyright years.
Diffstat (limited to 'contrib/unicode/from_glibc')
-rw-r--r-- | contrib/unicode/from_glibc/unicode_utils.py | 2 | ||||
-rwxr-xr-x | contrib/unicode/from_glibc/utf8_gen.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/unicode/from_glibc/unicode_utils.py b/contrib/unicode/from_glibc/unicode_utils.py index 5af0311..b993d93 100644 --- a/contrib/unicode/from_glibc/unicode_utils.py +++ b/contrib/unicode/from_glibc/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/contrib/unicode/from_glibc/utf8_gen.py b/contrib/unicode/from_glibc/utf8_gen.py index 117c5a9..5e77333 100755 --- a/contrib/unicode/from_glibc/utf8_gen.py +++ b/contrib/unicode/from_glibc/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 |