From: Shinwoo Kim Date: Wed, 22 Apr 2020 03:16:38 +0000 (+0900) Subject: Follow open source license LGPL-2.1+ X-Git-Tag: submit/tizen/20200422.052601^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F231423%2F4;p=platform%2Fupstream%2Fat-spi2-atk.git Follow open source license LGPL-2.1+ (1) From 2.33.92, the license has been LGPL-2.1+. The fillowing is part of NEWS file. What's new in at-spi2-atk 2.33.92: * License is now LGPL-2.1+. * Several test fixes (thanks to Samuel THibault). * Initialize desktop name/path early; needed since we now defer registration. (2) And open source license verification tool found that the full text of the license was missing. So this patch adds the license file to package and it will be installed as below. ./usr/share/licenses/libatk-bridge-2_0-0/COPYING Change-Id: I20f05be53b332f382c55c95e758482ad11640d15 --- diff --git a/packaging/at-spi2-atk.spec b/packaging/at-spi2-atk.spec index 86744e7..fa469ea 100644 --- a/packaging/at-spi2-atk.spec +++ b/packaging/at-spi2-atk.spec @@ -2,7 +2,7 @@ Name: at-spi2-atk Version: 2.34.1 Release: 1 Summary: Assistive Technology Service Provider Interface - GTK+ module -License: LGPL-2.0+ +License: LGPL-2.1+ Group: System/Libraries Url: http://www.gnome.org/ Source: http://download.gnome.org/sources/at-spi2-atk/2.30/%{name}-%{version}.tar.xz @@ -68,6 +68,7 @@ rm -rf %{buildroot} %defattr(-,root,root) %{_libdir}/libatk-bridge-2.0.so.* %{_libdir}/gtk-2.0/modules/libatk-bridge.so +%license COPYING %files devel %manifest %{name}.manifest