diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-09-12 14:22:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-09-12 14:22:46 +0200 |
commit | 0d5ce337b823062c33cd31315f500b96cb8f9d26 (patch) | |
tree | 8b50e9f93a6ec67ffe236cd19353771ea2444076 /src/make_unicode_property_data.py | |
parent | 7547c5a1405dff1aac1ab054a24907b3ae724c12 (diff) | |
parent | 71d22d0bdc3a2fa9269807c8401263b333157817 (diff) |
Merge branch 'release/debian/6.9.10-1'HEADdebian/6.9.10-1master
Diffstat (limited to 'src/make_unicode_property_data.py')
-rwxr-xr-x | src/make_unicode_property_data.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make_unicode_property_data.py b/src/make_unicode_property_data.py index b0a8263..06392d0 100755 --- a/src/make_unicode_property_data.py +++ b/src/make_unicode_property_data.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # make_unicode_property_data.py -# Copyright (c) 2016-2023 K.Kosako +# Copyright (c) 2016-2024 K.Kosako import sys import re @@ -427,7 +427,7 @@ argc = len(argv) COPYRIGHT = ''' /*- - * Copyright (c) 2016-2023 K.Kosako + * Copyright (c) 2016-2024 K.Kosako * All rights reserved. * * Redistribution and use in source and binary forms, with or without |