From 23c9de60f30041419f3925221d4faff4e7a54717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 16 Mar 2025 12:06:04 +0100 Subject: New upstream version 6.9.10 --- src/make_unicode_wb_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/make_unicode_wb_data.py') diff --git a/src/make_unicode_wb_data.py b/src/make_unicode_wb_data.py index fc7d93a..c154d2a 100755 --- a/src/make_unicode_wb_data.py +++ b/src/make_unicode_wb_data.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # make_unicode_wb_data.py -# Copyright (c) 2019-2023 K.Kosako +# Copyright (c) 2019-2024 K.Kosako import sys import re @@ -196,7 +196,7 @@ print('/* unicode_wb_data.c: Generated by make_unicode_wb_data.py. */') COPYRIGHT = ''' /*- - * Copyright (c) 2019-2023 K.Kosako + * Copyright (c) 2019-2024 K.Kosako * All rights reserved. * * Redistribution and use in source and binary forms, with or without -- cgit v1.2.3