diff options
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 292901d..5af0311 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-2020 Free Software Foundation, Inc. +# Copyright (C) 2014-2023 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 11c906b..b48dc2a 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-2020 Free Software Foundation, Inc. +# Copyright (C) 2014-2023 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 |