From 9c1f1d0b75de0d2ed299842d3025941f3e681c16 Mon Sep 17 00:00:00 2001 From: yzrh Date: Thu, 22 Dec 2022 19:47:40 +0000 Subject: Fix HN conversion and add JBIG2 support. Signed-off-by: yzrh --- src/melon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/melon.c') diff --git a/src/melon.c b/src/melon.c index 8741989..af6aaf4 100644 --- a/src/melon.c +++ b/src/melon.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021, yzrh + * Copyright (c) 2020-2022, yzrh * * SPDX-License-Identifier: Apache-2.0 */ @@ -82,7 +82,7 @@ main(int argc, char **argv) if (param->stat > 0) printf("Melon " VERSION "." RELEASE "." PATCH EXTRA "\n" - "Copyright (c) 2020-2021, yzrh \n\n"); + "Copyright (c) 2020-2022, yzrh \n\n"); cnki_info(¶m); -- cgit v1.2.3