From 57c81c3be74300b94b2863c28e5ef39f45abb813 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 13 Jun 2024 10:43:06 +0800 Subject: [PATCH] License compliance rectification --- ibus-typing-booster.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index d4a48d1..c6a63db 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,10 +1,10 @@ %define with_check 0 Name: ibus-typing-booster Version: 2.16.0 -Release: 2 +Release: 3 Summary: A completion input method to speedup typing -License: GPLv3+, ASL 2.0 +License: GPL-3.0-or-later AND Apache-2.0 URL: https://mike-fabian.github.io/ibus-typing-booster/ Source0: https://github.com/mike-fabian/ibus-typing-booster/releases/download/%{version}/ibus-typing-booster-%{version}.tar.gz @@ -114,6 +114,9 @@ make check || cat ./tests/test-suite.log %changelog +* Thu Jun 13 2024 yao_xin - 2.16.0-3 +- License compliance rectification + * Mon Jan 15 2024 liyanan - 2.16.0-2 - Avoid verbatim bidi formatting characters in the source code -- Gitee