diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-04-29 15:21:07 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-04-29 15:21:07 +0200 |
commit | b221fe9845ea6d4639db16221f6fa8ab2ad11d8e (patch) | |
tree | c42c12a03537b21e5ec847c489529a0733ba8f6b /src/make_unicode_egcb_data.py | |
parent | e179aaa7fd01fa35bb86aab50ff6132bf94533c5 (diff) | |
parent | db6f38bc1b73930f1da954525464cf1986f43a28 (diff) |
Update upstream source from tag 'upstream/6.9.8'
Update to upstream version '6.9.8'
with Debian dir 35ad482ae0e78767310ef0fc5220bcf59d57ab22
Diffstat (limited to 'src/make_unicode_egcb_data.py')
-rwxr-xr-x | src/make_unicode_egcb_data.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make_unicode_egcb_data.py b/src/make_unicode_egcb_data.py index e2982df..b6ded62 100755 --- a/src/make_unicode_egcb_data.py +++ b/src/make_unicode_egcb_data.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # make_unicode_egcb_data.py -# Copyright (c) 2017-2020 K.Kosako +# Copyright (c) 2017-2021 K.Kosako import sys import re @@ -195,7 +195,7 @@ PROPS = sorted(PROPS) print '/* unicode_egcb_data.c: Generated by make_unicode_egcb_data.py. */' COPYRIGHT = ''' /*- - * Copyright (c) 2017-2020 K.Kosako + * Copyright (c) 2017-2021 K.Kosako * All rights reserved. * * Redistribution and use in source and binary forms, with or without |