diff options
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 9c71796..e2982df 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-2019 K.Kosako +# Copyright (c) 2017-2020 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-2019 K.Kosako + * Copyright (c) 2017-2020 K.Kosako * All rights reserved. * * Redistribution and use in source and binary forms, with or without |