From 0818ff762012c30e844898400bd24a0d1e77cf97 Mon Sep 17 00:00:00 2001 From: konglidong Date: Thu, 20 Oct 2022 17:47:53 +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 27ed0de..57ca774 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: 1 +Release: 2 Summary: A completion input method to speedup typing -License: GPLv3+, ASL 2.0 +License: GPL-3.0 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 @@ -113,6 +113,9 @@ make check || cat ./tests/test-suite.log %changelog +* Thu Oct 20 2022 konglidong - 2.16.0-2 +- License compliance rectification + * Tue Jun 21 2022 SimpleUpdate Robot - 2.16.0-1 - Upgrade to version 2.16.0 -- Gitee