diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-10-08 20:31:08 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-10-15 10:40:25 +0900 |
commit | 22b9744dc06ec5da3e447b9d6438c3b5cc9344d6 (patch) | |
tree | 6693076d0a7d8bb5c8be5c15a85120a31a4f11e7 /packaging/dbus.spec | |
parent | a43d9da65a93f23bb5b5341ff177ad817ffd4398 (diff) | |
download | dbus-22b9744dc06ec5da3e447b9d6438c3b5cc9344d6.tar.gz dbus-22b9744dc06ec5da3e447b9d6438c3b5cc9344d6.tar.bz2 dbus-22b9744dc06ec5da3e447b9d6438c3b5cc9344d6.zip |
Clarify license declaration
Tizen uses D-Bus under the Academic Free License version 2.1 by default.
For the avoidance of doubt, except that if any license choice other than
GPL or LGPL is available it will apply instead, Tizen elects to use only
the GPL version 2 for any process, program, modules, etc.,
where the license of it is GPL version 2 or later version.
Change-Id: I2096cf4fa1947be8b18414b51af27b1ac9fc02b0
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
Diffstat (limited to 'packaging/dbus.spec')
-rw-r--r-- | packaging/dbus.spec | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/packaging/dbus.spec b/packaging/dbus.spec index 0666b49b..69ecd246 100644 --- a/packaging/dbus.spec +++ b/packaging/dbus.spec @@ -7,7 +7,7 @@ Name: dbus Url: http://dbus.freedesktop.org/ Summary: D-Bus Message Bus System -License: GPL-2.0+, LGPL-2.1+, MIT, AFL-2.1, BSD-3-Clause +License: AFL-2.1 or GPL-2.0+, LGPL-2.1+, MIT, BSD-3-Clause Group: Base/IPC # COMMON1-BEGIN @@ -52,10 +52,10 @@ bus daemon). This package provides dbus-daemon. %package devel -Summary: Developer package for D-Bus -License: AFL-2.1 -Group: Development/Libraries -Requires: dbus-libs = %{version} +Summary: Developer package for D-Bus +License: AFL-2.1 or GPL-2.0+ +Group: Development/Libraries +Requires: dbus-libs = %{version} %description devel D-Bus is a message bus system, a simple way for applications to talk to @@ -64,9 +64,9 @@ one another. This package provides development libraries. %package libs -Summary: Library package for D-Bus -License: AFL-2.1 -Group: System/Libraries +Summary: Library package for D-Bus +License: AFL-2.1 or GPL-2.0+ +Group: System/Libraries %description libs D-Bus is a message bus system, a simple way for applications to talk to @@ -75,8 +75,8 @@ one another. This package provides shared libraries. %package tests -Summary: Package with binaries and data for dbus tests -License: MIT +Summary: Package with binaries and data for dbus tests +License: MIT %description tests This package contains installable tests. Tests are compatible with 'dbus-integration-tests' framework. @@ -101,7 +101,7 @@ This package is intended for debug/test use only. %package -n dbus-libs-extension-kdbus Summary: Extension for dbus to support KDBUS in Tizen -License: AFL-2.1 +License: AFL-2.1 or GPL-2.0+ Requires: dbus = %{version}-%{release} %description -n dbus-libs-extension-kdbus @@ -305,7 +305,7 @@ popd %files -n dbus-libs-extension-kdbus %manifest %{name}.manifest -%license LICENSE.AFL-2.1 +%license LICENSE.AFL-2.1_or_GPL-2.0+ %{_libdir}/libdbus*.so.*.extension-kdbus %post libs -p /sbin/ldconfig @@ -315,7 +315,7 @@ popd %files %manifest %{name}.manifest -%license LICENSE.AFL-2.1 LICENSE.BSD-3-Clause LICENSE.LGPL-2.1+ LICENSE.MIT LICENSE.GPL-2.0+ +%license LICENSE.AFL-2.1_or_GPL-2.0+ LICENSE.BSD-3-Clause LICENSE.LGPL-2.1+ LICENSE.MIT %defattr(-, root, root) %dir /lib/dbus-1 %dir /lib/dbus-1/system-services @@ -359,14 +359,14 @@ popd %files libs %manifest %{name}.manifest -%license LICENSE.AFL-2.1 +%license LICENSE.AFL-2.1_or_GPL-2.0+ %exclude %{_libdir}/libdbus*.so.*.extension-kdbus %defattr(-, root, root) %{_libdir}/libdbus-1.so.* %files devel %manifest %{name}.manifest -%license LICENSE.AFL-2.1 +%license LICENSE.AFL-2.1_or_GPL-2.0+ %defattr(-,root,root) %{_includedir}/* %{_libdir}/libdbus-1.so @@ -380,7 +380,7 @@ popd %files tests %manifest %{name}.manifest -%license LICENSE.MIT LICENSE.AFL-2.1 +%license LICENSE.MIT LICENSE.AFL-2.1_or_GPL-2.0+ %defattr(-,root,root) %{_libdir}/dbus-tests/test-suites/dbus-tests %{_libdir}/dbus-tests/runner/dbus-tests |