From 8767bf91779eec916d4bd896fbfd74aacc6270dd Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 10 May 2022 12:06:01 +0000 Subject: [PATCH] License compliance rectification --- onboard.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/onboard.spec b/onboard.spec index 7592442..71d1887 100644 --- a/onboard.spec +++ b/onboard.spec @@ -6,12 +6,12 @@ Name: onboard Version: 1.4.1 %global major_version 1.4 -Release: 1 +Release: 2 Summary: On-screen keyboard for TabletPC and mobility impaired users (Xorg only) # The entire source code is GPLv3 apart from translation strings and # /gnome/Onboard_Indicator@onboard.org/convenience.js which are both BSD-3-clause -License: GPLv3 and BSD +License: GPL-3.0-only and BSD-3-Clause URL: https://launchpad.net/onboard/ Source0: %{url}%{major_version}/%{version}/+download/onboard-%{version}.tar.gz @@ -104,5 +104,8 @@ Requires: onboard %{_datadir}/gnome-shell/extensions/Onboard_Indicator@onboard.org %changelog +* Tue May 10 2022 chenchen - 1.4.1-2 +- License compliance rectification + * Fri Aug 7 2020 weidong - 1.4.1-1 - Initial release for OpenEuler -- Gitee